mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
create_builddir: add rpi and allwinner repos
This commit is contained in:
parent
713c841965
commit
bed7f13008
4
tool/builddir/build.conf/repos_arm_v6
Normal file
4
tool/builddir/build.conf/repos_arm_v6
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
# Board support for Raspberry Pi family
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/rpi
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user