diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-05-19 16:18:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 23:59:32 +0100 |
commit | ab0747e7c6d93e0143cf059241ad914cf055f362 (patch) | |
tree | c6e68a92767a53376e0bd4232082d5cd9e9662b0 /meta-selftest | |
parent | 989bbb98037f9e6e6295f70fe5efdcadb21ee0d0 (diff) | |
download | poky-ab0747e7c6d93e0143cf059241ad914cf055f362.tar.gz |
devtool/standard.py: Enable perf to be buildable
Perf is a tool build from the kernel source, which is normally available
in /work-shared/..., but when devtool is used to modify the kernel
source code, perf is not buildable since it gets an error about being unable
to add a depends to a non-exisit task do_patch.
This patch removes do_patch from the SRCTREECOVEREDTASKS and creates an empty
do_patch task to enable the VarFlags code to have someplace to attach depends
information to.
[YOCT #11120]
(From OE-Core rev: 86c793595e560e7bc52e3cd2a2752746e6adcb76)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions