Message ID | 20250212083002.3945780-1-p-bhagat@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [scarthgap] Add am62lxx as compatible machine for jailhouse images | expand |
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"
Add am62lxx as compatible machine for jailhouse image and jailhouse inmate image. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- 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(-)