mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
kernel-yocto: export GUILT_BASE to devshell
One of the patch backends to linux-yocto is guilt, which normally tracks patches under .git. But .git isn't something that can be checked into a SCM and repeated. So it has been moved under meta/patches and committed to the meta branch. If devshell is used, GUILT_BASE isn't set, so patch manipulations will fail. We export GUILT_BASE and point it at the meta directory when devshell is invoked for linux-yocto. (From OE-Core rev: 10546e42a0db6a9585488536e29759239ef6e73b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a246af9bf7
commit
c08ee52519
@@ -290,4 +290,5 @@ do_kernel_link_vmlinux() {
|
||||
ln -sf ../../../vmlinux
|
||||
}
|
||||
|
||||
|
||||
OE_TERMINAL_EXPORTS += "GUILT_BASE"
|
||||
GUILT_BASE = "meta"
|
||||
|
||||
Reference in New Issue
Block a user