[yocto] [PATCH] EFI support for IA

2011-11-23 Thread Josef Ahmad
Hi all I've been in contact with Darren Hart, who has opened an RFC re: including support for EFI into Yocto. Meanwhile, due to time constraints of my own project, I worked out a patch to enable EFI on IA-based BSPs. The patch makes it possible to deploy a system image that adds EFI boot feature

Re: [yocto] [PATCH] EFI support for IA

2011-11-23 Thread Darren Hart
Hi Josef, On 11/23/2011 02:39 AM, Josef Ahmad wrote: > Hi all > > I've been in contact with Darren Hart, who has opened an RFC re: > including support for EFI into Yocto. > Meanwhile, due to time constraints of my own project, I worked out a > patch to enable EFI on IA-based BSPs. There are vari

[yocto] ADT installer

2011-11-23 Thread Jim Abernathy
I was following the ADT manual online, section 2.1.1.1, and everything seemed to complete as expected, but adt_installer.tar.bz2 was not created in the /build/tmp/deploy/sdk direction as documented. In fact, there is no sdk directory in deploy. Is this a documentation issue or is this not wor

Re: [yocto] ADT installer

2011-11-23 Thread Rifenbark, Scott M
Jim, Let me try and replicate this from the manual. I will get back momentarily. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jim Abernathy Sent: Wednesday, November 23, 2011 8:45 AM To: yocto@yoctoproject.org Subje

Re: [yocto] ADT installer

2011-11-23 Thread Zhang, Jessica
Hi Jim, I just did build adt-installer tar ball and it was created under ../build/tmp/deploy/sdk directory as adt_installer.tar.bz2. The following is the steps that what I did: 1. go under your poky directory, for my case is /home/jzhang/poky-master 2. source oe-init-build-env 3. bitbake adt-i

Re: [yocto] SH4 build failure fix

2011-11-23 Thread Michael E Brown
On Tue, 2011-11-22 at 17:53 -0600, Khem Raj wrote: > On Thu, Nov 10, 2011 at 2:36 PM, wrote: > > > > I'm presently working on porting the build environment for three existing > > embedded projects over to use yocto. Unfortunately, the project which has > > to go first is based on an SH4 chip, w

Re: [yocto] SH4 build failure fix

2011-11-23 Thread Khem Raj
On Wed, Nov 23, 2011 at 9:19 AM, Michael E Brown wrote: > On Tue, 2011-11-22 at 17:53 -0600, Khem Raj wrote: >> On Thu, Nov 10, 2011 at 2:36 PM,   wrote: >> > >> > I'm presently working on porting the build environment for three existing >> > embedded projects over to use yocto. Unfortunately, th

Re: [yocto] ADT installer

2011-11-23 Thread James Abernathy
On Nov 23, 2011, at 11:55 AM, Rifenbark, Scott M wrote: > Jim, > > Let me try and replicate this from the manual. I will get back momentarily. > > Scott > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Jim Abernathy

Re: [yocto] ADT installer

2011-11-23 Thread Rifenbark, Scott M
I am running it right now (slow machine) and followed the instructions in the manual. So far, it is building. The only problem I encountered is that the wget command uses a bad URL. I have changed that to the following: wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/

Re: [yocto] ADT installer

2011-11-23 Thread Rifenbark, Scott M
Jim, My machine finished and it built the adt_installer.tar.bz2 in ~/yocto-project/build/tmp/deploy/sdk as advertised. The only change I made was the URL change to get the Edison tarball using wget. Scott -Original Message- From: James Abernathy [mailto:jfaberna...@gmail.com] Sent

Re: [yocto] ADT installer

2011-11-23 Thread Jim Abernathy
On Wed, 2011-11-23 at 18:22 +, Rifenbark, Scott M wrote: > Jim, > > My machine finished and it built the adt_installer.tar.bz2 in > ~/yocto-project/build/tmp/deploy/sdk as advertised. > > The only change I made was the URL change to get the Edison tarball using > wget. > > Scott > Ok

Re: [yocto] ADT installer

