From: Denys Dmytriyenko <denis@denix.org>
To: p-bhagat@ti.com
Cc: meta-arago@lists.yoctoproject.org, praneeth@ti.com,
reatmon@ti.com, khasim@ti.com, c-shilwant@ti.com, s-adivi@ti.com,
g-gupta@ti.com
Subject: Re: [meta-arago] [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image
Date: Tue, 21 Nov 2023 18:07:25 -0500 [thread overview]
Message-ID: <20231121230725.GD26739@denix.org> (raw)
In-Reply-To: <20231121105511.3628347-1-p-bhagat@ti.com>
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
prev parent reply other threads:[~2023-11-21 23:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 10:55 [kirkstone][PATCH] Add am62pxx as compatible machine for jailhouse image Paresh Bhagat
2023-11-21 23:07 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231121230725.GD26739@denix.org \
--to=denis@denix.org \
--cc=c-shilwant@ti.com \
--cc=g-gupta@ti.com \
--cc=khasim@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=p-bhagat@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=s-adivi@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.