mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
1b4f19bae8
commit
4f2c4993ef
|
@ -789,6 +789,7 @@ RECIPE_MAINTAINER:pn-systemd = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-boot = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-boot = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-bootchart = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-bootchart = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-bootconf = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-bootconf = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
|
RECIPE_MAINTAINER:pn-systemd-boot-native = "Viswanath Kraleti <quic_vkraleti@quicinc.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-compat-units = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-compat-units = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
RECIPE_MAINTAINER:pn-systemd-machine-units = "Chen Qi <Qi.Chen@windriver.com>"
|
RECIPE_MAINTAINER:pn-systemd-machine-units = "Chen Qi <Qi.Chen@windriver.com>"
|
||||||
|
|
15
meta/recipes-core/systemd/systemd-boot-native_254.4.bb
Normal file
15
meta/recipes-core/systemd/systemd-boot-native_254.4.bb
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
require systemd.inc
|
||||||
|
|
||||||
|
inherit native
|
||||||
|
|
||||||
|
deltask do_configure
|
||||||
|
deltask do_compile
|
||||||
|
|
||||||
|
do_install () {
|
||||||
|
install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
|
||||||
|
}
|
||||||
|
addtask install after do_unpack
|
||||||
|
|
||||||
|
PACKAGES = "${PN}"
|
||||||
|
|
||||||
|
FILES:${PN} = "${bindir}/ukify"
|
Loading…
Reference in New Issue
Block a user