Add am62lxx as compatible machine for jailhouse image and jailhouse inmate image.
Signed-off-by: Paresh Bhagat <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb | 2 +- meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb | 2 +- 2 files 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 9ab4fc65..1f96781a 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb @@ -7,7 +7,7 @@ contains additional firmware and management tools for Jailhouse.\ require recipes-core/images/tisdk-default-image.bb -COMPATIBLE_MACHINE = "am62xx|am62pxx" +COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" IMAGE_INSTALL += " jailhouse" diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb index aba5ee13..1a051161 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb @@ -7,7 +7,7 @@ packages for OOB demo.\ require recipes-core/images/tisdk-tiny-initramfs.bb -COMPATIBLE_MACHINE = "am62xx|am62pxx" +COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" IMAGE_FSTYPES += "cpio" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15841): https://lists.yoctoproject.org/g/meta-arago/message/15841 Mute This Topic: https://lists.yoctoproject.org/mt/111139470/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
