diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-24 16:50:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 15:13:55 -0700 |
commit | faaa03c2a166e37a11edd52011799e6a8cff144d (patch) | |
tree | 81ad7d6002c8e5e21c3896b6c7f6d01d6cbacd4d /meta/recipes-kernel/kern-tools | |
parent | 4e7221d23bf335cbb4e1e2ba703e4c0a04df7129 (diff) | |
download | openembedded-core-faaa03c2a166e37a11edd52011799e6a8cff144d.tar.gz openembedded-core-faaa03c2a166e37a11edd52011799e6a8cff144d.tar.bz2 openembedded-core-faaa03c2a166e37a11edd52011799e6a8cff144d.zip |
kern-tools: allow flexible branch points
Updating the SRCREV to pickup a series of changes to the
kern-tools that allow more flexible creation of trees from
scratch. This functionality is not used by the normal
kernel build process and has no impact on existing builds.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 5659252a9e..1649bbc414 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=e2bf4415f3d8 DEPENDS = "git-native guilt-native" -SRCREV = "40d9bab24bde4c2f94a0cece153663aa93e0f9a4" +SRCREV = "eab0c4eeb9fdb3d83e7aca4b70334cc7b02540b6" PR = r10 PV = "0.1+git${SRCPV}" |