Index: Makefile
===================================================================
--- Makefile (revision 384)
+++ Makefile (revision 385)
@@ -9,7 +9,12 @@
COMPONENT_TARGETS += $(HARDWARE_NANOPI_NEO)
COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP)
COMPONENT_TARGETS += $(HARDWARE_ORANGE_PL2)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5B)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5P)
+COMPONENT_TARGETS += $(HARDWARE_ROCK_5B)
COMPONENT_TARGETS += $(HARDWARE_WECHIP_TX6)
+COMPONENT_TARGETS += $(HARDWARE_REPKA_PI3)
COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
COMPONENT_TARGETS += $(HARDWARE_POIN2)
COMPONENT_TARGETS += $(HARDWARE_RK3328_CC)
@@ -42,6 +47,7 @@
COMPONENT_TARGETS += $(HARDWARE_TL2SV2)
COMPONENT_TARGETS += $(HARDWARE_TL2WK2_LSB)
COMPONENT_TARGETS += $(HARDWARE_TL2SV2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VISIONFIVE2)
COMPONENT_TARGETS += $(HARDWARE_SIFIVE_U740)
@@ -54,67 +60,73 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC) $(TOOLCHAIN_I686_GLIBC)),)
-REQUIRES = dev/kernel/x86/6.0.7-headers
+REQUIRES = dev/kernel/x86/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_I586_GLIBC)),)
-REQUIRES = dev/kernel/x86/6.0.7-headers
+REQUIRES = dev/kernel/x86/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A1X_GLIBC)),)
-REQUIRES = dev/kernel/a1x/6.0.7-headers
+REQUIRES = dev/kernel/a1x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A2X_GLIBC)),)
-REQUIRES = dev/kernel/a2x/6.0.7-headers
+REQUIRES = dev/kernel/a2x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H3_GLIBC)),)
-REQUIRES = dev/kernel/h3/6.0.7-headers
+REQUIRES = dev/kernel/h3/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC)),)
-REQUIRES = dev/kernel/h5/6.0.7-headers
+REQUIRES = dev/kernel/h5/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK328X_GLIBC)),)
-REQUIRES = dev/kernel/rk328x/6.0.7-headers
+REQUIRES = dev/kernel/rk328x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK33XX_GLIBC)),)
-REQUIRES = dev/kernel/rk33xx/6.0.7-headers
+REQUIRES = dev/kernel/rk33xx/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK339X_GLIBC)),)
-REQUIRES = dev/kernel/rk339x/6.0.7-headers
+REQUIRES = dev/kernel/rk339x/6.1.53-headers
endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
+ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5) $(HARDWARE_ORANGE_PI5B) $(HARDWARE_ORANGE_PI5P)),)
+REQUIRES = dev/kernel/rk358x/orange-pi5/5.10.110-headers
+endif
+endif
+
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S8XX_GLIBC)),)
-REQUIRES = dev/kernel/s8xx/6.0.7-headers
+REQUIRES = dev/kernel/s8xx/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S9XX_GLIBC)),)
-REQUIRES = dev/kernel/s9xx/6.0.7-headers
+REQUIRES = dev/kernel/s9xx/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A311X_GLIBC)),)
-REQUIRES = dev/kernel/a311x/6.0.7-headers
+REQUIRES = dev/kernel/a311x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6_GLIBC)),)
-REQUIRES = dev/kernel/imx6/6.0.7-headers
+REQUIRES = dev/kernel/imx6/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_AM335X_GLIBC)),)
-REQUIRES = dev/kernel/am335x/6.0.7-headers
+REQUIRES = dev/kernel/am335x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC)),)
-REQUIRES = dev/kernel/omap543x/6.0.7-headers
+REQUIRES = dev/kernel/omap543x/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC)),)
-REQUIRES = dev/kernel/jz47xx/6.0.7-headers
+REQUIRES = dev/kernel/jz47xx/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_P5600_GLIBC)),)
@@ -122,20 +134,22 @@
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
-REQUIRES = dev/kernel/m1000/5.4.211-5.7.226-headers
+REQUIRES = dev/kernel/m1000/6.1.63-6.4.92-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER8LE_GLIBC)),)
-REQUIRES = dev/kernel/power8/6.0.7-headers
+REQUIRES = dev/kernel/power8/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER9_GLIBC) $(TOOLCHAIN_POWER9LE_GLIBC)),)
-REQUIRES = dev/kernel/power9/6.0.7-headers
+REQUIRES = dev/kernel/power9/6.1.53-headers
endif
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RISCV64_GLIBC)),)
-REQUIRES = dev/kernel/riscv64/6.0.7-headers
+ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
+REQUIRES = dev/kernel/riscv64/visionfive2/6.1.31-3.8.2-headers
endif
+endif
# ======= __END_OF_REQUIRES__ =======
Index: .
===================================================================
--- . (revision 384)
+++ . (revision 385)
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
.rk328x-glibc
.rk33xx-glibc
.rk339x-glibc
+.rk358x-glibc
.s8xx-glibc
.s9xx-glibc
.x86_64-glibc