[yocto] missing reference to "-ptest" packages for packagegroups in dev manual?

2013-10-19 Thread Robert P. J. Day
section 5.2.2 in current yocto dev manual reads: "inherit packagegroup sets appropriate default values and automatically adds -dev and -dbg complementary packages for every package specified in PACKAGES." but oe core's packagegroup.bbclass contains the snippet: for postfix in ['-dbg

[yocto] threads set in local.conf

2013-10-19 Thread Edward Vidal
Hello all, Is this loading what others on a similar system are experiencing (see below)? I first was setting my threads to 6 on a AMD 6 core system. In the mega-manual i found 5.4. Configuring the local.conf File Briefly, set BB_NUMBER_THREADS and PARALLEL_MAKE to twice your host processor's numb

[yocto] uimage instead of zImage

2013-10-19 Thread Edward Vidal
Hello all, I made some changes to my uEnv.txt mpurate=auto bootcmd="mmc rescan 0; fatload mmc 0:1 0x8030 uImage; bootm 0x8030" dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M" vram=16M optargs="consoleblank=0" console="ttyO2 console=tty0,115200n8" chgs uImage to zImage in the bootcmd line above

Re: [yocto] uimage instead of zImage

2013-10-19 Thread Rudolf Streif
Edward, Your zImage is booting fine. The kernel starts and then tries to mount the root file system. But it cannot find it. It's looking for a UBIFS but cannot find it: . > VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0): error -19 > Please append a correct "root=" boot option;

[yocto] How to enable the LTP in “core-image-basic”

2013-10-19 Thread Amit Kumar
Hi, How to enable the LTP in “core-image-basic” I have tried to enable the LTP for “core-image-basic” for that i have edit “core-image-basic.bb” --> IMAGE_FEATURES += "ssh-server-openssh ltp" but the final executable image does not contains the ltp utiltiy. Than i tried the add the “tools-tes