Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
On 16/11/2013 16:24, Jack lemon wrote: > Hi everybody, > > I worked with P1022DS-PB and then designed my custom board according to its > documents. For sd card I adjust u-boot to 115200 baud rate and compile it > with ELDK independently. However in Nor-flash we haven't u-boot.bin > independently.

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Jack Lemon
Stefano Babic writes: > Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial > you use as console) to your machine conf ? > > Best regards, > Stefano Babic > Thank you Stefano for your reply. Does it not any need to edit u-boot source code? just adding SERIAL_CONSOLE = "11

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
On 19/11/2013 10:59, Jack Lemon wrote: > Stefano Babic writes: > > >> Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial >> you use as console) to your machine conf ? >> >> Best regards, >> Stefano Babic >> > > Thank you Stefano for your reply. > Does it not any need to ed

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Robert P. J. Day
On Tue, 19 Nov 2013, Jack Lemon wrote: > Stefano Babic writes: > > > > Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial > > you use as console) to your machine conf ? > > > > Best regards, > > Stefano Babic > > > > Thank you Stefano for your reply. > Does it not any need t

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Jack
Stefano Babic writes: > > On 19/11/2013 10:59, Jack Lemon wrote: > > Stefano Babic ...> writes: > > > > > >> Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial > >> you use as console) to your machine conf ? > >> > >> Best regards, > >> Stefano Babic > >> > > > > Thank

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Stefano Babic
Hi Jack, On 19/11/2013 12:25, Jack wrote: > For Nor-Flash we have only three files(kernel,rootfs,dtb). Where is u-boot? > I think it is inside the fsl-image-minimal-p1022ds.ext2.gz.u-boot rootfs > file. Is it true? I do not think so, but you are the best to answer this question: unzip the file

Re: [yocto] [meta-cloud-services][PATCH] erlang: skip the host library path check to fix cross-compile issue

2013-11-19 Thread Bruce Ashfield
Thanks for the patch! A couple of requests. Can you list the compile issue here ? i.e. just a bit of the error message showing it clearly. Someone else searching for a problem will find it very useful! On 13-11-19 05:27 AM, Zhenhua Luo wrote: Signed-off-by: Zhenhua Luo --- .../erlang/erlang

[yocto] Compile on recipe works the second time

2013-11-19 Thread Bryan Evenson
All, I'm on poky/dylan-9.0.1 and I've created a layer for a separate open source project to include in my image. The layer is at https://github.com/evensonbryan/meta-bacnet for those of you who want to try and duplicate my results. Just add this layer to your setup and build the recipe "bacn

Re: [yocto] Compile on recipe works the second time

2013-11-19 Thread Paul Eggleton
Hi Bryan, On Tuesday 19 November 2013 08:57:40 Bryan Evenson wrote: > I'm on poky/dylan-9.0.1 and I've created a layer for a separate open source > project to include in my image. The layer is at > https://github.com/evensonbryan/meta-bacnet for those of you who want to > try and duplicate my res

[yocto] [meta-raspberrypi] Using the camera

2013-11-19 Thread Edward Vidal
Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel https://github.com/Digilent/linux-digilent.git 3.6.0-digilent-13.01-2-g06b3889/ ├── kernel │ └── drivers │ ├── media │ │

Re: [yocto] Compile on recipe works the second time

2013-11-19 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, November 19, 2013 10:47 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Compile on recipe works the second time > > Hi Bryan, > > On Tuesday 19 November 201

Re: [yocto] [meta-raspberrypi] Using the camera

2013-11-19 Thread Gary Thomas
On 2013-11-19 09:18, Edward Vidal wrote: Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel https://github.com/Digilent/linux-digilent.git 3.6.0-digilent-13.01-2-g06b3889/ ├── kernel │ └──

[yocto] ptest Wiki Page Updated with lists

2013-11-19 Thread Saul Wold
Folks, I have updated the ptest wiki page (https://wiki.yoctoproject.org/wiki/Ptest) with lists of those packages already completed and those that are in progress by various team members that have informed me in the past. If you are interested in helping to enable ptest on packages, please

[yocto] [meta-cloud-services][PATCH] erlang: skip the host library path check to fix cross-compile issue

2013-11-19 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo --- .../erlang/erlang-fix-build-issue-in-Yocto.patch | 25 ++ .../recipes-devtools/erlang/erlang_R15B.bb | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/erlang/erlang/erlang-fix-build-issue-in

[yocto] [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch

2013-11-19 Thread Zhenhua Luo
Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. Signed-off-by: Zhenhua Luo --- meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-hor

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread jack lemon
Thanks a lot for your answers Stefano, I put the patch in my bsp directory and adjust my u-boot receipe. On Tue, Nov 19, 2013 at 3:40 PM, Stefano Babic wrote: > Hi Jack, > > On 19/11/2013 12:25, Jack wrote: > > > For Nor-Flash we have only three files(kernel,rootfs,dtb). Where is > u-boot? > >

Re: [yocto] QA Tests in Yocto development environment block diagram

2013-11-19 Thread Dilip Kumar
Dear Alex, Thank you for your response. And I need to know one more thing whether these QA tests are done manually or it's automated during the build or its done separately by Yocto for particular distribution? Is there any QA tests done during the build procedure locally? regards dilip kumar b

[yocto] [ANNOUNCEMENT] meta-intel Released for Yocto Project 1.5

2013-11-19 Thread Flanagan, Elizabeth
All, I am pleased to announce the release of meta-intel for the Yocto Project's 1.5 release. Thank you for the meta-intel maintainers and contributors for all their hard work. -b Release Name: meta-intel Repo: git://git.yoctoproject.org/meta-intel Branch: dora Tag: dora-10.0.0 Hash: c86e39dd065

[yocto] Weekly build availability

2013-11-19 Thread Flanagan, Elizabeth
All, The next weekly build will be available in a few hours at: http://autobuilder.yoctoproject.org/pub/nightly/20131119-7 poky 215dab864e7cf74394840621ad0754db593708f1 bitbake a66ee0994645aa5658b2f5ea134ed17d89f8751a eclipse-poky-juno 7b50b0cee840092b4a575c239ddf11ba50d78327

[yocto] connman

2013-11-19 Thread Bernard Mentink
Hi All, Can anyone help with wifi not being enabled with connman? I have to use "ifup wlan0" to start my wifi interface, connman refuses to bring it up on start, even though I have the ethernet cable un-plugged. I have enabled wifi in the settings file and have a wifi.conf that is used because w

Re: [yocto] connman

2013-11-19 Thread Burton, Ross
On 19 November 2013 20:52, Bernard Mentink wrote: > Can anyone help with wifi not being enabled with connman? > > I have to use "ifup wlan0" to start my wifi interface, connman refuses to > bring it up on start, even though I have the ethernet cable un-plugged. > > I have enabled wifi in the setti

Re: [yocto] [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch

2013-11-19 Thread Bruce Ashfield
On 11/19/2013, 4:28 AM, Zhenhua Luo wrote: Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. This looks good. I'm making some other significant changes at the moment, but I've queued the patch. Bruce Signed-off-by: Zhenhua Luo --- meta-openstack/recipes-devtools/p