[yocto] Difference of toolchain recipes

2012-12-03 Thread Luo Zhenhua-B19537
It is a bit confused for the different recipes of toolchian, can somebody help to explain what's the difference for those recipes? E.g. gcc-cross, gcc-cross-canadian, gcc-cross-initial, gcc-cross-intermediate, gcc-crosssdk, gcc-crosssdk-initial, gcc-crosssdk-intermediate, gcc-runtime, etc. Is

Re: [yocto] chris larson's cool "bitbake-env" utility

2012-12-03 Thread Tim Bird
On 11/30/2012 05:53 AM, Robert P. J. Day wrote: > On Thu, 29 Nov 2012, Tim Bird wrote: > >> I put a link to your page on my bitbake cheat sheet page at: >> http://elinux.org/Bitbake_Cheat_Sheet > > as someone who has never bothered to play with any of the UIs and is > thus asking from a positio

[yocto] [meta-baryon][PATCH 1/1] proftpd: conditionally remove /usr/libexec

2012-12-03 Thread Kevin Strasser
As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes [YOCTO #3504] Signed-off-by: Kevin Strasser --- re

[yocto] [meta-baryon][PATCH 0/1] proftpd fix

2012-12-03 Thread Kevin Strasser
This change fixes a breakage introduced when the value of libexecdir was changed to "${libdir}/${BPN}". The proftpd recipe in meta-networking will likely need a similar patch. The following changes since commit ad1dfa139195f39a72b8e0fb47de5c3339397b8b: proftpd: add initscript and tidy up reci

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

2012-12-03 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.4 status - 20 min (Song/team) * SWAT team rotation: LaurentiuP -> Ioana Grigoropol * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the meeting to logon the Yocto IRC chancel during the me

Re: [yocto] dhcp-server and init scripts

2012-12-03 Thread r10kindsofpeople
Thanks, Gary! That did the trick. John On Mon, Dec 3, 2012 at 2:13 PM, Gary Thomas wrote: > On 2012-12-03 12:01, r10kindsofpeople wrote: > >> I seem to have figured out how to add the dhcp-server to my image, >> including my own dhcpd.conf and default-server files by creating a >> "dhcp_4.2.4

Re: [linux-yocto] [PATCH 1/1] meta: Rangeley 32-bit Machine Created

2012-12-03 Thread Bruce Ashfield
On 12-12-03 02:06 PM, kishore.k.bo...@intel.com wrote: From: Kishore Bodke Initial checkin for the Rangeley 32-bit Machine branch. This machine is based on the Avoton SoC with nCPM. Signed-off-by: Kishore Bodke --- .../bsp/rangeley32/rangeley32-preempt-rt.scc | 18 +++ ...

Re: [yocto] dhcp-server and init scripts

2012-12-03 Thread Gary Thomas
On 2012-12-03 12:01, r10kindsofpeople wrote: I seem to have figured out how to add the dhcp-server to my image, including my own dhcpd.conf and default-server files by creating a "dhcp_4.2.4-P1.bbappend" recipe. Everything works, except the dhcp-server doesn't run on boot. If I login and run

[linux-yocto] [PATCH 1/1] meta: Rangeley 32-bit Machine Created

2012-12-03 Thread kishore . k . bodke
From: Kishore Bodke Initial checkin for the Rangeley 32-bit Machine branch. This machine is based on the Avoton SoC with nCPM. Signed-off-by: Kishore Bodke --- .../bsp/rangeley32/rangeley32-preempt-rt.scc | 18 +++ .../bsp/rangeley32/rangeley32-standard.scc | 17

[linux-yocto] [PATCH 0/1] Rangeley 32-bit machine created

2012-12-03 Thread kishore . k . bodke
From: Kishore Bodke Hi, This patch is to create Rangeley 32-bit machine and push the Initial checkin. Both 32-bit and 64-bit rangeley machine booted fine. Please create a new branch "remotes/origin/standard/rangeley32" for the 32 bit rangeley machine and pull in the meta branch Thanks Kishor

[yocto] dhcp-server and init scripts

2012-12-03 Thread r10kindsofpeople
I seem to have figured out how to add the dhcp-server to my image, including my own dhcpd.conf and default-server files by creating a "dhcp_4.2.4-P1.bbappend" recipe. Everything works, except the dhcp-server doesn't run on boot. If I login and run "update-rc.d dhcp-server defaults" on the target,

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Scott Garman
On 12/03/2012 09:43 AM, Tomas Frydrych wrote: On 02/12/12 22:51, Scott Garman wrote: Robert Day has brought up an inconsistency in the way we append to BBPATH within a couple of our layer.conf files. In meta-hob, meta-yocto-bsp, and meta-intel, we do: BBPATH := "${BBPATH}:${LAYERDIR}" but in

Re: [yocto] Howto use yocto meta-toolchain?

2012-12-03 Thread Zhang, Jessica
Hi Marco, Can you filed a bug about this in bugzilla? Also, you don't need to sudo to run the install script, if you choose the default location which is /opt/poky/1.3, it'll prompt you for the password, or you can specify a directory under your $HOME dir. In your bug, can you provide some de

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Tomas Frydrych
On 02/12/12 22:51, Scott Garman wrote: > Robert Day has brought up an inconsistency in the way we append to > BBPATH within a couple of our layer.conf files. > > In meta-hob, meta-yocto-bsp, and meta-intel, we do: > > BBPATH := "${BBPATH}:${LAYERDIR}" > > but in meta-yocto, we do: > > BBPATH :=

[yocto] recrdeptask not working correctly?

2012-12-03 Thread Jerrod Peach
All, I noticed the changes to recrdeptask from Yocto 1.2 to Yocto 1.3. I saw a number of "all" tasks in the classes change like this: -do_checkuriall[recrdeptask] = "do_checkuri" +do_checkuriall[recrdeptask] = "do_checkuriall do_checkuri" I have my own task that needs to work on all packages, a

[yocto] Disabling PREMIRRORS and upstream sources

2012-12-03 Thread Jon Szymaniak
Is there a simple way to disable the use of PREMIRRORS and MIRRORS within a recipe? (Perhaps the answer here might be worth mentioning in Section 12.23 of the Poky Reference Manual?) My use case for this is the situation where the code hasn't been released yet, so there's no point in checking mi

[yocto] Howto use yocto meta-toolchain?

2012-12-03 Thread Marco
Hi, after build meta-toolchain (for beagleboard, for example) I have this script 15:32 koan@quad:~/yocto-8-danny/poky/build $ ll tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.3.sh -rwxr-xr-x 1 koan koan 16143 2012-12-03 15:25 tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.3.sh Then I ar

[yocto] Fetcher failure for mercurial repos: 'unknown revision' due to -r in both clone and update?

2012-12-03 Thread Jon Szymaniak
I've been running into "Fetcher failures" for my recipes using mercurial recently. They only seem to crop up the first time a package that comes from a hg repo is fetched. I believe the issue stems from the combination of the arguments used by the hg fetcher and the fact that I specified a tag rat

[yocto] sysroot for use with GDB

2012-12-03 Thread Wolfgang Denk
Hello, according to the documentation [1] the right way to debug applications on the target is to load the target library information in GDB using set solib-absolute-prefix /path/to/tmp/rootfs i. e. referring it to the libraries in the target root file system image. Assuming the target

Re: [yocto] Image libraries

2012-12-03 Thread Chris Tapp
Hi Ross, On 3 Dec 2012, at 09:51, Burton, Ross wrote: > On 1 December 2012 22:39, Chris Tapp wrote: >> Is there a recipe available for a library which can load image files into >> memory / GL textures? > > Into memory, the lowest level would be libjpeg or libpng, but then > it's your responsib

Re: [yocto] Image libraries

2012-12-03 Thread Chris Tapp
Hi Ross, On 3 Dec 2012, at 09:51, Burton, Ross wrote: > On 1 December 2012 22:39, Chris Tapp wrote: >> Is there a recipe available for a library which can load image files into >> memory / GL textures? > > Into memory, the lowest level would be libjpeg or libpng, but then > it's your responsib

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Paul Eggleton
On Monday 03 December 2012 03:16:10 Robert P. J. Day wrote: > On Sun, 2 Dec 2012, Paul Eggleton wrote: > > On Sunday 02 December 2012 15:35:54 you wrote: > > > On 12/02/2012 03:24 PM, Paul Eggleton wrote: > > > > On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > > > >> Robert Day has brough

Re: [yocto] Image libraries

2012-12-03 Thread Burton, Ross
On 1 December 2012 22:39, Chris Tapp wrote: > Is there a recipe available for a library which can load image files into > memory / GL textures? Into memory, the lowest level would be libjpeg or libpng, but then it's your responsibility to match the pixel formats. If you're using GL and you don'

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Robert P. J. Day
On Sun, 2 Dec 2012, Paul Eggleton wrote: > On Sunday 02 December 2012 15:35:54 you wrote: > > On 12/02/2012 03:24 PM, Paul Eggleton wrote: > > > On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > > >> Robert Day has brought up an inconsistency in the way we append to > > >> BBPATH within a