Re: [yocto] Can wic split rootfs files across partitions?

2016-03-31 Thread Jens Rehsack
> Am 30.03.2016 um 20:48 schrieb Karl Voelker : > > I am trying to build a multi-partition image with wic, with separate > partitions for / and /var. So, the / partition should get all the files > except those under /var, and the /var partition should get the files > under /var. > > I thought th

Re: [yocto] [Query] Process of Up-streaming a new meta layer

2016-03-31 Thread Alexander Kanavin
On 03/23/2016 04:24 PM, Jaggi, Manish wrote: What is the process of upstreaming a new meta layer ? The layer is specific to cavium thunderx and it can be named as meta-cavium Is this the correct mailing list to upstream ? You need to publish the layer somewhere public (e.g. github), and then

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-03-31 Thread Trevor Woerner
On Fri 2016-03-18 @ 10:15:39 AM, David Weisgerber wrote: > Hi, > did anyone succeed in building an image that runs on Raspberry Pi 3? I set my > conf/local.conf to > > MACHINE ??= "raspberrypi3" > GPU_MEM = "128" > DISABLE_OVERSCAN = "1" > > and built rpi-basic-image but when booting the Pi 3

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-03-31 Thread Josep Puigdemont
On Thu, Mar 31, 2016 at 11:26:04AM -0400, Trevor Woerner wrote: > On Fri 2016-03-18 @ 10:15:39 AM, David Weisgerber wrote: > > Hi, > > did anyone succeed in building an image that runs on Raspberry Pi 3? I set > > my > > conf/local.conf to > > > > MACHINE ??= "raspberrypi3" > > GPU_MEM = "128"

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-03-31 Thread Khem Raj
> On Mar 31, 2016, at 8:26 AM, Trevor Woerner wrote: > > On Fri 2016-03-18 @ 10:15:39 AM, David Weisgerber wrote: >> Hi, >> did anyone succeed in building an image that runs on Raspberry Pi 3? I set my >> conf/local.conf to >> >> MACHINE ??= "raspberrypi3" >> GPU_MEM = "128" >> DISABLE_OVERSCAN

[yocto] [PATCH] opkg-build: Exit when fail to list files.

2016-03-31 Thread Aníbal Limón
We have an issue when ls segfaults in some cases [1] so it's better to detect the failure at this level instead of continue the build process. [YOCTO #8926] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8926#c0 Signed-off-by: Aníbal Limón --- opkg-build | 8 1 file changed, 8

[yocto] [PATCH][opkg-utils] opkg-build: Exit when fail to list files.

2016-03-31 Thread Aníbal Limón
We have an issue when ls segfaults in some cases [1] so it's better to detect the failure at this level instead of continue the build process. [YOCTO #8926] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8926#c0 Signed-off-by: Aníbal Limón --- opkg-build | 8 1 file changed, 8

[yocto] Debian Stretch build error "Install SDL devel"

2016-03-31 Thread Fred Ollinger
I know that Debian Stretch is not supported, but I'd like to help shake out the errors to get support. I'm on poky commit 9fd145d27ec479668fac490a9f1078089f22bf59 I tried to build qemu-native and it failed with the following: | ERROR: User requested feature sdl |configure was not a

Re: [yocto] Debian Stretch build error "Install SDL devel"

2016-03-31 Thread Andre McCurdy
On Thu, Mar 31, 2016 at 3:55 PM, Fred Ollinger wrote: > I know that Debian Stretch is not supported, but I'd like to help shake out > the errors to get support. > > > I'm on poky > > > commit 9fd145d27ec479668fac490a9f1078089f22bf59 > > > I tried to build qemu-native and it failed with the follow