Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 1/2] systemd-boot: Add recipe to compile native
@ 2023-12-13 11:57 Viswanath Kraleti
  2023-12-13 11:57 ` [PATCH v2 2/2] systemd-boot: Add efi stubs to systemd-boot-stubs PACKAGE Viswanath Kraleti
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Viswanath Kraleti @ 2023-12-13 11:57 UTC (permalink / raw)
  To: openembedded-core

systemd-boot native recipe provides ukify tool to build
UKI images for systemd-boot

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..0cdd7e7045
--- /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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-14 23:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 11:57 [PATCH v2 1/2] systemd-boot: Add recipe to compile native Viswanath Kraleti
2023-12-13 11:57 ` [PATCH v2 2/2] systemd-boot: Add efi stubs to systemd-boot-stubs PACKAGE Viswanath Kraleti
2023-12-13 20:52 ` [OE-core] [PATCH v2 1/2] systemd-boot: Add recipe to compile native Khem Raj
2023-12-14 14:35   ` Viswanath Kraleti
2023-12-14  8:02 ` Alexandre Belloni
2023-12-14 14:41   ` Viswanath Kraleti
2023-12-14 23:04     ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox