[oe-commits] Bruce Ashfield : kern-tools: allow meta branch and meta data directory to differ

git at git.openembedded.org git at git.openembedded.org
Sat Aug 30 09:17:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 03c9ef6d5ceff99d94f9724da66793e881b9d27a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=03c9ef6d5ceff99d94f9724da66793e881b9d27a

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Fri Aug 29 10:32:36 2014 -0400

kern-tools: allow meta branch and meta data directory to differ

>From the kern-tools commit:

    tools: allow meta directories that are not the same as the branch name

    With this change it is now possible to have a meta branch with meta data
    in a directory that is not the same name as the branch.

    The changes to three parts of the build are required to discover the name
    of the meta directory by relying on the fact that in a clean/proper build
    the meta directory is the only untracked, top level directory in the build.

    As such, we can restore a checkpoint and then examine the build directory
    to determine the meta directory name .. avoiding any new variables to
    indicate this to the scripts and build system.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

---

 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 24263e5..bca1dec 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native"
 
-SRCREV = "e914d570232a5a6aa47b721dafbab4af4209d93c"
+SRCREV = "83f468ab8ef748a8880cba7d26779c35abfcc0bf"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 



More information about the Openembedded-commits mailing list