Re: [yocto] When to create a new build directory for yocto?

2014-12-01 Thread Qiang Yu
Hi Chen Qi, Thank you very much. Your advice is valuable. Regards, Qiang On Mon, Dec 1, 2014 at 3:31 PM, ChenQi wrote: > Hi Qiang, > > If you are just doing some development, you could use the same build > directory for almost all builds with just a few exceptions. > (After all, you could cle

Re: [yocto] do_fetch linux hangs after defconfig/conf-fragment change

2014-12-01 Thread Matthias.Heise
> -Ursprüngliche Nachricht- > Von: Samuel Stirtzel [mailto:s.stirt...@googlemail.com] > Gesendet: Freitag, 28. November 2014 14:24 > An: Heise, Matthias > Cc: yocto@yoctoproject.org > Betreff: Re: [yocto] do_fetch linux hangs after defconfig/conf-fragment > change > > 2014-11-28 14:09 GM

[yocto] add a user via recipe

2014-12-01 Thread Matthias.Heise
Hi there, I'm still trying to add a user via recipe. The method with inherit extrausers EXTRA_USER_PARAMS = "useradd -p '\$6\$53uYm/0Fnll\$Nc0RbHSvqRrd63Tw98TO3V1n25ORK9oR4QHqRIriXzLy0il/7.LIacX7mz7RJ1tdPIWiCJLNyQa7dKBNURqEg1' fstuser;" Does not work (no errors just no user in image), as well

Re: [yocto] do_fetch linux hangs after defconfig/conf-fragment change

2014-12-01 Thread Samuel Stirtzel
2014-12-01 9:35 GMT+01:00 : > > I executed "bitbake -c clean linux_wandboard" and retried, then it worked > again. But still for me the question is open why the sources are re-fetched > only because I enable/disable kernel options (in menuconfig). Shouldn't this > be just a matter of re-compili

Re: [yocto] add a user via recipe

2014-12-01 Thread ChenQi
On 12/01/2014 04:46 PM, matthias.he...@atlas-elektronik.com wrote: Hi there, I’m still trying to add a user via recipe. The method with inherit extrausers EXTRA_USER_PARAMS = "useradd -p '\$6\$53uYm/0Fnll\$Nc0RbHSvqRrd63Tw98TO3V1n25ORK9oR4QHqRIriXzLy0il/7.LIacX7mz7RJ1tdPIWiCJLNyQa7dKBNURqEg1

[yocto] meta-java layer maintainership - help wanted

2014-12-01 Thread Paul Eggleton
Hi there, Henning would like some folks to help him maintain the meta-java layer, which contains OpenJDK and other open source Java-related components. An ideal candidate maintainer would: * Have an interest in maintaining the Java-related recipes in the layer * Be willing to review and merge

Re: [yocto] [oe] meta-java layer maintainership - help wanted

2014-12-01 Thread Otavio Salvador
On Mon, Dec 1, 2014 at 8:16 AM, Paul Eggleton wrote: > Henning would like some folks to help him maintain the meta-java layer, which > contains OpenJDK and other open source Java-related components. > > An ideal candidate maintainer would: > * Have an interest in maintaining the Java-related reci

Re: [yocto] [oe] meta-java layer maintainership - help wanted

2014-12-01 Thread Paul Eggleton
On Monday 01 December 2014 10:16:24 Paul Eggleton wrote: > Henning would like some folks to help him maintain the meta-java layer, > which contains OpenJDK and other open source Java-related components. > > An ideal candidate maintainer would: > * Have an interest in maintaining the Java-related

Re: [yocto] add a user via recipe

2014-12-01 Thread Matthias.Heise
Hi ChenQui, thanks very much for your reply, the ROOTFS_POSTPROCESS_COMMAND does work now with "useradd -root ${IMAGE_ROOTFS} -p . " as you suggested However with the EXTRA_USERS_PARAMS the user is now added (thanks to the removed typo) but I can't add a valid password, neither encrypted no

Re: [yocto] add a user via recipe

2014-12-01 Thread Matthias.Heise
Ok, the EXTRA_USERS_PARAMS method now also works, it was the typo with USER and USERS and an encrypted password with ' ' around it which is needed, strangely the encrypted string for one and the same password all of a sudden was different, after re-generating it, it worked Von: yocto-boun...@y

[yocto] how to start with custom interface/driver

2014-12-01 Thread Matthias.Heise
Hi all, I'm aware of the fact, that this is probably not the right point to ask, but maybe you still can give me some hints and/or point me to the right place to ask. What I would like to do is to connect a certain interface-chip to the freescale imx6. I have a wandboard which doesn't use it,

Re: [yocto] [oe] meta-java layer maintainership - help wanted

2014-12-01 Thread Henning Heinold
On Mon, Dec 01, 2014 at 08:43:45AM -0200, Otavio Salvador wrote: > On Mon, Dec 1, 2014 at 8:16 AM, Paul Eggleton > wrote: > > Henning would like some folks to help him maintain the meta-java layer, > > which > > contains OpenJDK and other open source Java-related components. > > > > An ideal cand

Re: [yocto] Adding firmware to initramfs

2014-12-01 Thread Bryan Evenson
Chris, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Chris Tapp > Sent: Sunday, November 30, 2014 6:09 PM > To: ChenQi > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Adding firmware to initramfs > > > On 30 Nov 20

[yocto] Custom recipe not working with 1.7.0 any more

2014-12-01 Thread Jens Lucius
Hello, I am building pjsip with a custom receipe and up until now everything worked fine. I was building this layer in 1.5.x and 1.6.x, I tried to build my layer in 1.7.0 now and had to change a few minor things with other recipes, but my pjsip receipe is not working any more. First proble

Re: [yocto] Custom recipe not working with 1.7.0 any more

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 15:45, Jens Lucius wrote: > do_configure_prepend () { > echo "#define PJMEDIA_AUDIO_DEV_HAS_ALSA 1" > > pjlib/include/pj/config_site.h > echo "#define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0" >> > pjlib/include/pj/config_site.h > } > > Does complain about no

Re: [yocto] Questioning FILESOVERRIDES implied precedence in setting FILESPATH...

2014-12-01 Thread Richard Purdie
On Mon, 2014-12-01 at 01:00 -0500, Bob Cochran wrote: > In poky master, FILESOVERRIDES is constructed as follows: > > "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" > > For my current build, I get: > > FILESOVERRIDES="powerpc:custom-machine:e500v2:qoriq-ppc:poky" > > FILESPA

Re: [yocto] Custom recipe not working with 1.7.0 any more

2014-12-01 Thread Jens Lucius
Am 01.12.2014 17:10, schrieb Burton, Ross: On 1 December 2014 at 15:45, Jens Lucius > wrote: do_configure_prepend () { echo "#define PJMEDIA_AUDIO_DEV_HAS_ALSA 1" > pjlib/include/pj/config_site.h echo "#define PJMEDIA_AUDIO_DEV_HA

Re: [yocto] Custom recipe not working with 1.7.0 any more

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 16:59, Jens Lucius wrote: > What should be used with aconfigure? > Well, what is aconfigure? Is it actually generated by autoconf, or something hand-coded? If it's not autoconf then you shouldn't be using the autotools classes. Ross -- __

Re: [yocto] Questioning FILESOVERRIDES implied precedence in setting FILESPATH...

2014-12-01 Thread Bob Cochran
On 12/01/2014 11:56 AM, Richard Purdie wrote: On Mon, 2014-12-01 at 01:00 -0500, Bob Cochran wrote: In poky master, FILESOVERRIDES is constructed as follows: "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" For my current build, I get: FILESOVERRIDES="powerpc:custom-machine:

Re: [yocto] [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target

2014-12-01 Thread Flanagan, Elizabeth
Pulled into master, I'll bring it into production this week. Note: it will not be part of nightly, so if you want it kicked on prod autobuilders for nightlies, we'll have to do some extra work for that (LAYERVERSION bump, and code in the buildstep to skip this build to ensure backwards compatibilit

Re: [yocto] [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target

2014-12-01 Thread Burton, Ross
On 1 December 2014 at 22:39, Flanagan, Elizabeth < elizabeth.flana...@intel.com> wrote: > Pulled into master, I'll bring it into production this week. Note: it > will not be part of nightly, so if you want it kicked on prod > autobuilders for nightlies, we'll have to do some extra work for that >

[yocto] Intel Board Support for Yocto Project "dizzy" 1.7 now available.

2014-12-01 Thread Flanagan, Elizabeth
I am pleased to announce the release of the meta-intel 2.0 BSPs for the Yocto Project "dizzy" 1.7 release. These BSPs are built against the Yocto 1.7 release (dizzy-12.0.0) Layer Name: meta-intel Download: http://downloads.yoctoproject.org/releases/yocto/yocto-1.7/meta-intel-2.0-dizzy-1.7.tar.bz

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Dec. 2, 2014 8:00 AM US Pacific Time

2014-12-01 Thread Jolley, Stephen K
Tuesday, December 2, 2014 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_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule https://wiki.yoctoproject.org/wik