Re: [yocto] The BitBake equivalent of "Hello, World!"

2012-10-08 Thread Rudolf Streif
The T variable points to a directory were Bitbake places temporary files when building a particular package. It is typically set to T = ${WORKDIR}/temp WORKDIR is the directory into which Bitbake unpacks and builds a package. The default bitbake.conf file sets this variable. T is not to be confu

Re: [yocto] The BitBake equivalent of "Hello, World!"

2012-10-08 Thread Patrick Turley
I am continuing my work on creating a "Hello, World!" BitBake project. Because of the excellent help I got before, things have gone reasonably well, but I'm again running into something I don't know how to fix. As before, the entire contents of my very small project appear at the end of this me

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Chris Tapp
On 8 Oct 2012, at 22:03, Chris Tapp wrote: > On 8 Oct 2012, at 21:30, Bodke, Kishore K wrote: > > < snip ... > > > Thanks for the really fast response on this :-) > >> For denzil, try with this by creating a new file in >> meta-cedartrail/recipes-kernel/linux/linux-yocto_3.2.bbappend. >> >>

Re: [yocto] [PATCHv3 0/1] meta-intel misc commits

2012-10-08 Thread Tom Zanussi
On Fri, 2012-10-05 at 19:17 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Updated the kernel command line for crownbay BSP, after discussions with > Darren. > > Thanks, > Nitin > > The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8: > > meta-tlk:

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Chris Tapp
On 8 Oct 2012, at 21:30, Bodke, Kishore K wrote: < snip ... > Thanks for the really fast response on this :-) > For denzil, try with this by creating a new file in > meta-cedartrail/recipes-kernel/linux/linux-yocto_3.2.bbappend. > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > SRC_URI_c

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, October 09, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-10-08 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.3 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status - Medium+ bugs review: https://bugzilla.yoctoproject.org/buglist.cgi?bug_status=NEW&bug_status=ACCEPTED&bug_status=REOPENED&bug_status=NEEDINFO&bug_

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Bodke, Kishore K
>-Original Message- >From: Chris Tapp [mailto:opensou...@keylevel.com] >Sent: Monday, October 08, 2012 1:03 PM >To: Bodke, Kishore K >Cc: Bruce Ashfield; yocto@yoctoproject.org Project >Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in >the >kernel > >On 8 Oct

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Tom Zanussi
On Mon, 2012-10-08 at 21:02 +0100, Chris Tapp wrote: > On 8 Oct 2012, at 17:35, Bodke, Kishore K wrote: > > > > > > >> -Original Message- > >> From: yocto-boun...@yoctoproject.org [mailto:yocto- > >> boun...@yoctoproject.org] On Behalf Of Chris Tapp > >> Sent: Monday, October 08, 2012 12

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Chris Tapp
On 8 Oct 2012, at 17:35, Bodke, Kishore K wrote: > > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Chris Tapp >> Sent: Monday, October 08, 2012 12:59 AM >> To: Bruce Ashfield >> Cc: yocto@yoctoproject.org Project >>

Re: [yocto] [meta-ti] meta-gumstix proceedings

2012-10-08 Thread Denys Dmytriyenko
On Mon, Oct 08, 2012 at 12:18:24PM +0100, Paul Eggleton wrote: > Hi Andreas, > > On Monday 08 October 2012 12:54:46 Andreas Müller wrote: > > as some of you might know, gumstix created an official BSP layer > > [1][2]. To avoid confusion I renamed my layer from meta-gumstix to > > meta-gumstix-com

[yocto] [PATCH 2/2] Move 'tag=' to SRCREV in mtd-utils recipe

2012-10-08 Thread Evade Flow
Signed-off-by: Evade Flow --- meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb index 1a9d4d3..bdfb022 100644 --- a/meta/recipes-devtool

[yocto] [PATCH 1/2] Move 'tag=' to SRCREV in btrfs-tools recipe

