From 28d6f6667b229922417e5494f49689d2940a7be4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 4 May 2022 15:12:54 +0100 Subject: [PATCH] arm-bsp/corstone1000-*-image: mark these as corstone1000-specific We don't want world builds failing as they try to build these for machines other than Corstone 1000. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-bsp/images/corstone1000-image.bb | 2 ++ meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-arm-bsp/recipes-bsp/images/corstone1000-image.bb b/meta-arm-bsp/recipes-bsp/images/corstone1000-image.bb index d91d4578..ad5ec958 100644 --- a/meta-arm-bsp/recipes-bsp/images/corstone1000-image.bb +++ b/meta-arm-bsp/recipes-bsp/images/corstone1000-image.bb @@ -3,6 +3,8 @@ DESCRIPTION = "This is the main image which is the container of all the binaries generated for the Corstone1000 platform." LICENSE = "MIT" +COMPATIBLE_MACHINE = "corstone1000" + inherit image inherit wic_nopt diff --git a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb index a11de1e2..b778a008 100644 --- a/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb +++ b/meta-arm-bsp/recipes-bsp/images/corstone1000-initramfs-image.bb @@ -3,6 +3,8 @@ DESCRIPTION = "This is the main Linux image which includes an initramfs kernel/r LICENSE = "MIT" +COMPATIBLE_MACHINE = "corstone1000" + IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" inherit core-image