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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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 "
23 matches
Mail list logo