[yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

Andrei Gherzan andrei at gherzan.ro
Sun Nov 6 02:56:20 PST 2016


On 6 Nov 2016 12:53, "Paul Barker" <paul at paulbarker.me.uk> wrote:
>
> On Sun,  6 Nov 2016 00:25:14 -0700
> Khem Raj <raj.khem at gmail.com> wrote:
>
> > This is a binary repo and its quite large in size
> > we do not need the whole history of this repo since
> > most of stuff needed is binaries, therefore switch
> > to release tarballs
> >
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> >  recipes-bsp/common/firmware.inc | 12 +++++++-----
> >  1 file changed, 7 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-bsp/common/firmware.inc
b/recipes-bsp/common/firmware.inc
> > index ed0782f..8862f58 100644
> > --- a/recipes-bsp/common/firmware.inc
> > +++ b/recipes-bsp/common/firmware.inc
> > @@ -1,8 +1,10 @@
> > -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> > -RPIFW_DATE ?= "20161030"
> > -RPIFW_SRC_URI ?= "git://
github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> > -RPIFW_S ?= "${WORKDIR}/git"
> > +RPIFW_DATE ?= "20161020"
> > +RPIFW_SRC_URI ?= "
https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> > +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
> >
> >  SRC_URI = "${RPIFW_SRC_URI}"
> > -SRCREV = "${RPIFW_SRCREV}"
> > +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> > +SRC_URI[sha256sum] =
"1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> > +
> >  PV = "${RPIFW_DATE}"
> > +
>
> Khem,
>
> This series doesn't apply to master for me. I'm a bit lost as to which
> patches I need to apply as some of your previous series has been merged
> to master but not all of it.
>
> Could you point me at which patches I need to apply or at a branch
> where this is staged if it's public?

It probably fails because of version updates. Here you go:
https://github.com/kraj/meta-raspberrypi

>
> Thanks,
> Paul Barker
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20161106/9e6f3eea/attachment.html>


More information about the yocto mailing list