> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, August 01, 2016 12:37 PM > To: Stiffler, Jacob > Cc: [email protected] > Subject: Re: [meta-arago] [PATCH] gstreamer1.0-plugins-bad: fix > compilation for k2 machines > > On Mon, Aug 01, 2016 at 12:30:37PM -0400, Jacob Stiffler wrote: > > * Previously, the SRCREV was set to a commit compatible with only > > dra7xx and overridden to a generic commit for select machines. > > * Now set SRCREV to the generic commit, and override for dra7xx. > > omap-a15? > > Should we keep distinguishing OMAP5 from DRA7?
Sorry, this was an oversight. I'll resubmit with omap-a15. > > > > Signed-off-by: Jacob Stiffler <[email protected]> > > --- > > .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend | 7 > > +++---- > > 1 file changed, 3 insertions(+), 4 deletions(-) > > > > diff --git a/meta-arago-extras/recipes- > multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta- > arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins- > bad_1.6.3.bbappend > > index bb69168..44a1b8a 100644 > > --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-bad_1.6.3.bbappend > > +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-bad_1.6.3.bbappend > > @@ -35,8 +35,7 @@ SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0- > plugins-bad.git;protocol=git;bran > > > > S = "${WORKDIR}/git" > > > > -SRCREV = "f0694b5fcec997036ef7df4d382b28e833c8ebfd" > > -SRCREV_ti43x = "d0160ca810be30bf2b2e7681f5047933402efb52" > > -SRCREV_ti33x = "d0160ca810be30bf2b2e7681f5047933402efb52" > > +SRCREV_dra7xx = "f0694b5fcec997036ef7df4d382b28e833c8ebfd" > > +SRCREV = "d0160ca810be30bf2b2e7681f5047933402efb52" > > > > -PR = "r20" > > +PR = "r21" > > -- > > 2.7.4 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
