create_builddir: add rpi and allwinner repos

This commit is contained in:
Stefan Kalkowski 2022-01-10 15:39:11 +01:00 committed by Christian Helmuth
parent 713c841965
commit bed7f13008
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#
# Board support for Raspberry Pi family
#
#REPOSITORIES += $(GENODE_DIR)/repos/rpi

View File

@ -2,3 +2,13 @@
# Board support for i.MX SoC family
#
#REPOSITORIES += $(GENODE_DIR)/repos/imx
#
# Board support for Raspberry Pi family
#
#REPOSITORIES += $(GENODE_DIR)/repos/rpi
#
# Board support for Allwinner SoC family
#
#REPOSITORIES += $(GENODE_DIR)/repos/allwinner

View File

@ -86,7 +86,7 @@ $(BUILD_DIR)/etc:
@mkdir -p $@
BUILD_CONF_X86 := run_x86 run_boot_dir repos repos_x86
BUILD_CONF_ARM_V6 := run_arm_v6 run_boot_dir repos
BUILD_CONF_ARM_V6 := run_arm_v6 run_boot_dir repos repos_arm_v6
BUILD_CONF_ARM_V7 := run_arm_v7 run_boot_dir repos repos_arm_v7
BUILD_CONF(arm_v6) := $(BUILD_CONF_ARM_V6)
BUILD_CONF(arm_v7a) := $(BUILD_CONF_ARM_V7)