Re: [yocto] Build Error

2012-02-01 Thread James W.
thank you for everybody. On Wed, Feb 1, 2012 at 6:14 PM, Sathishkumar Duraisamy < bewithsath...@gmail.com> wrote: > On Wed, Feb 1, 2012 at 11:59 AM, Joshua Lock wrote: > > Hi James, > > > > > > On 31/01/12 22:20, James W. wrote: > >> > >> hi all: > >> i am new comer. > >> i meet a error: > >> >

Re: [yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-01 Thread Martin Jansa
On Wed, Feb 01, 2012 at 02:40:05PM -0800, Joshua Lock wrote: > > > On 01/02/12 14:26, Darren Hart wrote: > > ranpwd is used to generate random strings of various types, including > > passwords, UUIDs, and MAC addresses. > > > > Signed-off-by: Darren Hart > > --- > > meta-sys940x/recipes-extende

Re: [yocto] [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation

2012-02-01 Thread Bruce Ashfield
On 12-02-01 10:42 PM, Darren Hart wrote: On 02/01/2012 06:23 PM, Bruce Ashfield wrote: On 12-02-01 1:45 PM, Darren Hart wrote: The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593: meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500) are

Re: [yocto] creating global variables in a recipes

2012-02-01 Thread Joshua Immanuel
Hello William, Christopher, Thanks for the detailed explanation. On Wed, 2012-02-01 at 11:50 -0500, William Mills wrote: > I am not sure I can give you a better option that local.conf but I can > explain why what your doing does not work. > > It may feel from your usage that the image recipe is

[yocto] Do we have core-image-lsb-core/c++?

2012-02-01 Thread Ni Qingliang
Hi, ALL: I'm trying to create a custom image, which is compatible with LSB-core/C ++. The core-image-lsb seems like contain the GUI related packages. The question is: Do we have core-image-lsb-core or core-image-lsb-c++? -- Yi Qingliang niqingli...@insigma.com.cn https://niqingliang2003.wordpres

[yocto] needed site is down???

2012-02-01 Thread jfabernathy
Am I the only one seeing this dead link? I'm building from master and can't get to this link that draws the error: http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2 I'm building crownbay bsp with core-image-sato. Jim A ___ yocto maili

Re: [yocto] [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation

2012-02-01 Thread Darren Hart
On 02/01/2012 06:23 PM, Bruce Ashfield wrote: > On 12-02-01 1:45 PM, Darren Hart wrote: >> The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593: >> >>meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 >> -0500) >> >> are available in the git reposi

Re: [yocto] [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation

2012-02-01 Thread Bruce Ashfield
On 12-02-01 1:45 PM, Darren Hart wrote: The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593: meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500) are available in the git repository at: git://git.infradead.org/users/dvhart/linux-yocto-3.0

Re: [yocto] Gaku music player

2012-02-01 Thread Tom Zanussi
On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote: > On 02/01/2012 07:02 PM, Tom Zanussi wrote: > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote: > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote: > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: > On 02/01/2012 01:36 PM, Sax

Re: [yocto] serial consoles

2012-02-01 Thread Saxena, Rahul
Forgot to mention, I tried these statements on machine/cedartrail.conf -Original Message- From: Saxena, Rahul Sent: Wednesday, February 01, 2012 5:10 PM To: 'jfabernathy'; yocto@yoctoproject.org Subject: RE: [yocto] serial consoles The following format worked for me Cedar Trail Canoe Cre

Re: [yocto] serial consoles

2012-02-01 Thread Saxena, Rahul
The following format worked for me Cedar Trail Canoe Creek boards: SYSLINUX_OPTS = "serial 3 115200" SERIAL_CONSOLE = "115200 ttyS3" APPEND += "console=ttyS3,115200 console=tty3" This format is based on Fish River 2 BSP: http://git.yoctoproject.org/cgit/cgit.cgi/meta-i

Re: [yocto] Gaku music player

2012-02-01 Thread jfabernathy
On 02/01/2012 07:02 PM, Tom Zanussi wrote: On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote: On 02/01/2012 04:47 PM, Tom Zanussi wrote: On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: On 02/01/2012 01:36 PM, Saxena, Rahul wrote: Hi Darren, Thanks for the clarification. I am buildi

[yocto] meta-kernel-dev forces a rebuild of linux-yocto from do_fetch every time

2012-02-01 Thread Darren Hart
The poky-extras meta-kernel-dev layer seems to force a complete rebuild of linux-yocto from do_fetch at every invocation of bitbake, even if nothing changed in the kernel. For example, if I run: $ bitbake core-image-minimal And it builds everything, including linux-yocto, but do_bootimg fails in

[yocto] [PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section

2012-02-01 Thread tom . zanussi
From: Tom Zanussi Add a new section for LICENSE_FLAGS_WHITELIST, containing a list of the current packages with LICENSE_FLAGS. Signed-off-by: Tom Zanussi --- meta-yocto/conf/local.conf.sample.extended | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta-yo

[yocto] [PATCH 0/1] Add LICENSE_FLAGS_WHITELIST example

2012-02-01 Thread tom . zanussi
From: Tom Zanussi Update meta-yocto/local.conf.sample.extended with an example using LICENSE_FLAGS_WHITELIST with the current set of commercial licenses. v2: same as before, but rebased to current The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544: Koen Kooi (1):

Re: [yocto] Gaku music player

2012-02-01 Thread Tom Zanussi
On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote: > On 02/01/2012 04:47 PM, Tom Zanussi wrote: > > On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: > > > On 02/01/2012 01:36 PM, Saxena, Rahul wrote: > > > > Hi Darren, > > > > > > > > Thanks for the clarification. > > > > > > > > I am bu

Re: [yocto] [pull-sys940x 1/4] meta-intel: Add Inforce SYS940x BSP

2012-02-01 Thread Joshua Lock
On 01/02/12 14:37, Joshua Lock wrote: http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart --- meta-sys940x/COPYING.MIT | 17 +++ meta-sys940x/README | 140 meta-sys940x/README.sources | 18 +++ meta-sys940x/conf/layer.conf | 10 ++ meta-sys940x/conf/machi

Re: [yocto] [pull-sys940x 4/4] netbase: Add interfaces with RANDOM_MAC for sys940x* machines

2012-02-01 Thread Joshua Lock
On 01/02/12 14:52, Joshua Lock wrote: +++ b/meta-sys940x/recipes-core/netbase/netbase_4.47.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +RDEPENDS_${PN} += "genmac" We can use a MACHINE specific override here, I think. RDEPENDS_${PN}_sys940x += "genmac" Ideally we

Re: [yocto] [pull-sys940x 4/4] netbase: Add interfaces with RANDOM_MAC for sys940x* machines

2012-02-01 Thread Joshua Lock
On 01/02/12 14:26, Darren Hart wrote: These machines have no MAC in the hardware and require that it be set manually. Specify RANDOM_MAC for the eth0 interface which the genmac init script will replace with RANDOM_MAC on first boot. My concern with this patch is that iirc netbase isn't MACHIN

Re: [yocto] [pull-sys940x 3/4] genmac: Replace RANDOM_MAC in network/interfaces with a randomly generated MAC

2012-02-01 Thread Joshua Lock
On 01/02/12 14:26, Darren Hart wrote: For machines that do not have a MAC in hardware and with drivers that don't generate a random one in the kernel, this init script will replace the string RANDOM_MAC in the network/interfaces file with one generated with "ranpwd -m". Care is taken to ensure

Re: [yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-01 Thread Joshua Lock
On 01/02/12 14:26, Darren Hart wrote: ranpwd is used to generate random strings of various types, including passwords, UUIDs, and MAC addresses. Signed-off-by: Darren Hart --- meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb | 23 1 files changed, 23 insertions(+),

Re: [yocto] Gaku music player

2012-02-01 Thread jfabernathy
On 02/01/2012 04:47 PM, Tom Zanussi wrote: On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: On 02/01/2012 01:36 PM, Saxena, Rahul wrote: Hi Darren, Thanks for the clarification. I am building on Edison. I found that ogg music files play OK on my gaku player. I think that should be good

Re: [yocto] [pull-sys940x 1/4] meta-intel: Add Inforce SYS940x BSP

2012-02-01 Thread Joshua Lock
On 01/02/12 14:26, Darren Hart wrote: The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS

[yocto] [pull-sys940x 4/4] netbase: Add interfaces with RANDOM_MAC for sys940x* machines

2012-02-01 Thread Darren Hart
These machines have no MAC in the hardware and require that it be set manually. Specify RANDOM_MAC for the eth0 interface which the genmac init script will replace with RANDOM_MAC on first boot. Signed-off-by: Darren Hart --- meta-sys940x/recipes-core/netbase/files/interfaces | 10 ++

[yocto] [pull-sys940x 3/4] genmac: Replace RANDOM_MAC in network/interfaces with a randomly generated MAC

2012-02-01 Thread Darren Hart
For machines that do not have a MAC in hardware and with drivers that don't generate a random one in the kernel, this init script will replace the string RANDOM_MAC in the network/interfaces file with one generated with "ranpwd -m". Care is taken to ensure multiple interfaces can use RANDOM_MAC and

[yocto] [pull-sys940x 1/4] meta-intel: Add Inforce SYS940x BSP

2012-02-01 Thread Darren Hart
The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart

[yocto] [pull-sys940x 2/4] ranpwd: Add ranpwd recipe

2012-02-01 Thread Darren Hart
ranpwd is used to generate random strings of various types, including passwords, UUIDs, and MAC addresses. Signed-off-by: Darren Hart --- meta-sys940x/recipes-extended/ranpwd/ranpwd_git.bb | 23 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 meta-sys

[yocto] [pull-sys940x 0/4][meta-intel] Inforce SYS940X BSP (Intel Atom E6xx + EG20T)

2012-02-01 Thread Darren Hart
The following changes since commit c6d991cf83b3047419cc0076ea4ab1297b9cfb6d: meta-intel: update some kernel SRCREVs (2012-01-30 15:33:10 -0600) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib dvhart/sys940x http://git.yoctoproject.org/cgit.cgi/meta-inte

Re: [yocto] [PATCH 1/2] meta: sys940x BSP meta data

2012-02-01 Thread Darren Hart
On 02/01/2012 11:01 AM, Bruce Ashfield wrote: > On 12-02-01 01:45 PM, Darren Hart wrote: >> The Inforce SYS940x-ECX Developer-Ready Reference Platform features: >> o Intel Atom E6xx (0.6-1.6 GHz) >> o Up to 1GB on-board DDR2 >> o Intel Platform Controller Hub EG20T >> o VGA,LVDS >> o HD Audio >>

Re: [yocto] [PATCH 1/2] meta: sys940x BSP meta data

2012-02-01 Thread Darren Hart
On 02/01/2012 11:54 AM, Tom Zanussi wrote: > On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote: >> The Inforce SYS940x-ECX Developer-Ready Reference Platform features: >> o Intel Atom E6xx (0.6-1.6 GHz) >> o Up to 1GB on-board DDR2 >> o Intel Platform Controller Hub EG20T >> o VGA,LVDS >> o HD

Re: [yocto] Gaku music player

2012-02-01 Thread Tom Zanussi
On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: > > On 02/01/2012 01:36 PM, Saxena, Rahul wrote: > > Hi Darren, > > > > Thanks for the clarification. > > > > I am building on Edison. I found that ogg music files play > > OK on my gaku player. I think that should be good enough, but just

Re: [yocto] Gaku music player

2012-02-01 Thread Darren Hart
On 02/01/2012 01:36 PM, Saxena, Rahul wrote: > Hi Darren, > > Thanks for the clarification. > > I am building on Edison. I found that ogg music files play > OK on my gaku player. I think that should be good enough, but just for my > information purposes > can you help me understand how does

Re: [yocto] Gaku music player

2012-02-01 Thread Saxena, Rahul
Hi Darren, Thanks for the clarification. I am building on Edison. I found that ogg music files play OK on my gaku player. I think that should be good enough, but just for my information purposes can you help me understand how does one accept the commercial iirc license ? Thanks Rahul -Or

Re: [yocto] [PATCH 2/2] Remove boot-live cfg duplication from BSPs

2012-02-01 Thread Tom Zanussi
On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote: > Several BSPs duplicated the boot-live fragment in their BSP > specific config. Remove the duplication and add CONFIG_RD_GZIP > and CONFIG_BLK_DEV_SR to the boot-live fragment. > > Signed-off-by: Darren Hart > CC: Tom Zanussi Nice cleanup,

Re: [yocto] [PATCH 1/2] meta: sys940x BSP meta data

2012-02-01 Thread Tom Zanussi
On Wed, 2012-02-01 at 10:45 -0800, Darren Hart wrote: > The Inforce SYS940x-ECX Developer-Ready Reference Platform features: > o Intel Atom E6xx (0.6-1.6 GHz) > o Up to 1GB on-board DDR2 > o Intel Platform Controller Hub EG20T > o VGA,LVDS > o HD Audio > o SD Card > o Dual SATA > o Mini-PCIe > > h

Re: [yocto] [PATCH 1/2] meta: sys940x BSP meta data

2012-02-01 Thread Bruce Ashfield
On 12-02-01 01:45 PM, Darren Hart wrote: The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SY

Re: [yocto] Gaku music player

2012-02-01 Thread Darren Hart
On 02/01/2012 09:57 AM, Saxena, Rahul wrote: > Hello, > > > > What type of music files is the Gaku music player on Sato desk top > supposed to play ? > > For me it did not work with mp3 files..however it is playing the > soundtrack from a .ogg video file It depends on which licenses you all

[yocto] [PATCH 2/2] Remove boot-live cfg duplication from BSPs

2012-02-01 Thread Darren Hart
Several BSPs duplicated the boot-live fragment in their BSP specific config. Remove the duplication and add CONFIG_RD_GZIP and CONFIG_BLK_DEV_SR to the boot-live fragment. Signed-off-by: Darren Hart CC: Tom Zanussi --- .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 10 -- meta/c

[yocto] [PATCH 1/2] meta: sys940x BSP meta data

2012-02-01 Thread Darren Hart
The Inforce SYS940x-ECX Developer-Ready Reference Platform features: o Intel Atom E6xx (0.6-1.6 GHz) o Up to 1GB on-board DDR2 o Intel Platform Controller Hub EG20T o VGA,LVDS o HD Audio o SD Card o Dual SATA o Mini-PCIe http://www.inforcecomputing.com/SYS940X_ECX.html Signed-off-by: Darren Hart

[yocto] [PATCH 0/2][linux-yocto-3.0] sys940x BSP and boot-live consolidation

2012-02-01 Thread Darren Hart
The following changes since commit 59314a3523e360796419d76d78c6f7d8c5ef2593: meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y (2012-01-30 00:50:09 -0500) are available in the git repository at: git://git.infradead.org/users/dvhart/linux-yocto-3.0.git meta-sys940x http://git.infradead.org

[yocto] Gaku music player

2012-02-01 Thread Saxena, Rahul
Hello, What type of music files is the Gaku music player on Sato desk top supposed to play ? For me it did not work with mp3 files..however it is playing the soundtrack from a .ogg video file Thanks Rahul ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] RFC: Hob 1.2 design

2012-02-01 Thread Scott Garman
On 01/31/2012 05:39 PM, Wang, Shane wrote: Hi, all, Belen has a new video for Hob2 workflow and design. https://wiki.yoctoproject.org/wiki/File:Hob1.2-screencast2.mov Please comment. I'm pretty amazed with this. The workflow seems clear and each screen provides just the right bits of inform

Re: [yocto] creating global variables in a recipes

2012-02-01 Thread William Mills
On 02/01/2012 10:49 AM, Joshua Immanuel wrote: Hello all, On Wed, 2012-02-01 at 12:07 +0530, Joshua Immanuel wrote: At present in my custom image recipe I've added the following lines SOME_VARIABLE = "Blah" do_bootimg[depends] += "base-files:do_install" But the contents of

Re: [yocto] 1.2_M2-Final build failures

2012-02-01 Thread jfabernathy
On 02/01/2012 11:41 AM, Paul Eggleton wrote: On Wednesday 01 February 2012 11:28:22 jfabernathy wrote: Using the tarballs for Poky and meta-intel for 1.2_M2-Final, I was getting a lot of build failures below is what worked and what didn't. Not sure if this is a bug or if I'm missing something. I

Re: [yocto] 1.2_M2-Final build failures

2012-02-01 Thread Paul Eggleton
On Wednesday 01 February 2012 11:28:22 jfabernathy wrote: > Using the tarballs for Poky and meta-intel for 1.2_M2-Final, I was > getting a lot of build failures below is what worked and what didn't. > Not sure if this is a bug or if I'm missing something. I extracted the > meta-intel tarball for 1.

[yocto] 1.2_M2-Final build failures

2012-02-01 Thread jfabernathy
Using the tarballs for Poky and meta-intel for 1.2_M2-Final, I was getting a lot of build failures below is what worked and what didn't. Not sure if this is a bug or if I'm missing something. I extracted the meta-intel tarball for 1.2_M2-Final in the poky directory created by extracting the pok

Re: [yocto] creating global variables in a recipes

2012-02-01 Thread Christopher Larson
Nope. Recipes cannot modify the metadata of other recipes or the configuration metadata, ever. In particular cases, we emit content to tmpdir and read it back in elsewhere, but in general you should just not do what you're trying to do, and find a better solution. -- Christopher Larson On We

[yocto] creating global variables in a recipes

2012-02-01 Thread Joshua Immanuel
Hello all, On Wed, 2012-02-01 at 12:07 +0530, Joshua Immanuel wrote: > > At present in my custom image recipe I've added the following > > lines > > > > SOME_VARIABLE = "Blah" > > do_bootimg[depends] += "base-files:do_install" > > > > But the contents of ${SOME_VA

Re: [yocto] [ANNOUNCEMENT] Yocto 1.2 Milestone 2 released

2012-02-01 Thread jfabernathy
On 01/30/2012 08:59 PM, Flanagan, Elizabeth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, We are pleased to announce the second milestone of the coming release of Yocto 1.2. This milestone release is available at: http://downloads.yoctoproject.org/releases/yocto/milestones/poky-edi

Re: [yocto] forcing a task to run while building an image

2012-02-01 Thread Joshua Immanuel
Hello Sathishkumar, On Wed, 2012-02-01 at 17:52 +0530, Sathishkumar Duraisamy wrote: > I understood what you trying to mean. Can you please clarify what > image means, whether final image of rfs like jffs2 or package from a > recipe. I meant the final rootfs image as in 'core-image-minimal'. Reg

Re: [yocto] forcing a task to run while building an image

2012-02-01 Thread Sathishkumar Duraisamy
On Wed, Feb 1, 2012 at 5:12 PM, Joshua Immanuel wrote: > Hello Sathishkumar, hello > On Wed, 2012-02-01 at 16:34 +0530, Sathishkumar Duraisamy wrote: >> I think, image are build from the packages that are build from the >> recipe. And there is no way for the bitbake to detect that source is >> cha

Re: [yocto] forcing a task to run while building an image

2012-02-01 Thread Joshua Immanuel
Hello Sathishkumar, On Wed, 2012-02-01 at 16:34 +0530, Sathishkumar Duraisamy wrote: > I think, image are build from the packages that are build from the > recipe. And there is no way for the bitbake to detect that source is > changed like the makefile. My use-case is such that I need to run a pa

Re: [yocto] forcing a task to run while building an image

2012-02-01 Thread Sathishkumar Duraisamy
On Tue, Jan 31, 2012 at 12:40 PM, Joshua Immanuel wrote: > Hello all, >        How do I force a particular task to run every time while building an > image? You may have look at this http://docs.openembedded.org/usermanual/usermanual.html#usage_workwithsinglerecipe. I think, image are build from

Re: [yocto] Build Error

2012-02-01 Thread Paul Eggleton
On Wednesday 01 February 2012 15:44:58 Sathishkumar Duraisamy wrote: > Well, if this error is because of dash, please use the following > comments to change to bash, > > $sudo rm /usr/bin/sh > $sudo ln -s /usr/bin/bash /usr/bin/sh > > There is also, other way to change to dash to bash through pac

Re: [yocto] Build Error

2012-02-01 Thread Sathishkumar Duraisamy
On Wed, Feb 1, 2012 at 11:59 AM, Joshua Lock wrote: > Hi James, > > > On 31/01/12 22:20, James W. wrote: >> >> hi all: >> i am new comer. >> i meet  a error: >> >> NOTE: package pciutils-3.1.9-r0: task do_configure: Started >> ERROR: Function failed: do_configure (see >> >> /home/jwang5/poky-build