Add am62pxx as compatible machine for jailhouse image. Also since this image is primarily for jailhouse remove the machine in IMAGE_INSTALL:append.
Signed-off-by: Paresh Bhagat <[email protected]> --- .../recipes-core/images/tisdk-jailhouse-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb index 267fcc2d..b28dfd5a 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb @@ -2,9 +2,9 @@ require recipes-core/images/tisdk-default-image.bb -COMPATIBLE_MACHINE = "am62xx" +COMPATIBLE_MACHINE = "am62xx|am62pxx" -IMAGE_INSTALL:append:am62xx = " jailhouse" +IMAGE_INSTALL += " jailhouse" export IMAGE_BASENAME = "tisdk-jailhouse-image" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15020): https://lists.yoctoproject.org/g/meta-arago/message/15020 Mute This Topic: https://lists.yoctoproject.org/mt/102744824/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
