Re: [yocto] MULTILIB builds with Yocto: Status?

2013-11-24 Thread Nick D'Ademo
ilib-lib32 = "x86" *Using the following Build configuration:* BB_VERSION= "1.21.0" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS= "x86_64-poky-linux" MACHINE = "nuc" DISTRO

Re: [yocto] Changing /etc/shadow file

2013-11-24 Thread rajan pathak
Thanks Bernard I tried patching the shadow file but couldn't make it work My requirement is specific ,wanted to modify /etc/shadow file of rootfs I don't know how /etc/shadow file is getting generated in my rootfs,though I know the whole Process of how /etc/passwd file is generated in my roofs .

[yocto] [PATCH] Documentation: dev manual, add a reference to poky-bleeding distro

2013-11-24 Thread Robert P. J. Day
As an actual example of using AUTOREV, refer the reader to the Yocto-supplied poky-bleeding distribution. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 6b60445..fba2484 100644

Re: [yocto] MULTILIB builds with Yocto: Status?

2013-11-24 Thread Nick D'Ademo
STRING = "Ubuntu-12.04" > TARGET_SYS= "x86_64-poky-linux" > MACHINE = "nuc" > DISTRO= "poky" > DISTRO_VERSION= "1.5+snapshot-20131124" > TUNE_FEATURES = "m64" > TARGET_FPU= "

Re: [yocto] ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?

2013-11-24 Thread Andrew James
Avv On 23 Nov 2013 11:00, "Robert P. J. Day" wrote: > > current dev manual: > > > http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understand-what-gives-your-image-size > > claims: > > "To help you see where you currently are with kernel and root > filesystem sizes, you can us

[yocto] [yocto-docs][PATCH] ref-manual: add usage NOTE to IMAGE_FSTYPES

2013-11-24 Thread Trevor Woerner
Due to the way in which IMAGE_FSTYPES is processed, it is not possible to modify it using _append or _prepend. Therefore add a note to the manual to warn users in case they stumble on this issue. Signed-off-by: Trevor Woerner --- documentation/ref-manual/ref-variables.xml | 9 + 1 file c

[yocto] Boot loader/boot times

2013-11-24 Thread Michael Gloff
What bootloaders are most people here using (x86)? I'm using lilo and it seems slow. Even skipping the data check it sits for about 5-8 secs on a D525 Atom board. Total boot is about 20-25 secs, but I would like to minimize it as much as possible. I know where the other delays are, but Ubuntu on th

[yocto] [Package Report System]Manual check recipes name list

2013-11-24 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] [Package Report System]Upgrade recipes name list

2013-11-24 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

Re: [yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-24 Thread Todd Stellanova
It appears that copying the files to the ext3 / sdcard image is failing in *populate-extfs.sh* I see a series of these errors: *copy_file: Could not allocate block in ext2 filesystem* Any idea what might cause this? I've verified that the initial .tar archive and the bz2 contain the right files.

[yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-24 Thread Todd Stellanova
Hello, I'm following these directions for building with yocto for the wandboard: http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard I'm building a bb recipe based on core-image-minimal-dev, to which I've added: IMAGE_FEATURES += "package-management" In my conf/local.conf

Re: [yocto] QA Tests in Yocto development environment block diagram

2013-11-24 Thread Dilip Kumar
Dear corneliux Thanks a lot for your response with clear and detailed information. Regards Dilip Kumar b On Thursday, November 21, 2013, Stoicescu, CorneliuX wrote: > Hello Dilip, > > > > I will try and answer as much as I can on behalf of Alex: > > > > We have 2 types of tests: > > 1)

[yocto] Java on Yocto 1.5 on i.MX6

2013-11-24 Thread Darcy Watkins
Anyone build and running openjdk-7 in the yocto 1.5 environment on i.MX6? I tried adding meta-java layer and ran 'bitbake openjdk-7' and it blows up in do_configure classpath-native. The log file is attached to my post at Freescale community. https://community.freescale.com/message/364691#364691

Re: [yocto] Java on Yocto 1.5 on i.MX6

2013-11-24 Thread Tobias Henkel
On 11/25/2013 07:55 AM, Darcy Watkins wrote: Anyone build and running openjdk-7 in the yocto 1.5 environment on i.MX6? I tried adding meta-java layer and ran 'bitbake openjdk-7' and it blows up in do_configure classpath-native. The log file is attached to my post at Freescale community. https: