mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
imx8q_evk: remove board support from repository
Moved to separate repo at https://github.com/skalk/genode-imx/ Fix #4301
This commit is contained in:
committed by
Christian Helmuth
parent
7917c5d9ec
commit
b12b0ed93d
4
tool/builddir/build.conf/repos_arm_v8
Normal file
4
tool/builddir/build.conf/repos_arm_v8
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Board support for i.MX SoC family
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/imx
|
||||
@@ -4,7 +4,7 @@ QEMU_RUN_OPT := --include power_on/qemu --include log/qemu
|
||||
# kernel to use (hw, foc, or sel4)
|
||||
#KERNEL ?= hw
|
||||
|
||||
# board to use (rpi3, imx8q_evk, virt_qemu)
|
||||
# board to use (rpi3, virt_qemu, ...)
|
||||
#BOARD ?= rpi3
|
||||
|
||||
# local variable for run-tool arguments that depend on the used board
|
||||
|
||||
@@ -90,7 +90,7 @@ BUILD_CONF_ARM_V6 := run_arm_v6 run_boot_dir repos
|
||||
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)
|
||||
BUILD_CONF(arm_v8a) := run_arm_v8 run_boot_dir repos
|
||||
BUILD_CONF(arm_v8a) := run_arm_v8 run_boot_dir repos repos_arm_v8
|
||||
BUILD_CONF(riscv) := run_riscv run_boot_dir repos
|
||||
BUILD_CONF(x86_32) := run_x86_32 $(BUILD_CONF_X86)
|
||||
BUILD_CONF(x86_64) := run_x86_64 $(BUILD_CONF_X86)
|
||||
|
||||
Reference in New Issue
Block a user