]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: remove GUILT_BASE from terminal exports
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 15 Jan 2015 11:54:20 +0000 (11:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 09:13:02 +0000 (09:13 +0000)
guilt is no longer used to manage linux-yocto kernel pathes, so
we no longer need to export variables that it needed to locate
patches in the tree.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass

index 3b59d85f4ece5b4ed156a98c8cd11972688ac5f8..9c50d525079f167825d7861160f50aff08ae8d6a 100644 (file)
@@ -352,8 +352,7 @@ do_kernel_link_vmlinux() {
        ln -sf ../../../vmlinux
 }
 
-OE_TERMINAL_EXPORTS += "GUILT_BASE KBUILD_OUTPUT"
-GUILT_BASE = "meta"
+OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT"
 KBUILD_OUTPUT = "${B}"
 
 python () {