Re: [yocto] default root password

2013-10-18 Thread David Andrey
Hi Bryan, Solved this using the ROOTFS_POSTPROCESS_COMMAND, but without the patches series for > 8 characters password. Thanks for that input :-) Using danny in this particular case. Hope someone will update the FAQ ! Thanks David -Original Message- From: Bryan Evenson [mailto:beven...

[yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Amit Kumar
Hi, I wants to use the LTP test suite provided by yocto project. But I don't know how to enable it for "core-image-basic". Can anyone help me to enable the LTP in "core-image-basic"? Thanks & Regards Amit K The contents of this e-mail and any attachme

Re: [yocto] Custom defconfig is not used

2013-10-18 Thread Diego Sueiro
2013/10/18 Bruce Ashfield > I fell behind today .. i had 2300 unread email to start this morning :) > Is there a way that I can get a copy of your recipes and layers ? If > I can do a build myself, I can easily debug and fix this .. otherwise, > we'll > go back and forth many times debugging. > >

Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Gaurang Shastri
Adding IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb will enable ltp in your final image. Make sure you have added all required layers :) //Gaurang Shastri On Fri, Oct 18, 2013 at 12:47 PM, Amit Kumar wrote: > Hi, > >I wants to use the LTP test su

Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Paul Eggleton
On Friday 18 October 2013 14:50:51 Gaurang Shastri wrote: > Adding > > IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb > > will enable ltp in your final image. Make sure you have added all > required layers :) Ah, that doesn't look right - I don't think we have an "ltp"

Re: [yocto] OPKG configuration questions

2013-10-18 Thread Glenn Schmottlach
> > On 17 October 2013 11:20, Glenn Schmottlach wrote: >> > Just out of curiosity, is it possible that you added "package-management" >> > to IMAGE_FEATURES after you already had a successful full build? Or is >> > it possible that you had already done a full build with "package_rpm" or >> > "_deb

[yocto] external variable

2013-10-18 Thread jan alexandru vaduva
Hello everyone, Is there any way of defining a variable into a recipe and use it in another. I tried: export VAR="value" but when I tested it`s existence in devshell it did not exist(echo $VAR). Defining this variable in local.conf is not a viable solution. Thank you, Alex _

Re: [yocto] Busybox configuration example?

2013-10-18 Thread Gary Thomas
On 2013-10-17 13:49, Nicolas Dechesne wrote: On Thu, Oct 17, 2013 at 3:50 PM, Gary Thomas wrote: Can someone explain how I might control my busybox builds? For example, I routinely add this to busybox*.bbappend: # # Force 'ifup' to wait longer for really slow links... # do_prepare_

Re: [yocto] Busybox configuration example?

2013-10-18 Thread Nicolas Dechesne
On Fri, Oct 18, 2013 at 3:09 PM, Gary Thomas wrote: > Thanks for the example. I added this simple config fragment and it works > fine. > > # Force 'ifup' to wait longer for really slow links... > CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 20" > Of course, the comment is stripped in the

Re: [yocto] preserving file owners in do_package

2013-10-18 Thread Davide Soldan
In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto: > On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote: > > In data martedì 15 ottobre 2013 11:38:21, Paul Eggleton ha scritto: > > > On Tuesday 15 October 2013 12:02:20 Davide Soldan wrote: > > > > in my recipe I want to change

Re: [yocto] preserving file owners in do_package

2013-10-18 Thread Paul Eggleton
Hi Davide, On Friday 18 October 2013 15:31:22 Davide Soldan wrote: > In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto: > > On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote: > > > In data martedì 15 ottobre 2013 11:38:21, Paul Eggleton ha scritto: > > > > On Tuesday 15 Octo

Re: [yocto] external variable

2013-10-18 Thread Paul Eggleton
Hi Alex, On Friday 18 October 2013 15:19:57 jan alexandru vaduva wrote: > Is there any way of defining a variable into a recipe and use it in another. > I tried: export VAR="value" but when I tested it`s existence in devshell it > did not exist(echo $VAR). No, this is not possible. The only way y

Re: [yocto] preserving file owners in do_package

2013-10-18 Thread Davide Soldan
In data venerdì 18 ottobre 2013 14:38:27, Paul Eggleton ha scritto: > Hi Davide, > > On Friday 18 October 2013 15:31:22 Davide Soldan wrote: > > In data martedì 15 ottobre 2013 17:18:35, Paul Eggleton ha scritto: > > > On Tuesday 15 October 2013 18:12:42 Davide Soldan wrote: > > > > In data marted

