Re: [yocto] of recipes and packages

2012-08-23 Thread Paul Eggleton
On Wednesday 22 August 2012 13:05:15 Trevor Woerner wrote: to discover the list of available recipes (for a given set of layers) one can use: $ bitbake -s However: $ bitbake --help | grep -- -s ... -s, --show-versions show current and preferred versions of all packages ...

Re: [yocto] dev manual section on customizing images needs serious adjustment

2012-08-23 Thread Tomas Frydrych
Hi, On 22/08/12 21:37, Robert P. J. Day wrote: One way to get additional software into an image is to create a custom image. The manual should make it clear that this is *the* canonical way to add software to your images. Modifications to local.conf are temporary tweaks for testing/debugging

[yocto] Wrong ENTRYPOINT and LOADADDRESS in uImage

2012-08-23 Thread Markus Hubig
Hi @all, I have a customized Yocto-Linux Recipe in my BSP, and now I'm seeing that the UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS settings in my ${MACHINE}.conf is not honored in the resulting uImage. The relevant part of kernel.bbclass is in kernel_do_deploy(): | if test x${KERNEL_IMAGETYPE} =

Re: [yocto] Wrong ENTRYPOINT and LOADADDRESS in uImage

2012-08-23 Thread Martin Jansa
On Thu, Aug 23, 2012 at 11:24:20AM +0200, Markus Hubig wrote: Hi @all, I have a customized Yocto-Linux Recipe in my BSP, and now I'm seeing that the UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS settings in my ${MACHINE}.conf is not honored in the resulting uImage. You need newer oe-core with this

[yocto] The dependency packages

2012-08-23 Thread Liu
Hi all, I'm watching the dependency graphs generated by bitbake -g -u depexp busybox, and I found the most dependncy packages where there are invoked. But still several ones left I can not find where or which file to invoke them. 1) The first package is quilt and I know it is

[yocto] microcontroller central article

2012-08-23 Thread Trevor Woerner
A short blog entry about the Yocto Project was just posted on the microcontroller central website: http://www.microcontrollercentral.com/author.asp?section_id=1741doc_id=249581 ___ yocto mailing list yocto@yoctoproject.org

[yocto] adding drivers to the kernel

2012-08-23 Thread Jim Abernathy
If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to the stage of running bitbake linux-yocto -c menuconfig, I can search for my device with the /

[yocto] Buggy busybox update 1.94.4 = 1.20.2

2012-08-23 Thread Axel Beierlein
Two questions from a Newbie on Yocto: I get compiling Errors in Busybox from a new clone of the Yocto Git Repo. I have to change the name of the .bbappend File from 1.94.4 to 1.20.2 and also the directory to get a working tree. And in the 1.94.4.bbappend File. What means ${P} after the THISDIR?

Re: [yocto] adding drivers to the kernel

2012-08-23 Thread Marc Ferland
Jim Abernathy jfaberna...@gmail.com writes: If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to the stage of running bitbake linux-yocto -c

Re: [yocto] adding drivers to the kernel

2012-08-23 Thread Jim Abernathy
On 08/23/2012 08:35 AM, Marc Ferland wrote: Jim Abernathy jfaberna...@gmail.com writes: If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to the

Re: [yocto] Changing PREFERRED_PROVIDER_virtual/kernel has no effect

2012-08-23 Thread Bruce Ashfield
On Thu, Aug 23, 2012 at 8:40 AM, Hartmut Behrens hartmut.behr...@gmail.com wrote: Hi, I've successfully created an image for a Gumstix Overo using the BSP layer available at https://github.com/squirly/meta-gumstix The MACHINE variable is set to overo in the build/conf/local.conf file. I

[yocto] 1.3_M3 do_kernel_config failes, config_frag.txt is crippled.

2012-08-23 Thread Markus Hubig
Hello @all, because I need the commit 'dcadeda' I switched from denzil to 1.3_M3. Now I get a strage error while do_kernel_config: | configme --reconfig --output .../linux-portuxg20-standard-build standard stamp9g20 | [INFO] Configuring target/machine combo: standard/stamp9g20 | [INFO]

Re: [yocto] 1.3_M3 do_kernel_config failes, config_frag.txt is crippled.

2012-08-23 Thread Bruce Ashfield
On 12-08-23 09:24 AM, Markus Hubig wrote: Hello @all, because I need the commit 'dcadeda' I switched from denzil to 1.3_M3. Now I get a strage error while do_kernel_config: | configme --reconfig --output.../linux-portuxg20-standard-build standard stamp9g20 | [INFO] Configuring target/machine

Re: [yocto] Buggy busybox update 1.94.4 = 1.20.2

2012-08-23 Thread Paul Eggleton
On Thursday 23 August 2012 14:32:49 Axel Beierlein wrote: Two questions from a Newbie on Yocto: I get compiling Errors in Busybox from a new clone of the Yocto Git Repo. I have to change the name of the .bbappend File from 1.94.4 to 1.20.2 and also the directory to get a working tree.

Re: [yocto] https://bugzilla.yoctoproject.org/show_bug.cgi?id=1649

2012-08-23 Thread Brian Lloyd
FYI: new user stuck having to implement a bps found the description below about the extra demarcation between groups and partitions helpful. Now if only I knew which branches were partitions and which where groups... Brian A Lloyd On Aug 21, 2012, at 12:14 PM, Darren Hart

