diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-03-26 07:46:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 17:48:42 +0000 |
commit | 65113af811afcf53d3056d372861cd4d1a6bff07 (patch) | |
tree | 89b8e7a54420e1e90fc2916dd6e69dbf38035bd6 /meta/recipes-kernel | |
parent | 1daa242e78a5fddb1ae60b79f990811c85058943 (diff) | |
download | openembedded-core-65113af811afcf53d3056d372861cd4d1a6bff07.tar.gz openembedded-core-65113af811afcf53d3056d372861cd4d1a6bff07.tar.bz2 openembedded-core-65113af811afcf53d3056d372861cd4d1a6bff07.zip |
kern-tools: initialization and meta branch fixes
Bumping the kern-tools SRCREV to pickup the following fixes and documentation
updates:
d484e3f kgit-meta: remove hardcoded meta directory name
affad20 yocto-kernel-tools: Typoes, "fragement", "depreciated"
142ed49 kgit-init: update tools list
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 9f4438c119..affd66ee95 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 = "7f91d198d32fc90260e52724ef4aac0b997c1e8b" +SRCREV = "d484e3f731f38f5b4e05e13102c97d06106edfb5" PR = "r12" PV = "0.1+git${SRCPV}" |