Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-03-01 Thread Andrei Gherzan
Hi Valentin, Would you be able to repush with a commit title as stated in the commit guidelines link from Readme? http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Thanks a lot. On 20 Feb 2016 5:26 pm, "Valentin LE BESCOND" wrote: > > From: Nitnelav > > Signed-off-by: Nitnelav

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-23 Thread Oliver
Not yet @Valentin, This is in my TODO list. I did spend an afternoon checking for their scripts inside the SDK at least to retrieve a backup copy of the oficial firmware. I guess this is the starting point to work out something within yocto: https://github.com/NextThingCo/CHIP-tools/blob/chip/st

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-23 Thread Valentin Le bescond
Cool, By the way @Olivier, did you manage to flash the board at some point ? I spent a hole weekend trying to... Le lun. 22 févr. 2016 à 19:00, Khem Raj a écrit : > On Sun, Feb 21, 2016 at 4:30 AM, Valentin Le bescond > wrote: > > Hi, sorry it was my first (tiny) try at a contribution ... Shou

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-22 Thread Khem Raj
On Sun, Feb 21, 2016 at 4:30 AM, Valentin Le bescond wrote: > 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 ch

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-22 Thread Oliver
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"    

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-21 Thread Valentin Le bescond
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 modific

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-20 Thread Khem Raj
On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND wrote: > From: Nitnelav > > Signed-off-by: Nitnelav > --- > 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 > in

[yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-20 Thread Valentin LE BESCOND
From: Nitnelav Signed-off-by: Nitnelav --- 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/r