[yocto] [PATCH 1/3] Add -ptest package group

2012-08-23 Thread Björn Stenberg
This patch creates a new package group -ptest to contain the tests for each package. --- meta/classes/distutils-common-base.bbclass |5 - meta/classes/image.bbclass |6 -- meta/classes/package.bbclass |8 ++-- meta/classes/task.bbclass

[yocto] [PATCH 2/3] New recipe: ptest-runner

2012-08-23 Thread Björn Stenberg
This package contains the top-level script that seeks out and starts all package tests. --- .../ptest-runner/files/ptest-runner| 16 +++ .../ptest-runner/ptest-runner_1.0.bb | 21 2 files changed, 37 insertions(+), 0 deletions(-)

[yocto] [PATCH 3/3] Enable bash-ptest

2012-08-23 Thread Björn Stenberg
Patch Makefile.in to allow test programs be built on host and ran on target. Patch tests/run-all to output PASS/FAIL for each testcase. Patch recipe to build and install test programs and test suite. --- .../bash/bash-4.2/build-tests.patch| 29

Re: [yocto] microcontroller central article

2012-08-23 Thread Jeff Osier-Mixon
Awesome, thanks for the heads-up! On Thu, Aug 23, 2012 at 4:55 AM, Trevor Woerner twoer...@gmail.com wrote: A short blog entry about the Yocto Project was just posted on the microcontroller central website: http://www.microcontrollercentral.com/author.asp?section_id=1741doc_id=249581

Re: [yocto] adding packages in my Yocto

2012-08-23 Thread Jeff Osier-Mixon
On Tue, Aug 21, 2012 at 9:51 AM, Robert P. J. Day rpj...@crashcourse.cawrote: if there's no objection, i added how to add multiple packages as well, just below that. No objection at all - we set it up as a wiki just for that purpose, thanks for adding -- Jeff Osier-Mixon

Re: [yocto] 1.3_M3 do_kernel_config failes, config_frag.txt is crippled.

2012-08-23 Thread Markus Hubig
On Thu, Aug 23, 2012 at 12:26:30PM -0400, Bruce Ashfield wrote: On 12-08-23 12:18 PM, Markus Hubig wrote: On Thu, Aug 23, 2012 at 09:31:15AM -0400, Bruce Ashfield wrote: On 12-08-23 09:24 AM, Markus Hubig wrote: snipp Surprisingly if I remove the *.cfg files from the SRC_URI |

Re: [yocto] 1.3_M3 do_kernel_config failes, config_frag.txt is crippled.

2012-08-23 Thread Bruce Ashfield
On 12-08-23 01:28 PM, Markus Hubig wrote: On Thu, Aug 23, 2012 at 12:26:30PM -0400, Bruce Ashfield wrote: On 12-08-23 12:18 PM, Markus Hubig wrote: On Thu, Aug 23, 2012 at 09:31:15AM -0400, Bruce Ashfield wrote: On 12-08-23 09:24 AM, Markus Hubig wrote: snipp Surprisingly if I remove the

[yocto] autobuilder.yoctoproject.org scheduled downtime, bugfixing and impacts

2012-08-23 Thread Flanagan, Elizabeth
All, In order to get some bug fixes into the production autobuilders, I'm scheduling at least two (maybe three), day long outages. One for Sunday, Aug 26th and another for Sunday September 9th. There may also be a future outage for September 16th. Some of the upgrades planned: August 26th:

Re: [yocto] of recipes and packages

2012-08-23 Thread Trevor Woerner
On Thu, Aug 23, 2012 at 3:14 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: In this instance we can change it very easily in the BitBake help text and we should do so. So should I send in a patch against the Yocto Project's poky/bitbake/bin/bitbake or try to have it accepted upstream?

Re: [yocto] https://bugzilla.yoctoproject.org/show_bug.cgi?id=1649

2012-08-23 Thread Bruce Ashfield
On 12-08-21 01:14 PM, Darren Hart wrote: On 08/20/2012 09:13 PM, Bruce Ashfield wrote: Back to this .. I've been buried in other items until now. +Kernel types (ktypes) are the highest level policy containers and represent +a significant set of kernel functionality that has been grouped

Re: [yocto] [PATCH 00/19] yocto-bsp updates for master, v3

2012-08-23 Thread Tom Zanussi
On Wed, 2012-08-22 at 00:42 -0500, Tom Zanussi wrote: On Fri, 2012-08-10 at 14:06 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and fixes some other minor usability problems reported by users.

Re: [yocto] [PATCH 0/3] RFC: Package testing

2012-08-23 Thread Burton, Ross
On 23 August 2012 15:19, Björn Stenberg b...@enea.com wrote: And it sometimes requires patching and/or translation of the test output to produce a generic output format that can be automatically parsed. I have included an example patch for bash that does just that. What is this generic output

[yocto] Shuku requirements for BSP testing

2012-08-23 Thread Darren Hart
Hi Ross, After working through some testing requirements for the FRI2, I think we should include packages to enable the following. I don't know the exact packages required for all of them, and some are likely already supported in your plan for shuku. testing network testing wifi iw ?