]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: export GUILT_BASE to devshell
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 8 May 2012 19:10:17 +0000 (15:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 22:23:27 +0000 (23:23 +0100)
commit10546e42a0db6a9585488536e29759239ef6e73b
tree3a4d257ecb832d69b317fb613cbdb30acfeb32b5
parent74daad03ca29a03b0005f7d2b90a0347d5b583a5
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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass