diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-01-15 11:54:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:18 +0000 |
commit | 2eaeba1f9ac2c0fee374cb13a9d026b39a1b5c0a (patch) | |
tree | 0c6f99278926d0869e55beb1d1025d6ca2a73c96 /meta/classes | |
parent | 34f3d559504bf438a9a12c1843dbfc5c806721b1 (diff) | |
download | poky-2eaeba1f9ac2c0fee374cb13a9d026b39a1b5c0a.tar.gz |
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.
(From OE-Core rev: eb0209360d14b57fbef6fa20bdd9948e8337f24b)
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
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() { | |||
352 | ln -sf ../../../vmlinux | 352 | ln -sf ../../../vmlinux |
353 | } | 353 | } |
354 | 354 | ||
355 | OE_TERMINAL_EXPORTS += "GUILT_BASE KBUILD_OUTPUT" | 355 | OE_TERMINAL_EXPORTS += "KBUILD_OUTPUT" |
356 | GUILT_BASE = "meta" | ||
357 | KBUILD_OUTPUT = "${B}" | 356 | KBUILD_OUTPUT = "${B}" |
358 | 357 | ||
359 | python () { | 358 | python () { |