[OE-core] [PATCH] linux-dummy: provide empty shared_workdir method

Koen Kooi koen.kooi at linaro.org
Wed Jan 21 09:07:35 UTC 2015


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.

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
---
 meta/recipes-kernel/linux/linux-dummy.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index 8f25f17..cc0e4e6 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -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
-- 
1.9.3




More information about the Openembedded-core mailing list