From: Mikko Rapeli <mikko.rapeli@linaro.org>
To: Viswanath Kraleti <quic_vkraleti@quicinc.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] systemd-boot: Add recipe to compile native
Date: Fri, 1 Dec 2023 09:24:25 +0200 [thread overview]
Message-ID: <ZWmKKacNvYu-ao5r@nuoska> (raw)
In-Reply-To: <20231201065336.1362984-1-quic_vkraleti@quicinc.com>
Hi,
On Fri, Dec 01, 2023 at 12:23:36PM +0530, Viswanath Kraleti wrote:
> systemd has ukify, a native tool, which will combine the kernel/initrd/stub
> components to build the UKI (unified kernel images). systemd-boot recipe
> isn't providing this tool.
>
> To use ukify, one need systemd-boot native recipe so that a dependency can
> be added on populate_sysroot task to get the tool under sysroot-native.
Why not call the recipe systemd-ukify then? systemd-boot doesn't provide more than that.
Then, when using ukify, one needs to have the .efi binaries from target systemd recipe which
for aarch64 are:
/usr/lib/systemd/boot/efi/addonaa64.efi.stub
/usr/lib/systemd/boot/efi/linuxaa64.efi.stub
/usr/lib/systemd/boot/efi/systemd-bootaa64.efi
and these could IMO be in a systemd-boot binary package because these files are not needed
in the main systemd binary package and rootfs.
The recipe itself looks neat and small, thanks!
For secure boot sbsign-native would be needed, but maybe a separate issue.
Cheers,
-Mikko
> Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
> ---
> .../systemd/systemd-boot-native_254.4.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta/recipes-core/systemd/systemd-boot-native_254.4.bb
>
> diff --git a/meta/recipes-core/systemd/systemd-boot-native_254.4.bb b/meta/recipes-core/systemd/systemd-boot-native_254.4.bb
> new file mode 100644
> index 0000000000..6d89e493b6
> --- /dev/null
> +++ b/meta/recipes-core/systemd/systemd-boot-native_254.4.bb
> @@ -0,0 +1,15 @@
> +require systemd.inc
> +
> +inherit native
> +
> +RRECOMMENDS:${PN} += "python3-pefile-native"
> +
> +COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"
> +
> +do_configure[noexec] = "1"
> +do_compile[noexec] = "1"
> +
> +do_install () {
> + install -d ${D}${bindir}
> + install -m 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
> +}
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#191557): https://lists.openembedded.org/g/openembedded-core/message/191557
> Mute This Topic: https://lists.openembedded.org/mt/102910738/7159507
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mikko.rapeli@linaro.org]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2023-12-01 7:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 6:53 [PATCH] systemd-boot: Add recipe to compile native Viswanath Kraleti
2023-12-01 7:24 ` Mikko Rapeli [this message]
2023-12-03 9:54 ` [OE-core] " Dmitry Baryshkov
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=ZWmKKacNvYu-ao5r@nuoska \
--to=mikko.rapeli@linaro.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=quic_vkraleti@quicinc.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.