| Submitter | Eyal Reizer |
|---|---|
| Date | July 4, 2011, 12:57 p.m. |
| Message ID | <1309784224-8174-1-git-send-email-eyalr@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/6937/ |
| State | New, archived |
| Headers | show |
Comments
Pinging on this patch. Best Regards, Eyal Reizer > -----Original Message----- > From: Eyal Reizer [mailto:eyalreizer@googlemail.com] > Sent: Monday, July 04, 2011 3:57 PM > To: openembedded-devel@lists.openembedded.org > Cc: Reizer, Eyal > Subject: [PATCH] ti-wifi-utils: fix unaligned data access > > update the recipe to use a new commit from upstream which fixes > unaligned > data access errors reported when using the calibrator tool on an am180x > (armv5) platform > > Signed-off-by: Eyal Reizer <eyalr@ti.com> > --- > recipes/ti/ti-wifi-utils_git.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi- > utils_git.bb > index 9855775..87ca2c9 100644 > --- a/recipes/ti/ti-wifi-utils_git.bb > +++ b/recipes/ti/ti-wifi-utils_git.bb > @@ -3,11 +3,11 @@ LICENSE = "TI-BSD" > > DEPENDS = "libnl" > > -PR ="r3" > +PR ="r4" > PV ="0.0" > PR_append = "+gitr${SRCPV}" > > -SRCREV = "268dbf03091b632c2697eb8028e90fe40513a9d8" > +SRCREV = "8737db9372e714e265d3f575573d14c3379ab9fc" > SRC_URI = "git://github.com/gxk/ti-utils.git;protocol=git" > > S = "${WORKDIR}/git" > -- > 1.7.0.4
> -----Original Message----- > From: openembedded-devel-bounces@lists.openembedded.org > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of > Eyal Reizer > Sent: Monday, July 04, 2011 7:57 AM > To: openembedded-devel@lists.openembedded.org > Subject: [oe] [PATCH] ti-wifi-utils: fix unaligned data access > > update the recipe to use a new commit from upstream which fixes > unaligned > data access errors reported when using the calibrator tool on an am180x > (armv5) platform > > Signed-off-by: Eyal Reizer <eyalr@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> > --- > recipes/ti/ti-wifi-utils_git.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi- > utils_git.bb > index 9855775..87ca2c9 100644 > --- a/recipes/ti/ti-wifi-utils_git.bb > +++ b/recipes/ti/ti-wifi-utils_git.bb > @@ -3,11 +3,11 @@ LICENSE = "TI-BSD" > > DEPENDS = "libnl" > > -PR ="r3" > +PR ="r4" > PV ="0.0" > PR_append = "+gitr${SRCPV}" > > -SRCREV = "268dbf03091b632c2697eb8028e90fe40513a9d8" > +SRCREV = "8737db9372e714e265d3f575573d14c3379ab9fc" > SRC_URI = "git://github.com/gxk/ti-utils.git;protocol=git" > > S = "${WORKDIR}/git" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb index 9855775..87ca2c9 100644 --- a/recipes/ti/ti-wifi-utils_git.bb +++ b/recipes/ti/ti-wifi-utils_git.bb @@ -3,11 +3,11 @@ LICENSE = "TI-BSD" DEPENDS = "libnl" -PR ="r3" +PR ="r4" PV ="0.0" PR_append = "+gitr${SRCPV}" -SRCREV = "268dbf03091b632c2697eb8028e90fe40513a9d8" +SRCREV = "8737db9372e714e265d3f575573d14c3379ab9fc" SRC_URI = "git://github.com/gxk/ti-utils.git;protocol=git" S = "${WORKDIR}/git"
update the recipe to use a new commit from upstream which fixes unaligned data access errors reported when using the calibrator tool on an am180x (armv5) platform Signed-off-by: Eyal Reizer <eyalr@ti.com> --- recipes/ti/ti-wifi-utils_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)