From: Bruce Ashfield Date: Thu, 15 Jan 2015 11:54:20 +0000 (+0000) Subject: kernel-yocto: remove GUILT_BASE from terminal exports X-Git-Tag: 2015-4~773 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eb0209360d14b57fbef6fa20bdd9948e8337f24b;p=openembedded-core.git kernel-yocto: remove GUILT_BASE from terminal exports 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 3b59d85f4e..9c50d52507 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass @@ -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 () {