[yocto] oe-selftest proof of concept

2013-10-18 Thread Stoicescu, CorneliuX
Hello, After a chat with Richard and Stefan, I came up with an outline of how the oe-selftest feature(https://bugzilla.yoctoproject.org/show_bug.cgi?id=4740 ) should look like. I made a summary of my proposal below. Please feel free to add your thoughts! There will be a new script introduced(s

Re: [yocto] external variable

2013-10-18 Thread jan alexandru vaduva
I am currently trying to copy using sed the variable into local.conf. But: grep -q "^AAA=" ${BUILDDIR}/conf/local.conf && \ sed "s/^AAA=.*/AAA="${D}"/" -i ${BUILDDIR}/conf/local.conf || \ sed "$ a\AAA="${D}"" -i ${BUILDDIR}/conf/local.conf Is giving me some errors, like: ParseError

Re: [yocto] oe-selftest proof of concept

2013-10-18 Thread Stoicescu, CorneliuX
I made an example of how we can use the functionality described to conduct 3 of our test cases: https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=90 https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=93 https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=83 As mentioned, t

[yocto] uImage instead of zImage

2013-10-18 Thread Edward Vidal
hello all, I am trying to get a uImage instead of zImage My beagleboard before created a uImage now with dora I get a zImage. in the mega-manual I see the following . KERNEL_IMAGETYPE The type of kernel to build for a device, usually set by the machine configuration files and defaults to "zImage"

Re: [yocto] uImage instead of zImage

2013-10-18 Thread Robert P. J. Day
On Fri, 18 Oct 2013, Edward Vidal wrote: > hello all, > I am trying to get a uImage instead of zImage > My beagleboard before created a uImage now with dora I get a zImage. > > in the mega-manual I see the following . > > KERNEL_IMAGETYPE > > The type of kernel to build for a device, usu

[yocto] Fwd: uImage instead of zImage

2013-10-18 Thread Edward Vidal
-- Forwarded message -- From: Robert P. J. Day Date: Fri, Oct 18, 2013 at 9:44 AM Subject: Re: [yocto] uImage instead of zImage To: Edward Vidal On Fri, 18 Oct 2013, Edward Vidal wrote: > Hello > When I changed the uEnv.txt file I get the same error. > I also have a zImage-omap

Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Khem Raj
On Oct 18, 2013, at 12:17 AM, Amit Kumar wrote: > Hi, >I wants to use the LTP test suite provided by yocto project. But I > don’t know how to enable it for “core-image-basic”. > Can anyone help me to enable the LTP in “core-image-basic”? Several ways to do it. In your local.conf yo

[yocto] [Announcement] Yocto Project 1.5 now available.

2013-10-18 Thread Flanagan, Elizabeth
All, The latest major release of the Yocto Project, 1.5 "Dora" (poky-10.0.0), is now available for download at: * http://downloads.yoctoproject.org/releases/yocto/yocto-1.5/poky-dora-10.0.0.tar.bz2 * http://mirrors.kernel.org/yocto/yocto/yocto-1.5/poky-dora-10.0.0.tar.bz2 Improvements over the

Re: [yocto] Custom defconfig is not used

2013-10-18 Thread Bruce Ashfield
On 13-10-18 05:17 AM, Diego Sueiro wrote: 2013/10/18 Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> I fell behind today .. i had 2300 unread email to start this morning :) Is there a way that I can get a copy of your recipes and layers ? If I can do a build myself, I can easil

[yocto] [PATCH] Documentation: Correct error in FILESEXTRAPATHS_prepend example

2013-10-18 Thread Robert P. J. Day
FILESEXTRAPATHS_prepend example is missing essential trailing colon. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 11a527c..a152f9f 100644 --- a/documentation/kernel-dev/kernel-dev-common.

[yocto] [meta-selinux] glib-2.0: upgrade from version 2.36.4 to 2.38.0

2013-10-18 Thread Philip Tricca
--- recipes-core/glib-2.0/glib-2.0_2.36.4.bbappend |1 - recipes-core/glib-2.0/glib-2.0_2.38.0.bbappend |1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes-core/glib-2.0/glib-2.0_2.36.4.bbappend create mode 100644 recipes-core/glib-2.0/glib-2.0_2.38.0.bbappend