2011-11-23 Thread Rifenbark, Scott M
If you want to see the latest ADT manual with the correct URL for the Edison tarball, go to http://www.yoctoproject.org/documentation and click on the "Docs in Progress" on the right. That takes you to the manual I just updated, http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html

Re: [yocto] ADT installer

2011-11-23 Thread Jim Abernathy
On Wed, 2011-11-23 at 18:22 +, Rifenbark, Scott M wrote: > Jim, > > My machine finished and it built the adt_installer.tar.bz2 in > ~/yocto-project/build/tmp/deploy/sdk as advertised. > > The only change I made was the URL change to get the Edison tarball using > wget. > > Scott > Oka

Re: [yocto] Atom netbook recommendation?

2011-11-23 Thread Darren Hart
On 11/22/2011 02:50 PM, Joshua Lock wrote: > Hi Bob, > > On 21/11/11 17:19, Bob Cochran wrote: >> Hello, >> >> We're going to bring an Atom based netbook in house for some additional >> yocto testing. I would greatly appreciate any recommendations for ones >> that behave well with the yocto proje

Re: [yocto] Atom netbook recommendation?

2011-11-23 Thread Khem Raj
On Wed, Nov 23, 2011 at 11:43 AM, Darren Hart wrote: > We also have things working on the Toshiba NB305. The atom-pc machine > FWIW I have asus eepc here and it works great with yocto/oe-core/meta-intel ___ yocto mailing list yocto@yoctoproject.org http

Re: [yocto] ADT installer

2011-11-23 Thread Rifenbark, Scott M
Jim, Glad you got it working. Your efforts did help me find an old URL that I replaced. Thanks, Scott -Original Message- From: Jim Abernathy [mailto:jfaberna...@gmail.com] Sent: Wednesday, November 23, 2011 11:11 AM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org Subject: RE: [yo

[yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explanation: 'SRCREV Revision of source code used to build package (Subversion, GIT, Bazaar only). ' For example if

Re: [yocto] SRCREV variable

2011-11-23 Thread Rifenbark, Scott M
There is a bit more in the Yocto Project Reference Manual at http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html. It states: SRCREV - The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only. Note

Re: [yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Yes I saw this other stuff too...but I don't see anywhere the explanation of how a revision identifier is generated or obtained. Thanks Rahul From: Rifenbark, Scott M Sent: Wednesday, November 23, 2011 3:30 PM To: Saxena, Rahul; yocto@yoctoproject.org Subject: RE: SRCREV variable There is a bi

Re: [yocto] SRCREV variable

2011-11-23 Thread Rifenbark, Scott M
Rahul, Okay - I was not sure whether it would help. Hopefully one of the developers will chime in here and help. My stuff was from the technical documentation point of view. Scott From: Saxena, Rahul Sent: Wednesday, November 23, 2011 3:35 PM To: Rifenbark, Scott M; yocto@yoctoproject.org Su

Re: [yocto] SRCREV variable

2011-11-23 Thread Paul Eggleton
On Wednesday 23 November 2011 15:19:01 Saxena, Rahul wrote: > For example if my source is MesaLib-7.9.tar.bz2 file from following > site...what steps do I need to do to get the SRCREV ? > > ftp://ftp.freedesktop.org/pub/mesa/7.9/ SRCREV is only used when you are fetching from some remote version

Re: [yocto] SRCREV variable

2011-11-23 Thread Chris Larson
On Wed, Nov 23, 2011 at 4:35 PM, Saxena, Rahul wrote: > Yes I saw this other stuff too…but I don’t see anywhere the explanation of > how a revision identifier is generated or obtained. The value is entirely dependent upon the scm in use. git hash, svn revision #, etc. -- Christopher Larson clar

[yocto] Core Team Meeting Minutes: Nov 24th 2011

2011-11-23 Thread Xu, Jiajun
Core Team Meeting: Shane, Dongxiao, Edwin, Dexuan, Lianhao, Saul, Beth, ScottG, Robert, Nitin, Jiajun Scribe: Jiajun 1.2 Status --- - Review the Yocto Project Status @ https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status, "Feature Board" is used to track feature status and "