Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Tomas Frydrych
On 04/04/12 15:10, Gary Thomas wrote: > On 2012-04-04 06:50, Bruce Ashfield wrote: >> On 12-04-04 08:04 AM, Andrea Galbusera wrote: >>> Hi Tomas, >>> >>> On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych >>> wrote: Hi, I am trying to get Yocto image built from yesterday's master

Re: [yocto] [poky] The problem of using the external toolchain

2012-04-04 Thread Wangdawei (Sivan)
Yes , edison-6.0 , is it some problem ? -Original Message- From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Chris Larson Sent: 2012年4月5日 11:24 To: Wangdawei (Sivan) Cc: p...@yoctoproject.org; yocto@yoctoproject.org Subject: Re: [poky] The problem of using the external toolch

Re: [yocto] [poky] The problem of using the external toolchain

2012-04-04 Thread Chris Larson
On Wed, Apr 4, 2012 at 8:15 PM, Wangdawei (Sivan) wrote: >  Did anyone help me to resolve this problem , it block me a long time ,Thank > you very much > >        I have a toolchain that is big endian ARM, so I want to use the > toolchain with the binary, not the source code , can we have some m

[yocto] The problem of using the external toolchain

2012-04-04 Thread Wangdawei (Sivan)
Hi all, Did anyone help me to resolve this problem , it block me a long time ,Thank you very much I have a toolchain that is big endian ARM, so I want to use the toolchain with the binary, not the source code , can we have some method to finish this work in yocto ? I

Re: [yocto] Edison BSP SRCREV

2012-04-04 Thread Bruce Ashfield
On 12-04-04 6:36 PM, Chris Tapp wrote: I've been following the "BSP Development Example" section of the "Yocto Project Development Manual" for a new BSP called "mybsp". This results in the following in linux-yocto_3.0.bbappend: COMPATIBLE_MACHINE_mybsp = "mybsp" KMACHINE_mybsp = "yocto/standa

Re: [yocto] who are using archlinux?

2012-04-04 Thread Ni Qingliang
On Mon, 2012-04-02 at 02:10 +0800, Giannis Damigos wrote: > On 03/30/2012 10:34 AM, Ni Qingliang wrote: > > On Fri, 2012-03-30 at 15:23 +0800, Giannis Damigos wrote: > > > On Fri, Mar 30, 2012 at 9:30 AM, Ni Qingliang > > > wrote: > > > > maybe we should report the two bugs? > > > > > > > > On T

[yocto] Edison BSP SRCREV

2012-04-04 Thread Chris Tapp
I've been following the "BSP Development Example" section of the "Yocto Project Development Manual" for a new BSP called "mybsp". This results in the following in linux-yocto_3.0.bbappend: COMPATIBLE_MACHINE_mybsp = "mybsp" KMACHINE_mybsp = "yocto/standard/common-pc/base" KERNEL_FEATURES_append

