mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +00:00
arm-bsp: linux-linaro-arm: Set COMPATIBLE_MACHINE to "invalid"
To keep consistency with trusted-firmware-a and optee recipes we should use softer assignment to "invalid" for COMPATIBLE_MACHINE. Change-Id: I57d0b220d92c4546e0539f95a54d391935f995fc Issue-Id: SCM-954 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -6,7 +6,7 @@ SECTION = "kernel"
|
|||||||
|
|
||||||
require recipes-kernel/linux/linux-yocto.inc
|
require recipes-kernel/linux/linux-yocto.inc
|
||||||
|
|
||||||
COMPATIBLE_MACHINE ?= ""
|
COMPATIBLE_MACHINE ?= "invalid"
|
||||||
|
|
||||||
# KBRANCH is set to n1sdp by default as there is no master branch on the repository
|
# KBRANCH is set to n1sdp by default as there is no master branch on the repository
|
||||||
KBRANCH = "n1sdp"
|
KBRANCH = "n1sdp"
|
||||||
|
|||||||
Reference in New Issue
Block a user