| Submitter | Bruce Ashfield |
|---|---|
| Date | Aug. 24, 2011, 8:50 p.m. |
| Message ID | <dddd72812249ace7e6c9d90dff5125a17d57b46c.1314218754.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/10503/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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 5659252..1649bbc 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}"
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> --- .../kern-tools/kern-tools-native_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)