public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] rootfs: Add missing dependency for rootfs_postprocess
@ 2019-08-20 14:48 Jan Kiszka
  2019-08-20 14:55 ` Claudius Heine
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2019-08-20 14:48 UTC (permalink / raw)
  To: isar-users, Claudius Heine

From: Jan Kiszka <jan.kiszka@siemens.com>

This task needs the unpacked files from SRC_URI, specifically
DISTRO_CONFIG_SCRIPT.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/classes/rootfs.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/rootfs.bbclass b/meta/classes/rootfs.bbclass
index c7e0435..7d22452 100644
--- a/meta/classes/rootfs.bbclass
+++ b/meta/classes/rootfs.bbclass
@@ -227,7 +227,7 @@ python do_rootfs_postprocess() {
     for cmd in cmds:
         bb.build.exec_func(cmd, d)
 }
-addtask rootfs_postprocess before do_rootfs
+addtask rootfs_postprocess before do_rootfs after do_unpack
 
 python do_rootfs() {
     """Virtual task"""
-- 

2.16.4


-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2019-08-20 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20 14:48 [PATCH] rootfs: Add missing dependency for rootfs_postprocess Jan Kiszka
2019-08-20 14:55 ` Claudius Heine
2019-08-20 14:57   ` Claudius Heine
2019-08-20 14:58   ` Jan Kiszka
2019-08-20 15:34     ` Jan Kiszka

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