mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
linux-dummy: provide empty shared_workdir method
Perf.bb (among others) requires access to the kernel source, so have linux-dummy fake that as well. As before, perf will fail to build, but there are use cases where this patch is needed. For example a perf.bbappend that will always build it from the debian linux-tools tarball. Using linux-dummy is still a bad, bad idea, but it shouldn't start breaking existing use cases. (From OE-Core rev: 56142f002046d319a2cdc326ea8f8c0892f3061f) Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
86c77aca5b
commit
609898aab9
@@ -33,6 +33,10 @@ do_compile () {
|
||||
:
|
||||
}
|
||||
|
||||
do_shared_workdir () {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
@@ -47,4 +51,4 @@ do_deploy() {
|
||||
|
||||
addtask bundle_initramfs after do_install before do_deploy
|
||||
addtask deploy after do_install
|
||||
|
||||
addtask shared_workdir after do_compile before do_install
|
||||
|
||||
Reference in New Issue
Block a user