diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-07-05 14:22:53 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:32:46 +0100 |
commit | 3cac3ce65abae9dc253641a2004440a2b38fd44d (patch) | |
tree | 0fe6a865043dc3f58efc26288a5cc719631425e2 /meta/recipes-kernel/kern-tools | |
parent | bd05dcb634cbb4022b4189985585f73c86f01fae (diff) | |
download | openembedded-core-3cac3ce65abae9dc253641a2004440a2b38fd44d.tar.gz openembedded-core-3cac3ce65abae9dc253641a2004440a2b38fd44d.tar.bz2 openembedded-core-3cac3ce65abae9dc253641a2004440a2b38fd44d.zip |
linux-yocto: make KBRANCH the exception and not the rule
The kernel branch is no longer required by the yocto-kern-tools
to locate BSP feature descriptions (it is the MACHINE:KTYPE
descriptor), so we no longer require that the BSP branch be
explicitly set.
If a kernel branch is explicitly set, it is now used to trigger
a checks to ensure that the branch really is being built.
Otherwise the branch that the machine description creates will
be built (just as it always was).
This further simplies the use and configuration of a linux-yocto
based kernel recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 f47262f79f..0cb111c271 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 = "b8dfd3d641400a8dfbf16868ee64f524508c80b7" +SRCREV = "12c39b76eca4ed993b5ffb38cbe89e0608b216c3" PR = "r12" PV = "0.1+git${SRCPV}" |