* [PATCH v4] systemd-boot: Add recipe to compile native
@ 2023-12-16 0:25 Viswanath Kraleti
2023-12-16 11:34 ` [OE-core] " Alexander Kanavin
2023-12-20 7:59 ` Alexandre Belloni
0 siblings, 2 replies; 5+ messages in thread
From: Viswanath Kraleti @ 2023-12-16 0:25 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..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
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [OE-core] [PATCH v4] systemd-boot: Add recipe to compile native
2023-12-16 0:25 [PATCH v4] systemd-boot: Add recipe to compile native Viswanath Kraleti
@ 2023-12-16 11:34 ` Alexander Kanavin
2023-12-16 11:49 ` Viswanath Kraleti
2023-12-20 7:59 ` Alexandre Belloni
1 sibling, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2023-12-16 11:34 UTC (permalink / raw)
To: Viswanath Kraleti; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]
Can we rather fold it into systemd-boot with bbassextend?
Alex
On Sat 16. Dec 2023 at 1.26, Viswanath Kraleti <quic_vkraleti@quicinc.com>
wrote:
> 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..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 (#192554):
> https://lists.openembedded.org/g/openembedded-core/message/192554
> Mute This Topic: https://lists.openembedded.org/mt/103202155/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3017 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [OE-core] [PATCH v4] systemd-boot: Add recipe to compile native
2023-12-16 0:25 [PATCH v4] systemd-boot: Add recipe to compile native Viswanath Kraleti
2023-12-16 11:34 ` [OE-core] " Alexander Kanavin
@ 2023-12-20 7:59 ` Alexandre Belloni
2023-12-29 5:06 ` Viswanath Kraleti
1 sibling, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2023-12-20 7:59 UTC (permalink / raw)
To: Viswanath Kraleti; +Cc: openembedded-core
Hello,
You didn't fix this one:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
systemd-boot-native (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-core/systemd/systemd-boot-native_254.4.bb)
On 16/12/2023 05:55:03+0530, Viswanath Kraleti wrote:
> 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..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 (#192554): https://lists.openembedded.org/g/openembedded-core/message/192554
> Mute This Topic: https://lists.openembedded.org/mt/103202155/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-29 5:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-16 0:25 [PATCH v4] systemd-boot: Add recipe to compile native Viswanath Kraleti
2023-12-16 11:34 ` [OE-core] " Alexander Kanavin
2023-12-16 11:49 ` Viswanath Kraleti
2023-12-20 7:59 ` Alexandre Belloni
2023-12-29 5:06 ` Viswanath Kraleti
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.