mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
34f3d55950
commit
2eaeba1f9a
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user