summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/meta-environment.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-27 12:33:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-28 23:32:16 +0000
commit60662a2117373648a0a41b3556e180f7a7350a47 (patch)
tree3464da324e8cd57835ac2d7c644caef5d40a1ef7 /meta/recipes-core/meta/meta-environment.bb
parent48f79758ea1a4a2abac38566e411e8d0a6f66ac5 (diff)
downloadpoky-60662a2117373648a0a41b3556e180f7a7350a47.tar.gz
image/kernelsrc/packagegroups/recipes: Remove uneeded noexec tasks
We used to have issues removing tasks like do_fetch due to implications for targets like world and universe. These have now been resolved. Removing uneeded tasks has advantages compared to noexec since it means that accidentally left in dependencies are no longer needed/processed (e.g. do_patch depends on quilt-native). This cleans up a number of cases which local analysis highlighted as being unneeded leading to slightly cleaner task graphs. (From OE-Core rev: 4e6ee37e09c60e83c0dfd844ba9cf8a07507f099) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/meta-environment.bb')
-rw-r--r--meta/recipes-core/meta/meta-environment.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb
index a2ed229100..1128a56c1e 100644
--- a/meta/recipes-core/meta/meta-environment.bb
+++ b/meta/recipes-core/meta/meta-environment.bb
@@ -71,9 +71,9 @@ FILES_${PN}= " \
71 ${SDKPATH}/* \ 71 ${SDKPATH}/* \
72 " 72 "
73 73
74do_fetch[noexec] = "1" 74deltask do_fetch
75do_unpack[noexec] = "1" 75deltask do_unpack
76do_patch[noexec] = "1" 76deltask do_patch
77do_configure[noexec] = "1" 77do_configure[noexec] = "1"
78do_compile[noexec] = "1" 78do_compile[noexec] = "1"
79do_populate_sysroot[noexec] = "1" 79do_populate_sysroot[noexec] = "1"