Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 2023.04/Makefile
===================================================================
--- 2023.04/Makefile	(revision 163)
+++ 2023.04/Makefile	(revision 164)
@@ -12,7 +12,7 @@
 SOURCE_REQUIRES    = sources/U-Boot/ATF
 SOURCE_REQUIRES   += sources/U-Boot/denx
 
-REQUIRES           = boot/kernel/leez-p710/6.4.11
+REQUIRES           = boot/kernel/leez-p710/6.1.53
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -40,7 +40,7 @@
 #
 # Image, zImage from Linux kernel package:
 #
-kernel_version     = 6.4.11
+kernel_version     = 6.1.53
 linux_Image        = $(TARGET_DEST_DIR)/bootfs/Image
 linux_zImage       = $(TARGET_DEST_DIR)/bootfs/vmlinuz
 
@@ -129,7 +129,7 @@
 #
 # armv7-m (cortex-m0) toolchain:
 #
-M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.9.7
+M0_TOOLCHAIN_PATH   = /opt/toolchains/arm-NONE-eabi-newlib/1.9.8
 CORTEX_M0_SETTINGS  = M0_CROSS_COMPILE=$(M0_TOOLCHAIN_PATH)/bin/arm-none-eabi- PLAT=rk3399 bl31
 
 HOST_TOOLS_SETTINGS = PYTHON3=/usr/bin/python3 HOSTLDFLAGS='-L/usr/lib64' HOSTCFLAGS='-I/usr/include'