* [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image
@ 2023-11-21 10:55 Paresh Bhagat
2023-11-21 23:07 ` [meta-arago] " Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Paresh Bhagat @ 2023-11-21 10:55 UTC (permalink / raw)
To: meta-arago, praneeth, reatmon; +Cc: khasim, c-shilwant, s-adivi, g-gupta
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 <p-bhagat@ti.com>
---
.../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..b7ee1757 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:append = " jailhouse"
export IMAGE_BASENAME = "tisdk-jailhouse-image"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-arago] [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image
2023-11-21 10:55 [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image Paresh Bhagat
@ 2023-11-21 23:07 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2023-11-21 23:07 UTC (permalink / raw)
To: p-bhagat
Cc: meta-arago, praneeth, reatmon, khasim, c-shilwant, s-adivi,
g-gupta
On Tue, Nov 21, 2023 at 04:25:11PM +0530, Paresh Bhagat via lists.yoctoproject.org wrote:
> 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 <p-bhagat@ti.com>
> ---
> .../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..b7ee1757 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:append = " jailhouse"
Use += instead
> export IMAGE_BASENAME = "tisdk-jailhouse-image"
>
> --
> 2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-21 23:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 10:55 [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image Paresh Bhagat
2023-11-21 23:07 ` [meta-arago] " Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.