2012-10-08 Thread Evade Flow
Signed-off-by: Evade Flow --- .../btrfs-tools/btrfs-tools_git.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index c2ae298..e963a74 100644 ---

[yocto] [PATCH 0/2] Move 'tag=' for a few SRC_URIs to SRCREV

2012-10-08 Thread Evade Flow
Sending in response to: - http://lists.yoctoproject.org/pipermail/yocto/2012-September/011802.html Building with BB_NO_NETWORK can fail if recipes specify 'tag=' in SRC_URI, since bitbake must contact the source repository to verify which hash the tag currently points to. Since tags can, in pr

Re: [yocto] [yocto-docs][PATCH 00/11] Documentation improvements

2012-10-08 Thread Paul Eggleton
On Monday 08 October 2012 16:38:06 Paul Eggleton wrote: > Add some missing variables to the variable reference and improve > the descriptions of others. Also fix references to "package" where > we mean "recipe" and a couple of other issues I noticed at the same > time. > > > The following changes

[yocto] [yocto-docs][PATCH 10/11] documentation: poky-ref-manual: replace "package" with "recipe" where appropriate

2012-10-08 Thread Paul Eggleton
We have to take care when using "package" to avoid confusion, even when referring to variables with a historical package association (PV, PN etc.). Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 25 --- 1 file changed, 13 insertions(+), 1

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Bodke, Kishore K
>-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Chris Tapp >Sent: Monday, October 08, 2012 12:59 AM >To: Bruce Ashfield >Cc: yocto@yoctoproject.org Project >Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Monday, October 08, 2012 7:00 AM To: Chris Tapp Cc: Saxena, Rahul; yocto@yoctoproject.org Project Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel On Mon, Oct 8, 2012

[yocto] [yocto-docs][PATCH 11/11] documentation: poky-ref-manual: update directory structure information

2012-10-08 Thread Paul Eggleton
* Add meta-yocto, meta-yocto-bsp and meta-hob * Remove meta-rt - this was merged into OE-Core (meta) * Remove meta-demoapps - this was dropped Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-structure.xml | 30 --- 1 file changed, 21 insertions(+), 9 dele

[yocto] [yocto-docs][PATCH 09/11] documentation: poky-ref-manual: remove references to ipkg

2012-10-08 Thread Paul Eggleton
We haven't supported ipkg for some time now - it was replaced by opkg (whilst still using the ipk package format). Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/faq.xml |2 +- documentation/poky-ref-manual/ref-variables.xml |4 ++-- 2 files changed, 3 insertion

[yocto] [yocto-docs][PATCH 08/11] documentation: poky-ref-manual: fix description of SUMMARY variable

2012-10-08 Thread Paul Eggleton
* Use correct/up-to-date names of package systems * SUMMARY does not default to the value of DESCRIPTION, it's the other way around (although the logic may be improved in future so that this is the effect). Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml |

[yocto] [yocto-docs][PATCH 07/11] documentation: poky-ref-manual: add information on *_FEATURES_BACKFILL

2012-10-08 Thread Paul Eggleton
Document DISTRO_FEATURES_BACKFILL and MACHINE_FEATURES_BACKFILL. We may wish to expand upon this in future, but at least this explains what these variables are for and how to use them. Also add a link from the DISTRO_FEATURES entry to the section that lists valid DISTRO_FEATURES items. Signed-off

[yocto] [yocto-docs][PATCH 04/11] documentation: poky-ref-manual: extend description of MACHINE variable

2012-10-08 Thread Paul Eggleton
Extend the description of the MACHINE variable so that it mentions that this points to a .conf file under conf/machine. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/poky-

[yocto] [yocto-docs][PATCH 06/11] documentation: poky-ref-manual: extend DISTRO description

2012-10-08 Thread Paul Eggleton
Extend the description of the DISTRO variable so that it mentions that this points to a .conf file under conf/distro and mentions what happens if the value is left blank. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 11 ++- 1 file changed, 10 inser

[yocto] [yocto-docs][PATCH 05/11] documentation: poky-ref-manual: add PACKAGECONFIG variable

