Re: [yocto] Custom defconfig is not used

2013-10-18 Thread Diego Sueiro
2013/10/18 Bruce Ashfield 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 easily debug and fix this .. otherwise, we'll go back and forth

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 amit.ku...@lntinfotech.comwrote: Hi, I wants

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 gschmottl...@gmail.com 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

[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 Nicolas Dechesne
On Fri, Oct 18, 2013 at 3:09 PM, Gary Thomas g...@mlbassoc.com 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

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 owner

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 you

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,

[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.

[yocto] Fwd: uImage instead of zImage

2013-10-18 Thread Edward Vidal
-- Forwarded message -- From: Robert P. J. Day rpj...@crashcourse.ca Date: Fri, Oct 18, 2013 at 9:44 AM Subject: Re: [yocto] uImage instead of zImage To: Edward Vidal vidal.devel...@gmail.com On Fri, 18 Oct 2013, Edward Vidal wrote: Hello When I changed the uEnv.txt file I get

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 amit.ku...@lntinfotech.com 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

[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 bruce.ashfi...@windriver.com 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

[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 rpj...@crashcourse.ca --- diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 11a527c..a152f9f 100644 ---

[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

[linux-yocto] [PATCH 0/4][3.10] minnow-io feature branch

2013-10-18 Thread Darren Hart
Please pull the follow branch as minnow-io as a feature-branch into linux-yocto 3.10. This is an update to the patches in the minnow bsp meta-data, which will be removed in a subsequent patch series. The following changes since commit e5596282dc64d597bb3b7808aeec6718b157fbe1: kgit: creating

[linux-yocto] [pull-minnow-io 1/4] gpio-sch: Add sch_gpio_resume_set_enable()

2013-10-18 Thread Darren Hart
Allow for enabling and disabling of the resume well GPIOs. The E6xx Atom CPUs multiplex the resume GPIO 2:0 lines with LVDS and individual board drivers need to be able to enable or disable the lines appropriately. Unfortunately, the information regarding if the pins are being used for LVDS or

[linux-yocto] [PATCH 0/3][3.10] MinnowBoard BSP update

2013-10-18 Thread Darren Hart
Update the minnow BSP to use the sources now in standard/base and to remove the platform drivers now contained in minnow-io, allowing the bitbake kernel recipe to select features/minnow-io just like we do for other out-of-tree drivers like emgd. The following changes since commit

[linux-yocto] [PATCH 1/3] minnow: Remove pch_gbe support patch

2013-10-18 Thread Darren Hart
The MinnowBoard pch_gbe support is now in standard/base, no need to apply it here. Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/cfg/kernel-cache/bsp/minnow/minnow.scc|1 - .../minnow/pch_gbe-Add-MinnowBoard-support.patch | 212 2 files changed,

[linux-yocto] [PATCH 3/3] minnow: Remove minnowboard platform driver bits in favor of a feature branch

2013-10-18 Thread Darren Hart
The new minnow-io feature (scc and branch) now cover this functionality. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../gpio-sch-Add-sch_gpio_resume_set_enable.patch | 70 meta/cfg/kernel-cache/bsp/minnow/minnow.cfg| 11 - meta/cfg/kernel-cache/bsp/minnow/minnow.scc