[oe-commits] Paul Eggleton : classes/kernel-yocto: extend SRCTREECOVEREDTASKS

git at git.openembedded.org git at git.openembedded.org
Fri Feb 20 18:17:39 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: fd4d0415326ea5912d0fc7181094b43846b8e25f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fd4d0415326ea5912d0fc7181094b43846b8e25f

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Feb 19 16:39:55 2015 +0000

classes/kernel-yocto: extend SRCTREECOVEREDTASKS

* Add do_shared_workdir which was added recently
* Add do_fetch and do_unpack to this list, because at the moment if you
  enable externalsrc through a bbappend the += in this class wipes out
  the original value from externalsrc (which is set with ?=)

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/kernel-yocto.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 0cbbb5f..f05c8cc 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -1,5 +1,5 @@
 # remove tasks that modify the source tree in case externalsrc is inherited
-SRCTREECOVEREDTASKS += "do_kernel_link_vmlinux do_kernel_configme do_validate_branches do_kernel_configcheck do_kernel_checkout do_patch"
+SRCTREECOVEREDTASKS += "do_kernel_link_vmlinux do_kernel_configme do_validate_branches do_kernel_configcheck do_kernel_checkout do_shared_workdir do_fetch do_unpack do_patch"
 
 # returns local (absolute) path names for all valid patches in the
 # src_uri



More information about the Openembedded-commits mailing list