[yocto] Failed to populate SDK after upgrade from sumo to thud

2019-01-29 Thread Stelling2 Carsten
Hi, after upgrade from sumo (2.5.2) to thud (2.6.0) populating the SDK fails with following error: ERROR: kernel-devsrc-1.0-r0 do_install: Function failed: do_install ... cp cannot stat 'arch/arm/tools/syscall*': No such file or directory. When I remove the following line from the recipe meta/

Re: [yocto] Triggering rebuild on a recipe when MACHINE changes

2019-01-29 Thread Burton, Ross
PACKAGE_ARCH = "${MACHINE}" The default is that the package is tune-specific, so it won't need to rebuild on MACHINE changes. Ross On Tue, 29 Jan 2019 at 07:09, Kristupas Savickas wrote: > > I have a few recipes that should rebuild when value of MACHINE variable > changes. How can this be accom

Re: [yocto] Triggering rebuild on a recipe when MACHINE changes

2019-01-29 Thread Burton, Ross
I meant PACKAGE_ARCH = "${MACHINE_ARCH}", sorry. Ross On Tue, 29 Jan 2019 at 09:57, Burton, Ross wrote: > > PACKAGE_ARCH = "${MACHINE}" > > The default is that the package is tune-specific, so it won't need to > rebuild on MACHINE changes. > > Ross > > On Tue, 29 Jan 2019 at 07:09, Kristupas Sav

[yocto] yocto build ruby-augeas gem

2019-01-29 Thread Ollie
Hello, Can anyone please help with install issues when building the ruby-augeas gem? Seems to be a cross compiler error. Build error: ... | Building native extensions. This could take a while... | ERROR: Error installing ruby-augeas-0.5.0.gem: | ERROR: Failed to build gem native extension. | |

[yocto] (no subject)

2019-01-29 Thread Antonio Santagiuliana
Hi, I am missing the steps required to add to an image the support for an RTC plugged in to I2C1 interface, with autostart. is there a page with instructions ? thank you -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/list

[yocto] Yocto Project Status WW05'19

2019-01-29 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M3 Next Deadline: YP 2.7 M3 Cutoff is Feb. 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Armin * SWAT team rotation: Armin -> Anuj on Feb. 1, 2019 * SWAT team rotation: Anuj -> Paul on Feb. 8, 2019 * https://wiki.yoctoproj

Re: [yocto] (no subject)

2019-01-29 Thread Scott Rifenbark
Hi, Have you tried adding the feature through MACHINE_FEATURES variable? ( https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#ref-features-machine and https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#var-MACHINE_FEATURES ). A developer can probably provide more detailed info

Re: [yocto] [YP Core] Thud moved out of active releases

2019-01-29 Thread Scott Rifenbark
Denis, I don't understand this myself. I don't believe 2.6.1 has released just yet. I have symlinks set such that the "current" documentation points to "2.6" so any URL for a manual such as https://yoctoproject.org/docs/current/ref-manual/ref-manual.html resolves to the "2.6" manual. Scott On

Re: [yocto] : [meta]: [recipes-bsp]: u-boot: update commit id to the latest one of u-boot upstream

2019-01-29 Thread Tom Rini
On Mon, Jan 28, 2019 at 06:20:02PM +0800, meng...@windriver.com wrote: > From: Limeng > > Hi Richard, > > Could you please help to merge this patch into meta/recipes-bsp/u-boot, > branch is master? > > There are 2 CVE issues fixing in latest u-boot upstream, so > update commit id to involve t

[yocto] Deactivating KERNEL_FEATURES

2019-01-29 Thread Chuck Wolber
This question is with respect to the Yocto thud (2.6.x) branch. I have also reviewed section 2.3.3 and 2.3.4 of the Kernel Development document . My kernel configuration (cfg) seems to be overridden by KERNEL_FEATURES and it is not

[yocto] adding task before a task T but after all other tasks that T depends on?

2019-01-29 Thread Ulf Samuelsson
Is there a way to express this? Assume three classes X,Y,Z, each adding a task. X: addtask x after S before T Y: addtask y after S before T Z: addtask w after S before T Images might inherit one of the classes X,Y,Z. Thus x, y, or z might run, but only one of them, and which depends on the image

Re: [yocto] [YP Core] Thud moved out of active releases

2019-01-29 Thread Hopp, Denis
Hi Scott, thanks for the verification, I will believe it just went there unintended, then. 2.6.1 is not far, anyways. From yesterdays key notes: "• YP 2.6.1 should release this week. The transition to automated QA is raising some questions about test results but we’re working through those.

Re: [yocto] Deactivating KERNEL_FEATURES

2019-01-29 Thread Bruce Ashfield
On Tue, Jan 29, 2019 at 9:50 PM Chuck Wolber wrote: > > This question is with respect to the Yocto thud (2.6.x) branch. I have also > reviewed section 2.3.3 and 2.3.4 of the Kernel Development document. > > > My kernel configuration (cfg) seems to be overridden by KERNEL_FEATURES and > it is not