I faced the same problem locally, the u-boot.inc tends to check the in a file which is not present anymore in the repository of Next Thing Co. Though I just check for the header of the file: +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=22;md5=2687c5ebfd9cb284491c3204b726ea29"
El Domingo 21 de febrero de 2016 13:30, Valentin Le bescond <valentin.lebesc...@gmail.com> escribió: Hi, sorry it was my first (tiny) try at a contribution ... Should I have explained more in the title ? Next Thing Co changed the Licences/README file in their repo. And in the u-boot.inc file used by u-boot-chip, this file is chekced with LIC_FILES_CHKSUM. And so it doesn't build without a modification of the md5. That's it ! Le sam. 20 févr. 2016 à 20:09, Khem Raj <raj.k...@gmail.com> a écrit : On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND <valentin.lebesc...@gmail.com> wrote: > From: Nitnelav <valentin.lebesc...@gmail.com> > > Signed-off-by: Nitnelav <valentin.lebesc...@gmail.com> > --- > recipes-bsp/u-boot/u-boot-chip_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-bsp/u-boot/u-boot-chip_git.bb > b/recipes-bsp/u-boot/u-boot-chip_git.bb > index 2342478..0b9032f 100644 > --- a/recipes-bsp/u-boot/u-boot-chip_git.bb > +++ b/recipes-bsp/u-boot/u-boot-chip_git.bb > @@ -8,6 +8,8 @@ PROVIDES += "u-boot" > UBOOT_VERSION ?= "2015.07" > PV = "${UBOOT_VERSION}+git${SRCPV}" > > +LIC_FILES_CHKSUM = > "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" > + while checksumming more is merrier, it would be good to know why we should check for this one ? > SRCREV ?= "854d5fcc641d8d8914c03a69d7172815d5b81a99" > BRANCH ?= "chip/stable" > SRC_URI = "git://github.com/NextThingCo/CHIP-u-boot.git;branch=${BRANCH}" > -- > 1.9.1 > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto