mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +00:00
arm-bsp/linux: explicitly refuse to build for Musca
The Musca boards can't run Linux, so explictly refuse to build a kernel on those platforms. Change-Id: Ic38e9fb5a7af5b27b83a74615ece5d49c60d927b Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -80,3 +80,8 @@ SRC_URI_append_tc0 = " \
|
|||||||
file://0008-cpufreq-arm_scmi-Set-fast_switch_possible-conditiona.patch \
|
file://0008-cpufreq-arm_scmi-Set-fast_switch_possible-conditiona.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
#
|
||||||
|
# Musca B1/S2 can't run Linux
|
||||||
|
#
|
||||||
|
COMPATIBLE_MACHINE_musca-b1 = "(^$)"
|
||||||
|
COMPATIBLE_MACHINE_musca-s1 = "(^$)"
|
||||||
|
|||||||
Reference in New Issue
Block a user