Re: [yocto] suggestions for version controlling multi-layer reproducible builds?

2016-12-13 Thread Mike Looijmans
On 12-12-16 16:20, Robert P. J. Day wrote: (if there's already a doc section for this somewhere, a pointer to it would be just ducky.) if one is building an image for a releasable, commercial product, and that image involves pulling in numerous layers, then dumping all sorts of proprietary

Re: [yocto] update mechanisms

2016-12-13 Thread Mike Looijmans
On 09-12-16 16:13, Patrick Ohly wrote: Hello everyone! Thanks for contributing directly to the page. It's great to see this done collaboratively. Nice informative page. Only thing lacking is simple, OE-built in upgrade procedures like: "Just run 'opkg update && opkg upgrade'" Kind regar

Re: [yocto] update mechanisms

2016-12-13 Thread Patrick Ohly
On Tue, 2016-12-13 at 09:51 +0100, Mike Looijmans wrote: > On 09-12-16 16:13, Patrick Ohly wrote: > > Hello everyone! > > > > Thanks for contributing directly to the page. It's great to see this > > done collaboratively. > > Nice informative page. > > Only thing lacking is simple, OE-built in up

Re: [yocto] meta-zephyr layer

2016-12-13 Thread Josef Holzmayr
Hello Juro, first off, thanks for taking the kick, whatever its count is. On 12.12.2016 23:15, Bystricky, Juro wrote: Building of Zephyr images in Yocto can now be done fairly unobtrusively via a new layer "meta-zephyr" and specifying a new distro in local.conf: DISTRO="zephyr" Leaving out th

Re: [yocto] update mechanisms

2016-12-13 Thread Lopez, Mariano
On 12/12/2016 1:02 PM, Patrick Ohly wrote: On Mon, 2016-12-12 at 09:49 -0600, Mariano Lopez wrote: On 12/12/16 09:41, Patrick Ohly wrote: On Mon, 2016-12-12 at 08:59 -0600, Mariano Lopez wrote: In particular the "complexity" column is a bit subjective. Stefano, I hope you don't mind that I d

[yocto] Issues Updating Asterisk/Dahdi recipes from meta-telephony

2016-12-13 Thread Chris Trobridge
Hi, I have got around to updating these recipes and found a few issues: asterisk has a autoconf macro file for pjproject in ./third-party/pjproject/, which does not get picked up by autobuild.bbclass. This uses find with a -maxdepth of 2 but but 3 would be needed. I found a temp fix by cop

Re: [yocto] meta-zephyr layer

2016-12-13 Thread Bystricky, Juro
Thanks, good point. The need for is poky.conf historic, not really needed at all anymore. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, December 12, 2016 4:00 PM To: Bystricky, Juro Cc: Philip Balister ; yocto@yoctoproject.org Subject: Re: [yocto] meta-zephyr layer On 12 Dece

Re: [yocto] meta-zephyr layer

2016-12-13 Thread Bystricky, Juro
Hello Josef, I will find a better place for the meta-zephyr repository eventually. As for your patches, I would definitely like to see them. I added the cortex-m3 tune as one of the last steps, just to get the Zephyr ARM test suite to pass. It works well, but probably not an optimal implementation

[yocto] [meta-inte][rmc][PATCH 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Todor Minchev
RMC was previously configured to work only with the systemd-boot EFI bootloader. With this commit we can specify alternative bootloaders by setting the RMC_BOOTLOADER variable in local.conf. If RMC_BOOTLOADER is not set systemd-boot will be used by default. Example for grub-efi: RMC_BOOTLOADER =

[yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Todor Minchev
RMC was previously configured to work only with the systemd-boot EFI bootloader. With this commit we can specify alternative bootloaders by setting the RMC_BOOTLOADER variable in local.conf. If RMC_BOOTLOADER is not set systemd-boot will be used by default. Signed-off-by: Todor Minchev --- Remove

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Jianxun Zhang
> On Dec 13, 2016, at 2:56 PM, Todor Minchev > wrote: > > RMC was previously configured to work only with the systemd-boot EFI > bootloader. With this commit we can specify alternative bootloaders by > setting the RMC_BOOTLOADER variable in local.conf. If RMC_BOOTLOADER is > not set systemd-boo

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Todor Minchev
On Tue, 2016-12-13 at 16:22 -0800, Jianxun Zhang wrote: > > On Dec 13, 2016, at 2:56 PM, Todor Minchev > > wrote: > > > > RMC was previously configured to work only with the systemd-boot EFI > > bootloader. With this commit we can specify alternative bootloaders by > > setting the RMC_BOOTLOADER

Re: [yocto] meta-zephyr layer

2016-12-13 Thread Randy Witt
The new meta-zephyr is work based on previous original work by Randy Witt and Richard Purdie, so it is actually a second kick at the can. One of the things I did when I originally put this together that could now change is qemuzephyrrunner.py which is used in the tests. I did it because runqe

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Cal Sullivan
I like where this is heading but does RMC function with bootloaders besides systemd-boot yet? A quick boot test with this patch and RMC_BOOTLOADER = "grub-efi" seems to give me vanilla grub-efi. Thanks, Cal On 12/13/2016 04:50 PM, Todor Minchev wrote: On Tue, 2016-12-13 at 16:22 -0800, Jianxu

[yocto] possible bug with dpkg-native with sstate-cache

2016-12-13 Thread Anders Oleson
I have found what I think is a sneaky nasty bug when using package_deb with SSTATE_MIRRORS on RPM based build hosts. Below is a short description of what I found and our workaround. A patch that adds a patch that is applied to the packager that packages the real packager. To avoid this sneaking fa