| Submitter | Bruce Ashfield |
|---|---|
| Date | July 21, 2011, 5:16 p.m. |
| Message ID | <129417014aaa71318ddb7c94a8fa88e7cdc8e165.1311267679.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/8225/ |
| State | New, archived |
| Headers | show |
Comments
On 07/21/2011 10:16 AM, Bruce Ashfield wrote: > Fixes [YOCTO #1261] > > Updating the SRCREV to pickup some branch creation fixes that > were causing an invalid branch name to be used on a repository > that couldn't support it (i.e. standard/base on a 2.6.34). > > With this the 2.6.34 and 3.0 -rt branches will build. > > Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com> > --- > .../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 f7600ca..1fbb1f7 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 = "f8eb067b023d590b6cd8deddf6f96d6a820997af" > +SRCREV = "f5a915c277a37ba5949b4c0778356189e7dd9ec0" > PR = r10 > PV = "0.1+git${SRCPV}" >
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 f7600ca..1fbb1f7 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 = "f8eb067b023d590b6cd8deddf6f96d6a820997af" +SRCREV = "f5a915c277a37ba5949b4c0778356189e7dd9ec0" PR = r10 PV = "0.1+git${SRCPV}"
Fixes [YOCTO #1261] Updating the SRCREV to pickup some branch creation fixes that were causing an invalid branch name to be used on a repository that couldn't support it (i.e. standard/base on a 2.6.34). With this the 2.6.34 and 3.0 -rt branches will build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> --- .../kern-tools/kern-tools-native_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)