Re: [yocto] [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append()

2016-11-12 Thread Andrei Gherzan
On Wed, Nov 02, 2016 at 10:52:00AM +0100, piotr.lewicki wrote: > This append is not needed anymore and it breaks the build for the people that > use initramfs, because the path to > mkknlimg is wrong. > > Resending again because it did not make into the master. > > piotr.lewicki (1): > linux-ras

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Fix appending to RDEPENDS

2016-11-12 Thread Andrei Gherzan
On Wed, Nov 02, 2016 at 12:46:47AM +1100, Jonathan Liu wrote: > The += operator should not be used in combination with overrides as it > will clear any existing values in the variable. > > Example: > FOO = "bar" > FOO_rpi += "baz" > > The above example would result in FOO being equal to " baz" inst

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.8.bb: Upgrade to 4.8.6

2016-11-12 Thread Andrei Gherzan
On Wed, Nov 02, 2016 at 11:27:06PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb > b/recipes-kernel/linux/linux-rasp

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

2016-11-12 Thread Andrei Gherzan
On Sat, Nov 12, 2016 at 07:34:43AM -0800, Khem Raj wrote: > > > On 11/12/16 4:23 AM, Andrei Gherzan wrote: > > On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote: > >> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan wrote: > >>> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: > >

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

2016-11-12 Thread Khem Raj
On 11/12/16 4:23 AM, Andrei Gherzan wrote: > On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote: >> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan wrote: >>> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: On 2016-11-08 12:16, Andrei Gherzan wrote: > On Sun, Nov 6, 20

Re: [yocto] [meta-raspberrypi][PATCH v3] u-boot: Simplify boot script

2016-11-12 Thread Paul Barker
On Thu, 10 Nov 2016 12:57:02 +1100 Jonathan Liu wrote: > Hi Paul, > > On 6 November 2016 at 22:57, Paul Barker wrote: > > On Sat, 5 Nov 2016 12:50:07 +1100 > > Jonathan Liu wrote: > > > >> A patch is added to check if the firmware loaded a device tree blob > >> into memory and set the fdt_add

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

2016-11-12 Thread Andrei Gherzan
On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote: > On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan wrote: > > On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: > >> On 2016-11-08 12:16, Andrei Gherzan wrote: > >> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj wrote: > >> > > This i