All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] image.bbclass: reactivate do_fetch, do_unpack and do_patch
@ 2017-01-03 11:12 Geoffrey Levillain
  2017-01-03 11:49 ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Geoffrey Levillain @ 2017-01-03 11:12 UTC (permalink / raw)
  To: openembedded-core

Running fetch/unpack/patch can be used to get some image-specific
configurations files to apply with a function in the
ROOTFS_POSTPROCESS_COMMAND variable.

Hence delete the "noexec" line corresponding to these tasks so we can
run them when needed.

Signed-off-by: Geoffrey Levillain <geoffrey.levillain@smile.fr>
---
 meta/classes/image.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 04fd5f9961..8b8ea40964 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -615,9 +615,6 @@ MULTILIBRE_ALLOW_REP =. "${base_bindir}|${base_sbindir}|${bindir}|${sbindir}|${l
 MULTILIB_CHECK_FILE = "${WORKDIR}/multilib_check.py"
 MULTILIB_TEMP_ROOTFS = "${WORKDIR}/multilib"
 
-do_fetch[noexec] = "1"
-do_unpack[noexec] = "1"
-do_patch[noexec] = "1"
 do_configure[noexec] = "1"
 do_compile[noexec] = "1"
 do_install[noexec] = "1"
-- 
2.11.0



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

end of thread, other threads:[~2017-01-16 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 11:12 [PATCH 1/1] image.bbclass: reactivate do_fetch, do_unpack and do_patch Geoffrey Levillain
2017-01-03 11:49 ` Richard Purdie
2017-01-03 13:23   ` Geoffrey Levillain
2017-01-16 12:54     ` Geoffrey Levillain

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.