[yocto] puzzling instructions in kernel dev manual, section 2.3.1

2017-02-25 Thread Robert P. J. Day
just noticed this in kernel dev manual, section 2.3.1: "To force a pickup and commit of all such pending changes, enter the following: $ git add . $ git commit -s -a -m "getting rid of -dirty" the "-a" option with "commit" means, "Tell the command to automatically stage file

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Paul Barker
On Fri, 24 Feb 2017 16:03:59 -0800 Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb > b/recipes-kernel/linux/linux-raspberry

Re: [yocto] Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build

2017-02-25 Thread Joshua Watt
On 02/24/2017 11:36 AM, Burton, Ross wrote: On 23 February 2017 at 13:24, William McKinney > wrote: I’m trying to build the yocto-morty release on an ubuntu 16.04.2 LTS box with 16GB of memory and plenty of disk space. More than once the machine appears

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Khem Raj
On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker wrote: > On Fri, 24 Feb 2017 16:03:59 -0800 > Khem Raj wrote: > >> Signed-off-by: Khem Raj >> --- >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-kernel/linux/li

[yocto] hddimg vs iso

2017-02-25 Thread Ran Shalit
Hello, I try to understand the difference between hddimg and iso, but yet didn't find the answer for that. I think both contain bootloader, and probably hddimg is format for usb harddisk and iso a format for usb cdrom. Is that correct ? Is there actually format for "usb harddisk" and "usb cdrom"

Re: [yocto] Python3 partial rootfs installation

2017-02-25 Thread Jakob Simon-Gaarde
Thanks for the answer. I tried adding it as a dependency but I get this: ERROR: Nothing PROVIDES 'python3-modules' On Fri, Feb 24, 2017 at 10:21 AM, Maciej Borzęcki < maciej.borze...@rndity.com> wrote: > On Fri, Feb 24, 2017 at 9:50 AM, Jakob Simon-Gaarde > wrote: > > Hi. > > > > I want to use P

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Andrei Gherzan
On Sat, Feb 25, 2017 at 10:16:24AM -0800, Khem Raj wrote: > On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker wrote: > > On Fri, 24 Feb 2017 16:03:59 -0800 > > Khem Raj wrote: > > > >> Signed-off-by: Khem Raj > >> --- > >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > >> 1 file changed,

Re: [yocto] [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments

2017-02-25 Thread Trevor Woerner
pushed, thanks! On Tue, Feb 21, 2017 at 9:20 PM, Eddie Cai wrote: > Hi Trevor > > 2017-02-22 6:25 GMT+08:00 Trevor Woerner : >> >> Almost. The file you created a patch against had DEFAULTTUNE which >> has been removed so I had to create a new patch that would apply. If >> you're happy with this

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Gary Thomas
On 2017-02-26 03:00, Andrei Gherzan wrote: On Sat, Feb 25, 2017 at 10:16:24AM -0800, Khem Raj wrote: On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker wrote: On Fri, 24 Feb 2017 16:03:59 -0800 Khem Raj wrote: Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1

Re: [yocto] [meta-rockchip][PATCH v2 3/5] machine: firefly-rk3288: specify bootloader

2017-02-25 Thread Trevor Woerner
applied, thanks! On Tue, Feb 21, 2017 at 5:22 PM, Trevor Woerner wrote: > Great, thanks for the review! > > On Sun, Feb 19, 2017 at 3:17 AM, Jacob Chen wrote: >> Hi Trevor, >> >> 2017-02-19 13:03 GMT+08:00 Eddie Cai : >>> Hi Trevor >>> >>> 2017-02-19 10:43 GMT+08:00 Trevor Woerner : Set the

Re: [yocto] [meta-rockchip][PATCH v2 5/5] machine: rk3288: GPT image support

2017-02-25 Thread Trevor Woerner
applied, thanks! On Sun, Feb 19, 2017 at 1:33 AM, Eddie Cai wrote: > Hi Trevor > > > 2017-02-19 10:43 GMT+08:00 Trevor Woerner : >> >> Configure any rk3288 build to generate the new GPT image which is then >> either >> flashed to eMMC or dd'ed to an SDcard. >> >> Signed-off-by: Trevor Woerner >>