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: lucaceresoli/bug-15201-perf-libtraceevent-missing~31610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0209360d14b57fbef6fa20bdd9948e8337f24b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3b59d85f4ec..9c50d525079 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 () {