[yocto] [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel

2012-04-04 Thread kishore . k . bodke
From: Kishore Bodke Switching Romley to 3.2 kernel. Signed-off-by: Kishore Bodke --- meta-romley/conf/machine/romley.conf |3 +++ .../linux/linux-yocto-rt_3.2.bbappend |8 .../recipes-kernel/linux/linux-yocto_3.2.bbappend |9 + 3 files c

[yocto] [PATCH 0/1] [meta-intel] Switching romley to 3.2 kernel

2012-04-04 Thread kishore . k . bodke
From: Kishore Bodke Adding bbappend files to switch Romley BSP to 3.2 kernel. Thanks Kishore. The following changes since commit f89405e115d73426c8a6450b6e795b5885d6bdf3: MAINTAINERS: Add FRI2 maintainer (2012-03-23 09:46:15 -0700) are available in the git repository at: git://git.pokylin

Re: [yocto] [PATCH] Fix small number of misspellings of "subsequent".

2012-04-04 Thread Rifenbark, Scott M
Robert, Can you create a patch just for the documentation? I don't apply patches for other parts of the system. If you don't want to do that I can just fix the misspellings in the bsp guide. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproj

[yocto] Using vendo kernel with Yocto

2012-04-04 Thread João Henrique Freitas
Hello, I have this situation: My vendor device provides a kernel (2.6.22.19) with a patch to its device. The device is a arm920t. And the vendor is Mindspeed. I want to use Yocto to build the kernel and userland. In the past the vendor provided a very old debian-like userland. I am trying the f

[yocto] [PATCH] Fix small number of misspellings of "subsequent".

2012-04-04 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 14a7197..548048f 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -877,7 +877,7 @@ ... NOTE: Once created, you should add yo

[yocto] [PATCH] scripts: Clarify "help" info for yocto-bsp and yocto-kernel

2012-04-04 Thread Robert P. J. Day
Tweak the help info for both "yocto-bsp" and "yocto-kernel" to emphasize that those are the *complete* lists of commands, not just the most commonly used ones. Signed-off-by: Robert P. J. Day --- diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 200a4f8..f78b09b 100644 --- a

Re: [yocto] are there more yocto-bsp commands other than "create" and "list"?

2012-04-04 Thread Robert P. J. Day
On Wed, 4 Apr 2012, Tom Zanussi wrote: > On Wed, 2012-04-04 at 16:16 -0400, Robert P. J. Day wrote: > > help for yocto-bsp reads: > > > > The most commonly used 'yocto-bsp' commands are: > > createCreate a new Yocto BSP > > list List available values for options a

Re: [yocto] are there more yocto-bsp commands other than "create" and "list"?

2012-04-04 Thread Tom Zanussi
On Wed, 2012-04-04 at 16:16 -0400, Robert P. J. Day wrote: > help for yocto-bsp reads: > > The most commonly used 'yocto-bsp' commands are: > createCreate a new Yocto BSP > list List available values for options and BSP properties > > but from the script: > > su

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart CC: Ross Burton CC: Joshua Lock Signe

[yocto] [PATCH 0/1][1.1.2] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Please apply to poky/edison branch for 1.1.2 release. A corresponding patch has been sent for oe-core and poky/master for the 1.2 release. The following changes since commit 0fbd6a161576b2cafa8583adde0ffb15347c884a: poky.conf: Bumping SKD_VERSION (2012-03-14 15:49:33 -0700) are available in th

[yocto] [PATCH 1/1] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Fixes [YOCTO 2236] With recent Linux kernel headers, such as 3.3 in Fedora 16, the linux/ext2_fs.h header has been removed. This causes compile failures for syslinux-native. Backport a fix to address this from syslinux-4.06-pre3. Signed-off-by: Darren Hart CC: Ross Burton CC: Joshua Lock ---

[yocto] [PATCH 0/1][1.2] syslinux: Avoid using linux.ext2_fs.h if possible

2012-04-04 Thread Darren Hart
Please apply to poky for 1.2. Should also be applied to oe-core. The following changes since commit cd4d346c0e83fc9bf5497dd0424368e9244b6e08: documentation/yocto-project-qs/yocto-project-qs.xml: Added CentOS distro (2012-04-04 00:34:03 +0100) are available in the git repository at: git://gi

[yocto] are there more yocto-bsp commands other than "create" and "list"?

2012-04-04 Thread Robert P. J. Day
help for yocto-bsp reads: The most commonly used 'yocto-bsp' commands are: createCreate a new Yocto BSP list List available values for options and BSP properties but from the script: subcommands = { "create": [yocto_bsp_create_subcommand, y

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Chris Tapp
On 4 Apr 2012, at 19:49, Robert Berger wrote: > Garry/Andrea, > > I am currently giving a training based on the Beagle-XM an this error > happened at the same time on 5 boards with a 3.1 kernel. > > >> error pattern. It hangs at this point: >> Waiting for root device /dev/mmcblk0p2... >> mmc

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Robert Berger
Garry/Andrea, I am currently giving a training based on the Beagle-XM an this error happened at the same time on 5 boards with a 3.1 kernel. > error pattern. It hangs at this point: > Waiting for root device /dev/mmcblk0p2... > mmc0: error -110 whilst initialising SD card > The fix was to

Re: [yocto] Yocto Project 1.2 Beta testing instructions

2012-04-04 Thread Liu, Song
Can someone help answer the following question? This happens during Boon Pin's beta testing using the build at: http://git.yoctoproject.org/cgit/cgit.cgi/poky/snapshot/poky-8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2.tar.bz2 . Song From: Khor, Boon Pin Sent: Tuesday, April 03, 2012 6:32 PM To: L

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Gary Thomas
On 2012-04-04 08:58, Andrea Galbusera wrote: Hi Gary, On Wed, Apr 4, 2012 at 4:10 PM, Gary Thomas wrote: On 2012-04-04 06:50, Bruce Ashfield wrote: On 12-04-04 08:04 AM, Andrea Galbusera wrote: Hi Tomas, On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych wrote: Hi, I am trying to get Yo

[yocto] Experience survey of using Yocto 1.2

2012-04-04 Thread Alyne, Howard
Experience survey of using Yocto 1.2 Q: Which architecture did you choose to build? A: qemu x86 and beagleboard Q: How easily were you able to build an image and boot an image? A: very simple. The format of the local.conf is straight forward Q: Is there any surprise to you in the pro

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Andrea Galbusera
Hi Gary, On Wed, Apr 4, 2012 at 4:10 PM, Gary Thomas wrote: > On 2012-04-04 06:50, Bruce Ashfield wrote: >> >> On 12-04-04 08:04 AM, Andrea Galbusera wrote: >>> >>> Hi Tomas, >>> >>> On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych >>> wrote: Hi, I am trying to get Yocto image

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Gary Thomas
On 2012-04-04 06:50, Bruce Ashfield wrote: On 12-04-04 08:04 AM, Andrea Galbusera wrote: Hi Tomas, On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych wrote: Hi, I am trying to get Yocto image built from yesterday's master (Linux-3.0.23-yocto-standard) to boot on the NAND-less version of BeagleB

Re: [yocto] 1.2 changelog

2012-04-04 Thread Autif Khan
> Here is the list as it stands: > > https://wiki.yoctoproject.org/wiki/Release_1.2_Changes > > (Note that changes in 1.1.1 have been separated out and should probably just > be deleted, hopefully I didn't miss any). I was pleasantly surprised when unionfs showed up in the kernel - it is not in th

[yocto] 1.2 changelog

2012-04-04 Thread Paul Eggleton
Hi all, I've examined all of the changes in the git log for 1.2 and prepared a very preliminary changelog of "significant" changes. However the following are still missing: * Changes with a bug number associated * Package upgrades * Kernel changes I can probably take care of adding the first t

Re: [yocto] should the dev docs match the dev yocto source?

2012-04-04 Thread Robert P. J. Day
On Wed, 4 Apr 2012, Bruce Ashfield wrote: > On 12-04-04 05:29 AM, Robert P. J. Day wrote: > > > >just noticed that BSP guide suggests 3.0 is the preferred linux > > kernel, while the source itself is now up to 3.2. should those match? > > this is for *development* streams of both. > > Not nec

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Bruce Ashfield
On 12-04-04 08:04 AM, Andrea Galbusera wrote: Hi Tomas, On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych wrote: Hi, I am trying to get Yocto image built from yesterday's master (Linux-3.0.23-yocto-standard) to boot on the NAND-less version of BeagleBoard xM, but the kernel panics with: -

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-04-04 Thread Bruce Ashfield
On 12-04-04 04:46 AM, Om Prakash PAL wrote: Hi, I want to build my local kernel/Driver code, not the default one. please help how can i do it ?. any wiki/docs on this?. The BSP developer guides show how to extend the yocto kernels, and also have sections on custom/different kernel versions. Hav

Re: [yocto] should the dev docs match the dev yocto source?

2012-04-04 Thread Bruce Ashfield
On 12-04-04 05:29 AM, Robert P. J. Day wrote: just noticed that BSP guide suggests 3.0 is the preferred linux kernel, while the source itself is now up to 3.2. should those match? this is for *development* streams of both. Not necessarily. It depends on the target. We haven't moved everyth

Re: [yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Andrea Galbusera
Hi Tomas, On Wed, Apr 4, 2012 at 12:14 PM, Tomas Frydrych wrote: > Hi, > > I am trying to get Yocto image built from yesterday's master > (Linux-3.0.23-yocto-standard) to boot on the NAND-less version of > BeagleBoard xM, but the kernel panics with: > > - console log start ---

[yocto] Not booting on BeagleBoard xM 0x2

2012-04-04 Thread Tomas Frydrych
Hi, I am trying to get Yocto image built from yesterday's master (Linux-3.0.23-yocto-standard) to boot on the NAND-less version of BeagleBoard xM, but the kernel panics with: - console log start Waiting for root device /dev/mmcblk0p2... mmc0: new SDHC card at address

Re: [yocto] How to change the startup application

2012-04-04 Thread James Abernathy
Just an observation. the FAQ link that Autif did looks like a How Do I, which is the section in the Wiki right after the FAQ. Does that matter to anyone? Jim A On Tue, Apr 3, 2012 at 5:58 PM, Liu, Song wrote: > Thanks, Autif. I guess I missed the last word for the link, but it's > strange t

[yocto] should the dev docs match the dev yocto source?

2012-04-04 Thread Robert P. J. Day
just noticed that BSP guide suggests 3.0 is the preferred linux kernel, while the source itself is now up to 3.2. should those match? this is for *development* streams of both. rday -- Robert P. J. Day

[yocto] Porting of specific Kernel/Driver into yocto.

2012-04-04 Thread Om Prakash PAL
Hi, I want to build my local kernel/Driver code, not the default one. please help how can i do it ?. any wiki/docs on this?. Best Regards, Om Prakash Pal ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] beta bug? MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS doesn't seem to work right...

2012-04-04 Thread Paul Eggleton
On Tuesday 03 April 2012 23:49:20 Bob Cochran wrote: > I set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "bogus" in my local.conf. > > This var is used in core-image-minimal; it's assigned to > RRECOMMENDS_task-core-boot inside task-core-boot.bb. > > Per the yocto glossary: "... the image will build i