From 9b90c8ace04c88ac6105f0bf686f9abc70fe8074 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 6 Jul 2012 22:47:27 -0400 Subject: linux-yocto: explicitly export KMETA to scripts The kern-tools scripts can support a meta branch and directory of a name that isn't "meta", but they need the name passed through the environment variable KMETA. ensuring that KMETA is exported in the shell environment sets the stage to support flexible meta branch name. Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/kern-tools/kern-tools-native_git.bb') 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 0cb111c271..c176aed335 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 guilt-native" -SRCREV = "12c39b76eca4ed993b5ffb38cbe89e0608b216c3" +SRCREV = "579b1ba2169d053c1330854f54f605bb6929d6d8" PR = "r12" PV = "0.1+git${SRCPV}" -- cgit 1.2.3-korg