2012-10-08 Thread Paul Eggleton
Add a description of the PACKAGECONFIG variable to the variable glossary. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml | 31 +++ 1 file changed, 31 insertions(+) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentati

[yocto] [yocto-docs][PATCH 02/11] documentation: poky-ref-manual: correct LICENSE_DIR -> LICENSE_PATH

2012-10-08 Thread Paul Eggleton
LICENSE_PATH is the correct variable to use for 1.3 - see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3118 Fixes documentation for [YOCTO #3118]. Signed-off-by: Paul Eggleton --- documentation/poky-ref-manual/ref-variables.xml |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(

[yocto] [yocto-docs][PATCH 03/11] documentation: poky-ref-manual: improve MACHINE_* variable descriptions

2012-10-08 Thread Paul Eggleton
Adjust the descriptions so that it is clearer that these are specific to a machine and should appear in the machine's .conf file, and are intended to affect the image contents, not the dependencies of a specific package. Also change the examples so that they demonstrate more realistic usage scenari

[yocto] [yocto-docs][PATCH 01/11] documentation: dev-manual: fix spelling

2012-10-08 Thread Paul Eggleton
sence -> sense Signed-off-by: Paul Eggleton --- documentation/dev-manual/dev-manual-newbie.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 9b922b1..20cf234 100644 ---

[yocto] [yocto-docs][PATCH 00/11] Documentation improvements

2012-10-08 Thread Paul Eggleton
Add some missing variables to the variable reference and improve the descriptions of others. Also fix references to "package" where we mean "recipe" and a couple of other issues I noticed at the same time. The following changes since commit 821162221818f5ce53bb903aeef57c85314f5083: documentati

[yocto] Yocto Developer Day at ELCE 2012

2012-10-08 Thread Andrew Wafaa
Aloha all, If possible could someone advise on what the content of the Yocto developr Day will be at this year's ELCE? I'm thinking of attending but need to know what it entails and how useful it would be for me, not just so I don't waste time, but also so that I can make the required case to mana

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Bruce Ashfield
On Mon, Oct 8, 2012 at 3:58 AM, Chris Tapp wrote: > On 7 Oct 2012, at 22:41, Bruce Ashfield wrote: > >> On Sun, Oct 7, 2012 at 6:08 PM, Chris Tapp wrote: >>> On 7 Oct 2012, at 03:00, Saxena, Rahul wrote: >>> Try adding the unionfs feature (below) to your kernel: http://git.yoctopro

Re: [yocto] meta-gumstix proceedings

2012-10-08 Thread Paul Eggleton
Hi Andreas, On Monday 08 October 2012 12:54:46 Andreas Müller wrote: > as some of you might know, gumstix created an official BSP layer > [1][2]. To avoid confusion I renamed my layer from meta-gumstix to > meta-gumstix-community [3]. Users should either switch to the official > meta-gumstix layer

[yocto] meta-gumstix proceedings

2012-10-08 Thread Andreas Müller
Hi, as some of you might know, gumstix created an official BSP layer [1][2]. To avoid confusion I renamed my layer from meta-gumstix to meta-gumstix-community [3]. Users should either switch to the official meta-gumstix layer or rename meta-gumstix to meta-gumstix-community [3] in git configuratio

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Chris Tapp
On 7 Oct 2012, at 22:41, Bruce Ashfield wrote: > On Sun, Oct 7, 2012 at 6:08 PM, Chris Tapp wrote: >> On 7 Oct 2012, at 03:00, Saxena, Rahul wrote: >> >>> Try adding the unionfs feature (below) to your kernel: >>> >>> http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.0/tree/meta/cfg/kerne

Re: [yocto] core-image-sato keyboard

2012-10-08 Thread Yi Zhao
What is your bootargs ? We also encountered this issue long time ago. The following bootargs line would cause this problem: setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootwait rootfstype=ext3 ro' Try to change "console=tty0 console=ttyO2,115200n8" to "console=tty