From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Diego Sueiro <diego.sueiro@arm.com>
Cc: meta-virtualization@lists.yoctoproject.org, nd@arm.com,
christopher.w.clark@gmail.com, cardoe@gentoo.org
Subject: Re: [meta-virtualization] [PATCH v2 2/2] xen: extend SYSROOT_DIRS to include installed binaries
Date: Tue, 3 Nov 2020 16:29:17 -0500 [thread overview]
Message-ID: <20201103212914.GA40662@gmail.com> (raw)
In-Reply-To: <20201027155536.12513-1-diego.sueiro@arm.com> <20201102081357.4975-1-diego.sueiro@arm.com>
v2 looks good to me as well (FWIW: I had to do the same thing
when implementing initramfs and qemu to ensure that extra parts
of the qemu build were availble to recipes).
This is now merged.
Bruce
In message: [meta-virtualization] [PATCH v2 2/2] xen: extend SYSROOT_DIRS to include installed binaries
on 02/11/2020 Diego Sueiro wrote:
> If a recipe DEPENDS on xen we should include its binaries in the sysroot.
> The do_install task also ships files to /boot and /usr/lib64. Hence, extend
> SYSROOT_DIRS to include these paths.
>
> Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
> ---
> Changes in v2:
> - Updated commit subject and message
>
> recipes-extended/xen/xen-hypervisor.inc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc
> index 6a75d16..916bd3c 100644
> --- a/recipes-extended/xen/xen-hypervisor.inc
> +++ b/recipes-extended/xen/xen-hypervisor.inc
> @@ -55,6 +55,8 @@ do_compile() {
> do_install() {
> oe_runmake DESTDIR="${D}" install-xen
> }
> +# The do_install also ships files in /boot and /usr/lib64
> +SYSROOT_DIRS += "/boot ${exec_prefix}/lib64"
>
> do_deploy() {
> install -d ${DEPLOYDIR}
> --
> 2.17.1
>
>
>
>
next prev parent reply other threads:[~2020-11-03 21:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 15:55 [meta-virtualization] [PATCH 1/2] xen: run do_deploy after do_compile and do_populate_sysroot Diego Sueiro
2020-10-27 15:55 ` [meta-virtualization] [PATCH 2/2] xen: extend SYSROOT_DIRS Diego Sueiro
2020-10-28 8:51 ` Bertrand Marquis
2020-10-28 8:51 ` [meta-virtualization] [PATCH 1/2] xen: run do_deploy after do_compile and do_populate_sysroot Bertrand Marquis
2020-10-28 19:25 ` Christopher Clark
[not found] ` <1641E48767A9AF65.22812@lists.yoctoproject.org>
2020-10-30 8:43 ` [meta-virtualization] [PATCH 2/2] xen: extend SYSROOT_DIRS Diego Sueiro
2020-10-30 18:08 ` Christopher Clark
2020-11-02 8:07 ` Diego Sueiro
2020-11-02 8:13 ` [meta-virtualization] [PATCH v2 2/2] xen: extend SYSROOT_DIRS to include installed binaries Diego Sueiro
2020-11-03 0:58 ` Christopher Clark
2020-11-03 21:29 ` Bruce Ashfield [this message]
2020-11-04 8:56 ` Bertrand Marquis
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=20201103212914.GA40662@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=cardoe@gentoo.org \
--cc=christopher.w.clark@gmail.com \
--cc=diego.sueiro@arm.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=nd@arm.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.