mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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 ?=) (From OE-Core rev: 5717e3b60731d2cb9394c13bff049a467c3aeec1) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
550d455fcd
commit
4a2e42d71d
@@ -1,5 +1,5 @@
|
|||||||
# remove tasks that modify the source tree in case externalsrc is inherited
|
# 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
|
# returns local (absolute) path names for all valid patches in the
|
||||||
# src_uri
|
# src_uri
|
||||||
|
|||||||
Reference in New Issue
Block a user