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:35:51 +0100 |
commit | 86c793595e560e7bc52e3cd2a2752746e6adcb76 (patch) | |
tree | 690d3b7d1df91ede60bbdb5e5da79361ad0795c6 /scripts/lib/scriptutils.py | |
parent | 13f34c172dae842427365be3a891248a76104c28 (diff) | |
download | openembedded-core-86c793595e560e7bc52e3cd2a2752746e6adcb76.tar.gz openembedded-core-86c793595e560e7bc52e3cd2a2752746e6adcb76.tar.bz2 openembedded-core-86c793595e560e7bc52e3cd2a2752746e6adcb76.zip |
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]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions