summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorViswanath Kraleti <quic_vkraleti@quicinc.com>2023-12-28 21:17:10 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-01 23:11:42 +0000
commit4f2c4993ef9e1ef3b730481293bb7f3d58dcdbe9 (patch)
tree50b99bcfe0ce03c9ad78e2fd9375c3cedd8b84d0 /meta/recipes-core
parent1b4f19bae896ba23ddd359e7c350555d2c1f394a (diff)
downloadpoky-4f2c4993ef9e1ef3b730481293bb7f3d58dcdbe9.tar.gz
systemd-boot: Add recipe to compile native
systemd-boot native recipe provides ukify tool to build UKI images for systemd-boot (From OE-Core rev: 8063bcb2d4fcfeded5edac3b0895151e8dc8bf0f) Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd-boot-native_254.4.bb15
1 files changed, 15 insertions, 0 deletions
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..73db59b14e
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd-boot-native_254.4.bb
@@ -0,0 +1,15 @@
1require systemd.inc
2
3inherit native
4
5deltask do_configure
6deltask do_compile
7
8do_install () {
9 install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
10}
11addtask install after do_unpack
12
13PACKAGES = "${PN}"
14
15FILES:${PN} = "${bindir}/ukify"