systemd-boot native recipe provides ukify tool to build UKI images for systemd-boot
Signed-off-by: Viswanath Kraleti <[email protected]> --- meta/conf/distro/include/maintainers.inc | 1 + .../systemd/systemd-boot-native_254.4.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 meta/recipes-core/systemd/systemd-boot-native_254.4.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 445f797bcb..18da5435a3 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -787,6 +787,7 @@ RECIPE_MAINTAINER:pn-systemd = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-boot = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-bootchart = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-bootconf = "Chen Qi <[email protected]>" +RECIPE_MAINTAINER:pn-systemd-boot-native = "Viswanath Kraleti <[email protected]>" RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-compat-units = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-systemd-machine-units = "Chen Qi <[email protected]>" 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 @@ +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" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192993): https://lists.openembedded.org/g/openembedded-core/message/192993 Mute This Topic: https://lists.openembedded.org/mt/103402442/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
