Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
Dear Yocto Team Members, Here's what I got : = #:~/poky$ git branch master * pyro How can I fix that problem with modern perl in help2man ? Thanks On 31/07/17 21:26, Burton, Ross wrote: Then the branch you checked out. git branch will tell you. Ross On 31 July 2017

[yocto] [yocto-autobuilder][PATCH V2] buildsteps: add bblayers modification step

2017-07-31 Thread Stephano Cetola
Take a list of pairs of layer substitutions: (current, replacement) and replace each entry's current layer with the replacement layer. The replacement parameter may include #YPDIR which will be substituted for the full path of the poky checkout. [YOCTO #11745 ] Signed-off-by: Stephano Cetola

Re: [yocto] build problem after upgrade to pyro

2017-07-31 Thread Khem Raj
On 7/31/17 6:27 AM, Diogo Piçarra wrote: > Hi, > > I have a recipe to build macchina.io that was working with morty but > after updating to pyro i get the error "/lib/ld-linux-armhf.so.3: No > such file or directory". > It's looking fot the file in the wrong place. > I already read the release

Re: [yocto] local file update vs rebuild

2017-07-31 Thread Khem Raj
On 7/31/17 4:39 AM, Takashi Matsuzawa wrote: > Hello. > I am uncertain about do_clean behavior with local files. > > > Say, I have local files referred by my recipe, and I have made changes to the > files referred. > (Note, there is no change in my .bb file itself.) > > >> SRC_URI +=

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Aug 1, 2017 8:00 AM US Pacific Time

2017-07-31 Thread Jolley, Stephen K
Tuesday, August 1, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.4_Status https://wiki.yoctoproject.org/wiki/Yocto_2.4_Schedule

[yocto] installing iso images in legacy mode

2017-07-31 Thread Markus Volk
Iso Images (x86_64) created with the current master fail when trying to install using the legacy bios startup. Live boot from usb is fine, but when installing, i´m getting an error ... "/usr/share/locale" could not be found. After reboot i'm getting dropped to grub-shell, because the kernel

[yocto] [meta-security][PATCH] layer: remove TPM layer depends and other dynamic ones.

2017-07-31 Thread Armin Kuster
include meta-python for AppArmor changes Signed-off-by: Armin Kuster --- conf/layer.conf | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0e524a1..0b066fd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@

[yocto] Yocto Project Status WW31’17

2017-07-31 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M2 is in QA, patches are being merged for M3 Next Deadline: YP 2.4 M3 Cut off is Aug. 21, 2017 SWAT team rotation: Armin -> Saul on July 28, 2017. SWAT team rotation: Saul -> Ross on Aug. 4, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team

Re: [yocto] How to have Poky automatically login at boot?

2017-07-31 Thread Aaron Schwartz
Good tip Andre! Just adding 'auto-serial-console' to IMAGE_INSTALL results in openvt complaining that VT1 is already in use and then the user is presented with the regular login. It looks like I'll be able to make this work once I figure out how to disable whatever's claiming that vty, though.

Re: [yocto] Understanding dtb generation wrt uboot (with signing)

2017-07-31 Thread Colin Helliwell
> On 27 July 2017 at 17:48 colin.helliw...@ln-systems.com wrote: > > I'm working on 2.2/Morty, with a custom board. > Ultimate goal is to create a FIT image with a signed configuration. But I'm > trying to just work through step by step and understand the relationships > between u-boot, kernel,

Re: [yocto] extensible SDK build failure

2017-07-31 Thread Paul Eggleton
Hi Russell, It looks to me like you have added kernel-devsrc to the TOOLCHAIN_*_TASK variable at the global level, which you really don't want to do if you're going to be building buildtools-tarball (which eSDK will build as a dependency). I'd suggest moving that setting to your image recipe.

[yocto] build problem after upgrade to pyro

2017-07-31 Thread Diogo Piçarra
Hi, I have a recipe to build macchina.io that was working with morty but after updating to pyro i get the error "/lib/ld-linux-armhf.so.3: No such file or directory". It's looking fot the file in the wrong place. I already read the release notes and can't anyting that could have created this

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Burton, Ross
Then the branch you checked out. git branch will tell you. Ross On 31 July 2017 at 14:17, Riko Ho wrote: > Git clone ... > On Jul 31, 2017 9:16 PM, "Burton, Ross" wrote: > >> How did you get poky? >> >> Ross >> >> On 31 July 2017 at 14:14, Riko

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
I forgot which one? How can I update?thx https://www.yoctoproject.org/downloads/yocto-project On Jul 31, 2017 9:17 PM, "Riko Ho" wrote: > Git clone ... > On Jul 31, 2017 9:16 PM, "Burton, Ross" wrote: > >> How did you get poky? >> >> Ross >> >> On

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
Git clone ... On Jul 31, 2017 9:16 PM, "Burton, Ross" wrote: > How did you get poky? > > Ross > > On 31 July 2017 at 14:14, Riko Ho wrote: > >> How can I see my branch? >> On Jul 31, 2017 9:12 PM, "Burton, Ross" wrote: >>

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Burton, Ross
How did you get poky? Ross On 31 July 2017 at 14:14, Riko Ho wrote: > How can I see my branch? > On Jul 31, 2017 9:12 PM, "Burton, Ross" wrote: > >> On 31 July 2017 at 03:33, Riko Ho wrote: >> >>> Is my auto make

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
How can I see my branch? On Jul 31, 2017 9:12 PM, "Burton, Ross" wrote: > On 31 July 2017 at 03:33, Riko Ho wrote: > >> Is my auto make disabled with icecc ? >> >> How to make it enable ? thanks. >> > > That's just a debug message. > > > |

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Burton, Ross
On 31 July 2017 at 03:33, Riko Ho wrote: > Is my auto make disabled with icecc ? > > How to make it enable ? thanks. > That's just a debug message. > | help2man: can't get `--help' info from automake-1.15 > | Try `--no-discard-stderr' if option outputs to stderr > |

[yocto] local file update vs rebuild

2017-07-31 Thread Takashi Matsuzawa
Hello. I am uncertain about do_clean behavior with local files. Say, I have local files referred by my recipe, and I have made changes to the files referred. (Note, there is no change in my .bb file itself.) >SRC_URI += "file://src/*;subdir=local" What makes those changed files

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-31 Thread Stefano Babic
Hi Andreas, On 31/07/2017 11:31, Andreas Fenkart wrote: > Hi > > 2017-07-28 15:20 GMT+02:00 Andreas Fenkart : >> Hi Stefano, >> >> 2017-06-14 10:32 GMT+02:00 Stefano Babic : >>> Hi Andreas, >>> >>> On 13/06/2017 14:18, Andreas Fenkart wrote: Hi list,

Re: [yocto] sstate cache not used when adding custom task

2017-07-31 Thread Andreas Fenkart
Hi, 2017-07-13 11:30 GMT+02:00 Joshua Lock : > On Thu, 2017-07-13 at 10:52 +0200, Andreas Fenkart wrote: >> Hi, >> >> A custom task in a bbclass causes all recipes including it to be >> rebuilt every time. Link to full bbclass attached below. >> >> I already

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-31 Thread Andreas Fenkart
Hi 2017-07-28 15:20 GMT+02:00 Andreas Fenkart : > Hi Stefano, > > 2017-06-14 10:32 GMT+02:00 Stefano Babic : >> Hi Andreas, >> >> On 13/06/2017 14:18, Andreas Fenkart wrote: >>> Hi list, >>> >>> I want to create a swupdate file, which is a cpio file with rootfs