Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v3 1/3] systemd-boot-native: undelete but disable configure and compile tasks
@ 2025-02-04 14:17 Mikko Rapeli
  2025-02-04 14:17 ` [PATCH v3 2/3] uki.bbclass: capture ukify command stdout and stderr Mikko Rapeli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mikko Rapeli @ 2025-02-04 14:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mikko Rapeli

The tasks were deleted and do_patch() was run after do_install()
which means that patches applied in SRC_URI were not in the
ukify.py binary installed. Mark the tasks as noexec since
they don't need to do anything.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta/recipes-core/systemd/systemd-boot-native_257.1.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd-boot-native_257.1.bb b/meta/recipes-core/systemd/systemd-boot-native_257.1.bb
index 58db408dcf..5b4b63c294 100644
--- a/meta/recipes-core/systemd/systemd-boot-native_257.1.bb
+++ b/meta/recipes-core/systemd/systemd-boot-native_257.1.bb
@@ -2,13 +2,12 @@ require systemd.inc
 
 inherit native
 
-deltask do_configure
-deltask do_compile
+do_configure[noexec] = "1"
+do_compile[noexec] = "1"
 
 do_install () {
        install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
 }
-addtask install after do_unpack
 
 PACKAGES = "${PN}"
 
-- 
2.43.0



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

end of thread, other threads:[~2025-02-06  7:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 14:17 [PATCH v3 1/3] systemd-boot-native: undelete but disable configure and compile tasks Mikko Rapeli
2025-02-04 14:17 ` [PATCH v3 2/3] uki.bbclass: capture ukify command stdout and stderr Mikko Rapeli
2025-02-04 14:17 ` [PATCH v3 3/3] systemd-boot-native: fix kernel signature for secureboot Mikko Rapeli
2025-02-05 12:58 ` [OE-core] [PATCH v3 1/3] systemd-boot-native: undelete but disable configure and compile tasks Richard Purdie
2025-02-06  7:29   ` Mikko Rapeli

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