All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto 1.1 Beta Questions
@ 2011-09-03 18:43 Brian Duffy
  2011-09-03 20:48 ` Jason Kridner
  2011-09-03 21:51 ` Saul Wold
  0 siblings, 2 replies; 10+ messages in thread
From: Brian Duffy @ 2011-09-03 18:43 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

Hi Yocto group. I am new to Yocto. I followed the starters guide and When
running bitbake I get some errors. first it complains that pseudo is not
available but required, and then it complains that bbpath is not set. What
is pseudo? I have sudo installed and setup to work for me, but I don't know
what pseudo is. Also, bitbake was not installed on my fresh install of
Fedora 15 so I installed it through the package manager. I guess that was
not included in the packages from the getting started guide. Where do I set
the bbpath? I followed the getting started guide and replaced the
appropriate commands with the ones from Davids blog post for the latest
release.

thnx

Brian
-- 
Duff

[-- Attachment #2: Type: text/html, Size: 1623 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-03 18:43 Yocto 1.1 Beta Questions Brian Duffy
@ 2011-09-03 20:48 ` Jason Kridner
  2011-09-03 21:50   ` Osier-mixon, Jeffrey
  2011-09-03 21:51 ` Saul Wold
  1 sibling, 1 reply; 10+ messages in thread
From: Jason Kridner @ 2011-09-03 20:48 UTC (permalink / raw)
  To: Brian Duffy; +Cc: yocto

On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com> wrote:
> Hi Yocto group. I am new to Yocto. I followed the starters guide and When
> running bitbake I get some errors. first it complains that pseudo is not
> available but required, and then it complains that bbpath is not set. What
> is pseudo?

Google should have helped you with this question:
http://www.yoctoproject.org/projects/pseudo.

I believe the primary purpose is to be able to create files with root
ownership without root access.  This is critical for building your
file system.

> I have sudo installed and setup to work for me, but I don't know
> what pseudo is. Also, bitbake was not installed on my fresh install of
> Fedora 15 so I installed it through the package manager.

I doubt you want to do that, but I don't see anything in the
instructions provided to tell you where to get it either.

> I guess that was
> not included in the packages from the getting started guide. Where do I set
> the bbpath?

Did you edit conf/local.conf?

> I followed the getting started guide and replaced the
> appropriate commands with the ones from Davids blog post for the latest
> release.
>
> thnx
> Brian
> --
> Duff
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-03 20:48 ` Jason Kridner
@ 2011-09-03 21:50   ` Osier-mixon, Jeffrey
       [not found]     ` <CAHrDPkq0zoJHV1uhyT=6WSP3XX5_OqLg=-FN0OfVpdCpSu7U9g@mail.gmail.com>
  0 siblings, 1 reply; 10+ messages in thread
From: Osier-mixon, Jeffrey @ 2011-09-03 21:50 UTC (permalink / raw)
  To: Jason Kridner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2354 bytes --]

Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
standard bitbake from the package manager on your host is not the correct
one. Make sure you have set your environment properly by sourcing the
build-env script, and it should be set correctly.

As Jason says, set BBPATH in your project directory in conf/local.conf

How did you download the tools, tarball or git?  I find it easiest to do
this:

git clone git://git.yoctoproject.org/poky.git

Note that responses may be delayed on a US holiday weekend :)

On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner <jkridner@beagleboard.org>wrote:

> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com> wrote:
> > Hi Yocto group. I am new to Yocto. I followed the starters guide and When
> > running bitbake I get some errors. first it complains that pseudo is not
> > available but required, and then it complains that bbpath is not set.
> What
> > is pseudo?
>
> Google should have helped you with this question:
> http://www.yoctoproject.org/projects/pseudo.
>
> I believe the primary purpose is to be able to create files with root
> ownership without root access.  This is critical for building your
> file system.
>
> > I have sudo installed and setup to work for me, but I don't know
> > what pseudo is. Also, bitbake was not installed on my fresh install of
> > Fedora 15 so I installed it through the package manager.
>
> I doubt you want to do that, but I don't see anything in the
> instructions provided to tell you where to get it either.
>
> > I guess that was
> > not included in the packages from the getting started guide. Where do I
> set
> > the bbpath?
>
> Did you edit conf/local.conf?
>
> > I followed the getting started guide and replaced the
> > appropriate commands with the ones from Davids blog post for the latest
> > release.
> >
> > thnx
> > Brian
> > --
> > Duff
> >
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
> >
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
Jeff Osier-Mixon http://jefro.net/blog
Yocto Project Community Manager @Intel http://yoctoproject.org

[-- Attachment #2: Type: text/html, Size: 3515 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-03 18:43 Yocto 1.1 Beta Questions Brian Duffy
  2011-09-03 20:48 ` Jason Kridner
@ 2011-09-03 21:51 ` Saul Wold
  1 sibling, 0 replies; 10+ messages in thread
From: Saul Wold @ 2011-09-03 21:51 UTC (permalink / raw)
  To: Brian Duffy; +Cc: yocto

On 09/03/2011 11:43 AM, Brian Duffy wrote:
> Hi Yocto group. I am new to Yocto. I followed the starters guide and
> When running bitbake I get some errors. first it complains that pseudo
> is not available but required, and then it complains that bbpath is not
> set. What is pseudo? I have sudo installed and setup to work for me, but
> I don't know what pseudo is. Also, bitbake was not installed on my fresh
> install of Fedora 15 so I installed it through the package manager.  I

Which tar ball or git repo did you grab?

You should not have to install bitbake, as it's included as part of the 
Poky tarball or git repo.

> guess that was not included in the packages from the getting started
> guide. Where do I set the bbpath? I followed the getting started guide

Did you source the oe-init-build-env (either . ./oe-init-build-env )?

Was a build directory created with a conf directory?  That environment 
initializer should set the BBATH and other envorinment variables.

I am in and out of the #Yocto IRC, so I will try to connect with you 
there also.

Sau!


> and replaced the appropriate commands with the ones from Davids blog
> post for the latest release.
>
> thnx
>
> Brian
> --
> Duff
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
       [not found]         ` <CALZ2gZU-3OzD74P2HNnCr4nYj7w7WOVMHXbJ41-GRzUEJYFBLw@mail.gmail.com>
@ 2011-09-06 23:51           ` Brian Duffy
  2011-09-07  1:07             ` Stewart, David C
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Duffy @ 2011-09-06 23:51 UTC (permalink / raw)
  To: Osier-mixon, Jeffrey, yocto

[-- Attachment #1: Type: text/plain, Size: 5382 bytes --]

Okay, so it turns out that I had already downloaded what I needed with the
instructions from the latest blog post for the beta release. It specifically
mentions certain command to replace from the quick start guide. So I went
into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and
that set up my environment variables. When I ran bitbake core-image-minimal
I got an error stating that xterm was not installed. That might be something
to include in the quick start section of things to install first. Anyway, it
seems to be happily building a minimal linux distro for the emulator to run.
I'll let you know if it works out.

thnx

Brian

On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey <
jeffrey.osier-mixon@intel.com> wrote:

> One more thing - if you prefer a tarball to git (easier on some corporate
> networks) the process is the same, just un-tar the tarball into a working
> directory and cd into the poky subdir and go from there. The tarball should
> be the latest stable release.
>
>
> On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey <
> jeffrey.osier-mixon@intel.com> wrote:
>
>> Hi Brian, sorry for the delay.
>>
>> If you download the poky tarball or use git to grab it and then follow the
>> instructions on the quick-start, the tools should build automatically.  In a
>> nutshell, try this:
>>
>> git clone git://git.yoctoproject.org/poky.git
>> cd poky
>> . ./oe-core-build-env
>> [that should put you into a build directory]
>> vi conf/local.conf  [set at least MACHINE, instructions in the file]
>> bitbake core-minimal
>>
>> I hope this helps!  I'm on IRC as Jefro or available by email, let me know
>> if I can help at all.
>>
>>
>> On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>
>>> Thanks for the input Jeff. I have not downloaded the tools yet. I'll
>>> probably download the tarball since I don't have much experience with git.
>>> I'll set the bbpath in local.conf and uninstall bitbake from the package
>>> manager before I do so. I guess building the tools will take care of bitbake
>>> and pseudo. Any help with how to build the tools would be appreciated, but
>>> no hurry, enjoy the holiday!
>>>
>>> thnx
>>>
>>> Brian
>>>
>>>
>>> On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey <
>>> jeffrey.osier-mixon@intel.com> wrote:
>>>
>>>> Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
>>>> standard bitbake from the package manager on your host is not the correct
>>>> one. Make sure you have set your environment properly by sourcing the
>>>> build-env script, and it should be set correctly.
>>>>
>>>> As Jason says, set BBPATH in your project directory in conf/local.conf
>>>>
>>>> How did you download the tools, tarball or git?  I find it easiest to do
>>>> this:
>>>>
>>>> git clone git://git.yoctoproject.org/poky.git
>>>>
>>>> Note that responses may be delayed on a US holiday weekend :)
>>>>
>>>> On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner <jkridner@beagleboard.org
>>>> > wrote:
>>>>
>>>>> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>>>> > Hi Yocto group. I am new to Yocto. I followed the starters guide and
>>>>> When
>>>>> > running bitbake I get some errors. first it complains that pseudo is
>>>>> not
>>>>> > available but required, and then it complains that bbpath is not set.
>>>>> What
>>>>> > is pseudo?
>>>>>
>>>>> Google should have helped you with this question:
>>>>> http://www.yoctoproject.org/projects/pseudo.
>>>>>
>>>>> I believe the primary purpose is to be able to create files with root
>>>>> ownership without root access.  This is critical for building your
>>>>> file system.
>>>>>
>>>>> > I have sudo installed and setup to work for me, but I don't know
>>>>> > what pseudo is. Also, bitbake was not installed on my fresh install
>>>>> of
>>>>> > Fedora 15 so I installed it through the package manager.
>>>>>
>>>>> I doubt you want to do that, but I don't see anything in the
>>>>> instructions provided to tell you where to get it either.
>>>>>
>>>>> > I guess that was
>>>>> > not included in the packages from the getting started guide. Where do
>>>>> I set
>>>>> > the bbpath?
>>>>>
>>>>> Did you edit conf/local.conf?
>>>>>
>>>>> > I followed the getting started guide and replaced the
>>>>> > appropriate commands with the ones from Davids blog post for the
>>>>> latest
>>>>> > release.
>>>>> >
>>>>> > thnx
>>>>> > Brian
>>>>> > --
>>>>> > Duff
>>>>> >
>>>>> > _______________________________________________
>>>>> > yocto mailing list
>>>>> > yocto@yoctoproject.org
>>>>> > https://lists.yoctoproject.org/listinfo/yocto
>>>>> >
>>>>> >
>>>>> _______________________________________________
>>>>> yocto mailing list
>>>>> yocto@yoctoproject.org
>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Duff
>>>
>>
>>
>>
>> --
>> Jeff Osier-Mixon http://jefro.net/blog
>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>
>>
>
>
> --
> Jeff Osier-Mixon http://jefro.net/blog
> Yocto Project Community Manager @Intel http://yoctoproject.org
>
>


-- 
Duff

[-- Attachment #2: Type: text/html, Size: 7986 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-06 23:51           ` Brian Duffy
@ 2011-09-07  1:07             ` Stewart, David C
  2011-09-07 12:41               ` Jason Kridner
  0 siblings, 1 reply; 10+ messages in thread
From: Stewart, David C @ 2011-09-07  1:07 UTC (permalink / raw)
  To: 'brduffy@gmail.com', Osier-mixon, Jeffrey,
	'yocto@yoctoproject.org'

[-- Attachment #1: Type: text/plain, Size: 5539 bytes --]

Yeah, I ran into the same thing, Brian. Installing xterm is missing from the quickstart and the beta instructions. Sorry about that.


Sent from my Blackberry

From: Brian Duffy [mailto:brduffy@gmail.com]
Sent: Tuesday, September 06, 2011 04:51 PM
To: Osier-mixon, Jeffrey; yocto@yoctoproject.org <yocto@yoctoproject.org>
Subject: Re: [yocto] Yocto 1.1 Beta Questions

Okay, so it turns out that I had already downloaded what I needed with the instructions from the latest blog post for the beta release. It specifically mentions certain command to replace from the quick start guide. So I went into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and that set up my environment variables. When I ran bitbake core-image-minimal I got an error stating that xterm was not installed. That might be something to include in the quick start section of things to install first. Anyway, it seems to be happily building a minimal linux distro for the emulator to run. I'll let you know if it works out.

thnx

Brian

On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey <jeffrey.osier-mixon@intel.com<mailto:jeffrey.osier-mixon@intel.com>> wrote:
One more thing - if you prefer a tarball to git (easier on some corporate networks) the process is the same, just un-tar the tarball into a working directory and cd into the poky subdir and go from there. The tarball should be the latest stable release.


On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey <jeffrey.osier-mixon@intel.com<mailto:jeffrey.osier-mixon@intel.com>> wrote:
Hi Brian, sorry for the delay.

If you download the poky tarball or use git to grab it and then follow the instructions on the quick-start, the tools should build automatically.  In a nutshell, try this:

git clone git://git.yoctoproject.org/poky.git<http://git.yoctoproject.org/poky.git>
cd poky
. ./oe-core-build-env
[that should put you into a build directory]
vi conf/local.conf  [set at least MACHINE, instructions in the file]
bitbake core-minimal

I hope this helps!  I'm on IRC as Jefro or available by email, let me know if I can help at all.


On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy <brduffy@gmail.com<mailto:brduffy@gmail.com>> wrote:
Thanks for the input Jeff. I have not downloaded the tools yet. I'll probably download the tarball since I don't have much experience with git. I'll set the bbpath in local.conf and uninstall bitbake from the package manager before I do so. I guess building the tools will take care of bitbake and pseudo. Any help with how to build the tools would be appreciated, but no hurry, enjoy the holiday!

thnx

Brian


On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey <jeffrey.osier-mixon@intel.com<mailto:jeffrey.osier-mixon@intel.com>> wrote:
Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The standard bitbake from the package manager on your host is not the correct one. Make sure you have set your environment properly by sourcing the build-env script, and it should be set correctly.

As Jason says, set BBPATH in your project directory in conf/local.conf

How did you download the tools, tarball or git?  I find it easiest to do this:

git clone git://git.yoctoproject.org/poky.git<http://git.yoctoproject.org/poky.git>

Note that responses may be delayed on a US holiday weekend :)

On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner <jkridner@beagleboard.org<mailto:jkridner@beagleboard.org>> wrote:
On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com<mailto:brduffy@gmail.com>> wrote:
> Hi Yocto group. I am new to Yocto. I followed the starters guide and When
> running bitbake I get some errors. first it complains that pseudo is not
> available but required, and then it complains that bbpath is not set. What
> is pseudo?

Google should have helped you with this question:
http://www.yoctoproject.org/projects/pseudo.

I believe the primary purpose is to be able to create files with root
ownership without root access.  This is critical for building your
file system.

> I have sudo installed and setup to work for me, but I don't know
> what pseudo is. Also, bitbake was not installed on my fresh install of
> Fedora 15 so I installed it through the package manager.

I doubt you want to do that, but I don't see anything in the
instructions provided to tell you where to get it either.

> I guess that was
> not included in the packages from the getting started guide. Where do I set
> the bbpath?

Did you edit conf/local.conf?

> I followed the getting started guide and replaced the
> appropriate commands with the ones from Davids blog post for the latest
> release.
>
> thnx
> Brian
> --
> Duff
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto
>
>
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto



--
Jeff Osier-Mixon http://jefro.net/blog
Yocto Project Community Manager @Intel http://yoctoproject.org<http://yoctoproject.org/>




--
Duff



--
Jeff Osier-Mixon http://jefro.net/blog
Yocto Project Community Manager @Intel http://yoctoproject.org<http://yoctoproject.org/>




--
Jeff Osier-Mixon http://jefro.net/blog
Yocto Project Community Manager @Intel http://yoctoproject.org<http://yoctoproject.org/>




--
Duff

[-- Attachment #2: Type: text/html, Size: 8744 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-07  1:07             ` Stewart, David C
@ 2011-09-07 12:41               ` Jason Kridner
  2011-09-08 16:20                 ` Darren Hart
  0 siblings, 1 reply; 10+ messages in thread
From: Jason Kridner @ 2011-09-07 12:41 UTC (permalink / raw)
  To: Stewart, David C; +Cc: yocto@yoctoproject.org

Isn't bitbake supposed to be smart enough to discover and use 'screen'
instead now?

On Tue, Sep 6, 2011 at 9:07 PM, Stewart, David C
<david.c.stewart@intel.com> wrote:
> Yeah, I ran into the same thing, Brian. Installing xterm is missing from the
> quickstart and the beta instructions. Sorry about that.
>
>
> Sent from my Blackberry
>
> From: Brian Duffy [mailto:brduffy@gmail.com]
> Sent: Tuesday, September 06, 2011 04:51 PM
> To: Osier-mixon, Jeffrey; yocto@yoctoproject.org <yocto@yoctoproject.org>
> Subject: Re: [yocto] Yocto 1.1 Beta Questions
>
> Okay, so it turns out that I had already downloaded what I needed with the
> instructions from the latest blog post for the beta release. It specifically
> mentions certain command to replace from the quick start guide. So I went
> into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and
> that set up my environment variables. When I ran bitbake core-image-minimal
> I got an error stating that xterm was not installed. That might be something
> to include in the quick start section of things to install first. Anyway, it
> seems to be happily building a minimal linux distro for the emulator to run.
> I'll let you know if it works out.
> thnx
> Brian
>
> On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey
> <jeffrey.osier-mixon@intel.com> wrote:
>>
>> One more thing - if you prefer a tarball to git (easier on some corporate
>> networks) the process is the same, just un-tar the tarball into a working
>> directory and cd into the poky subdir and go from there. The tarball should
>> be the latest stable release.
>>
>> On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey
>> <jeffrey.osier-mixon@intel.com> wrote:
>>>
>>> Hi Brian, sorry for the delay.
>>> If you download the poky tarball or use git to grab it and then follow
>>> the instructions on the quick-start, the tools should build automatically.
>>>  In a nutshell, try this:
>>> git clone git://git.yoctoproject.org/poky.git
>>> cd poky
>>> . ./oe-core-build-env
>>> [that should put you into a build directory]
>>> vi conf/local.conf  [set at least MACHINE, instructions in the file]
>>> bitbake core-minimal
>>> I hope this helps!  I'm on IRC as Jefro or available by email, let me
>>> know if I can help at all.
>>>
>>> On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>>>
>>>> Thanks for the input Jeff. I have not downloaded the tools yet. I'll
>>>> probably download the tarball since I don't have much experience with git.
>>>> I'll set the bbpath in local.conf and uninstall bitbake from the package
>>>> manager before I do so. I guess building the tools will take care of bitbake
>>>> and pseudo. Any help with how to build the tools would be appreciated, but
>>>> no hurry, enjoy the holiday!
>>>> thnx
>>>> Brian
>>>>
>>>> On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey
>>>> <jeffrey.osier-mixon@intel.com> wrote:
>>>>>
>>>>> Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
>>>>> standard bitbake from the package manager on your host is not the correct
>>>>> one. Make sure you have set your environment properly by sourcing the
>>>>> build-env script, and it should be set correctly.
>>>>> As Jason says, set BBPATH in your project directory in conf/local.conf
>>>>> How did you download the tools, tarball or git?  I find it easiest to
>>>>> do this:
>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>> Note that responses may be delayed on a US holiday weekend :)
>>>>> On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner
>>>>> <jkridner@beagleboard.org> wrote:
>>>>>>
>>>>>> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>>>>> > Hi Yocto group. I am new to Yocto. I followed the starters guide and
>>>>>> > When
>>>>>> > running bitbake I get some errors. first it complains that pseudo is
>>>>>> > not
>>>>>> > available but required, and then it complains that bbpath is not
>>>>>> > set. What
>>>>>> > is pseudo?
>>>>>>
>>>>>> Google should have helped you with this question:
>>>>>> http://www.yoctoproject.org/projects/pseudo.
>>>>>>
>>>>>> I believe the primary purpose is to be able to create files with root
>>>>>> ownership without root access.  This is critical for building your
>>>>>> file system.
>>>>>>
>>>>>> > I have sudo installed and setup to work for me, but I don't know
>>>>>> > what pseudo is. Also, bitbake was not installed on my fresh install
>>>>>> > of
>>>>>> > Fedora 15 so I installed it through the package manager.
>>>>>>
>>>>>> I doubt you want to do that, but I don't see anything in the
>>>>>> instructions provided to tell you where to get it either.
>>>>>>
>>>>>> > I guess that was
>>>>>> > not included in the packages from the getting started guide. Where
>>>>>> > do I set
>>>>>> > the bbpath?
>>>>>>
>>>>>> Did you edit conf/local.conf?
>>>>>>
>>>>>> > I followed the getting started guide and replaced the
>>>>>> > appropriate commands with the ones from Davids blog post for the
>>>>>> > latest
>>>>>> > release.
>>>>>> >
>>>>>> > thnx
>>>>>> > Brian
>>>>>> > --
>>>>>> > Duff
>>>>>> >
>>>>>> > _______________________________________________
>>>>>> > yocto mailing list
>>>>>> > yocto@yoctoproject.org
>>>>>> > https://lists.yoctoproject.org/listinfo/yocto
>>>>>> >
>>>>>> >
>>>>>> _______________________________________________
>>>>>> yocto mailing list
>>>>>> yocto@yoctoproject.org
>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>
>>>>
>>>>
>>>> --
>>>> Duff
>>>
>>>
>>>
>>> --
>>> Jeff Osier-Mixon http://jefro.net/blog
>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>
>>
>>
>> --
>> Jeff Osier-Mixon http://jefro.net/blog
>> Yocto Project Community Manager @Intel http://yoctoproject.org
>
>
>
> --
> Duff
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-07 12:41               ` Jason Kridner
@ 2011-09-08 16:20                 ` Darren Hart
  2011-09-08 16:21                   ` Saul Wold
  0 siblings, 1 reply; 10+ messages in thread
From: Darren Hart @ 2011-09-08 16:20 UTC (permalink / raw)
  To: Jason Kridner; +Cc: yocto@yoctoproject.org

On 09/07/2011 05:41 AM, Jason Kridner wrote:
> Isn't bitbake supposed to be smart enough to discover and use 'screen'
> instead now?

It depends on your setting in local.conf

TERMCMD = "${SCREEN_TERMCMD}"
TERMCMDRUN = "${SCREEN_TERMCMDRUN}"


--
Darren

> 
> On Tue, Sep 6, 2011 at 9:07 PM, Stewart, David C
> <david.c.stewart@intel.com> wrote:
>> Yeah, I ran into the same thing, Brian. Installing xterm is missing from the
>> quickstart and the beta instructions. Sorry about that.
>>
>>
>> Sent from my Blackberry
>>
>> From: Brian Duffy [mailto:brduffy@gmail.com]
>> Sent: Tuesday, September 06, 2011 04:51 PM
>> To: Osier-mixon, Jeffrey; yocto@yoctoproject.org <yocto@yoctoproject.org>
>> Subject: Re: [yocto] Yocto 1.1 Beta Questions
>>
>> Okay, so it turns out that I had already downloaded what I needed with the
>> instructions from the latest blog post for the beta release. It specifically
>> mentions certain command to replace from the quick start guide. So I went
>> into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and
>> that set up my environment variables. When I ran bitbake core-image-minimal
>> I got an error stating that xterm was not installed. That might be something
>> to include in the quick start section of things to install first. Anyway, it
>> seems to be happily building a minimal linux distro for the emulator to run.
>> I'll let you know if it works out.
>> thnx
>> Brian
>>
>> On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey
>> <jeffrey.osier-mixon@intel.com> wrote:
>>>
>>> One more thing - if you prefer a tarball to git (easier on some corporate
>>> networks) the process is the same, just un-tar the tarball into a working
>>> directory and cd into the poky subdir and go from there. The tarball should
>>> be the latest stable release.
>>>
>>> On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey
>>> <jeffrey.osier-mixon@intel.com> wrote:
>>>>
>>>> Hi Brian, sorry for the delay.
>>>> If you download the poky tarball or use git to grab it and then follow
>>>> the instructions on the quick-start, the tools should build automatically.
>>>>  In a nutshell, try this:
>>>> git clone git://git.yoctoproject.org/poky.git
>>>> cd poky
>>>> . ./oe-core-build-env
>>>> [that should put you into a build directory]
>>>> vi conf/local.conf  [set at least MACHINE, instructions in the file]
>>>> bitbake core-minimal
>>>> I hope this helps!  I'm on IRC as Jefro or available by email, let me
>>>> know if I can help at all.
>>>>
>>>> On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>>>>
>>>>> Thanks for the input Jeff. I have not downloaded the tools yet. I'll
>>>>> probably download the tarball since I don't have much experience with git.
>>>>> I'll set the bbpath in local.conf and uninstall bitbake from the package
>>>>> manager before I do so. I guess building the tools will take care of bitbake
>>>>> and pseudo. Any help with how to build the tools would be appreciated, but
>>>>> no hurry, enjoy the holiday!
>>>>> thnx
>>>>> Brian
>>>>>
>>>>> On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey
>>>>> <jeffrey.osier-mixon@intel.com> wrote:
>>>>>>
>>>>>> Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
>>>>>> standard bitbake from the package manager on your host is not the correct
>>>>>> one. Make sure you have set your environment properly by sourcing the
>>>>>> build-env script, and it should be set correctly.
>>>>>> As Jason says, set BBPATH in your project directory in conf/local.conf
>>>>>> How did you download the tools, tarball or git?  I find it easiest to
>>>>>> do this:
>>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>>> Note that responses may be delayed on a US holiday weekend :)
>>>>>> On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner
>>>>>> <jkridner@beagleboard.org> wrote:
>>>>>>>
>>>>>>> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy <brduffy@gmail.com> wrote:
>>>>>>>> Hi Yocto group. I am new to Yocto. I followed the starters guide and
>>>>>>>> When
>>>>>>>> running bitbake I get some errors. first it complains that pseudo is
>>>>>>>> not
>>>>>>>> available but required, and then it complains that bbpath is not
>>>>>>>> set. What
>>>>>>>> is pseudo?
>>>>>>>
>>>>>>> Google should have helped you with this question:
>>>>>>> http://www.yoctoproject.org/projects/pseudo.
>>>>>>>
>>>>>>> I believe the primary purpose is to be able to create files with root
>>>>>>> ownership without root access.  This is critical for building your
>>>>>>> file system.
>>>>>>>
>>>>>>>> I have sudo installed and setup to work for me, but I don't know
>>>>>>>> what pseudo is. Also, bitbake was not installed on my fresh install
>>>>>>>> of
>>>>>>>> Fedora 15 so I installed it through the package manager.
>>>>>>>
>>>>>>> I doubt you want to do that, but I don't see anything in the
>>>>>>> instructions provided to tell you where to get it either.
>>>>>>>
>>>>>>>> I guess that was
>>>>>>>> not included in the packages from the getting started guide. Where
>>>>>>>> do I set
>>>>>>>> the bbpath?
>>>>>>>
>>>>>>> Did you edit conf/local.conf?
>>>>>>>
>>>>>>>> I followed the getting started guide and replaced the
>>>>>>>> appropriate commands with the ones from Davids blog post for the
>>>>>>>> latest
>>>>>>>> release.
>>>>>>>>
>>>>>>>> thnx
>>>>>>>> Brian
>>>>>>>> --
>>>>>>>> Duff
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> yocto mailing list
>>>>>>>> yocto@yoctoproject.org
>>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> yocto mailing list
>>>>>>> yocto@yoctoproject.org
>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Duff
>>>>
>>>>
>>>>
>>>> --
>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>
>>>
>>>
>>> --
>>> Jeff Osier-Mixon http://jefro.net/blog
>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>
>>
>>
>> --
>> Duff
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-08 16:20                 ` Darren Hart
@ 2011-09-08 16:21                   ` Saul Wold
  2011-09-08 16:22                     ` Darren Hart
  0 siblings, 1 reply; 10+ messages in thread
From: Saul Wold @ 2011-09-08 16:21 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto@yoctoproject.org

On 09/08/2011 09:20 AM, Darren Hart wrote:
> On 09/07/2011 05:41 AM, Jason Kridner wrote:
>> Isn't bitbake supposed to be smart enough to discover and use 'screen'
>> instead now?
>
> It depends on your setting in local.conf
>
> TERMCMD = "${SCREEN_TERMCMD}"
> TERMCMDRUN = "${SCREEN_TERMCMDRUN}"
>
Actually for devshell I think it's OE_TERMINAL="screen", Chris L. was 
going to do a write up on this I think

Sau!

>
> --
> Darren
>
>>
>> On Tue, Sep 6, 2011 at 9:07 PM, Stewart, David C
>> <david.c.stewart@intel.com>  wrote:
>>> Yeah, I ran into the same thing, Brian. Installing xterm is missing from the
>>> quickstart and the beta instructions. Sorry about that.
>>>
>>>
>>> Sent from my Blackberry
>>>
>>> From: Brian Duffy [mailto:brduffy@gmail.com]
>>> Sent: Tuesday, September 06, 2011 04:51 PM
>>> To: Osier-mixon, Jeffrey; yocto@yoctoproject.org<yocto@yoctoproject.org>
>>> Subject: Re: [yocto] Yocto 1.1 Beta Questions
>>>
>>> Okay, so it turns out that I had already downloaded what I needed with the
>>> instructions from the latest blog post for the beta release. It specifically
>>> mentions certain command to replace from the quick start guide. So I went
>>> into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and
>>> that set up my environment variables. When I ran bitbake core-image-minimal
>>> I got an error stating that xterm was not installed. That might be something
>>> to include in the quick start section of things to install first. Anyway, it
>>> seems to be happily building a minimal linux distro for the emulator to run.
>>> I'll let you know if it works out.
>>> thnx
>>> Brian
>>>
>>> On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey
>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>
>>>> One more thing - if you prefer a tarball to git (easier on some corporate
>>>> networks) the process is the same, just un-tar the tarball into a working
>>>> directory and cd into the poky subdir and go from there. The tarball should
>>>> be the latest stable release.
>>>>
>>>> On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey
>>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>>
>>>>> Hi Brian, sorry for the delay.
>>>>> If you download the poky tarball or use git to grab it and then follow
>>>>> the instructions on the quick-start, the tools should build automatically.
>>>>>   In a nutshell, try this:
>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>> cd poky
>>>>> . ./oe-core-build-env
>>>>> [that should put you into a build directory]
>>>>> vi conf/local.conf  [set at least MACHINE, instructions in the file]
>>>>> bitbake core-minimal
>>>>> I hope this helps!  I'm on IRC as Jefro or available by email, let me
>>>>> know if I can help at all.
>>>>>
>>>>> On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy<brduffy@gmail.com>  wrote:
>>>>>>
>>>>>> Thanks for the input Jeff. I have not downloaded the tools yet. I'll
>>>>>> probably download the tarball since I don't have much experience with git.
>>>>>> I'll set the bbpath in local.conf and uninstall bitbake from the package
>>>>>> manager before I do so. I guess building the tools will take care of bitbake
>>>>>> and pseudo. Any help with how to build the tools would be appreciated, but
>>>>>> no hurry, enjoy the holiday!
>>>>>> thnx
>>>>>> Brian
>>>>>>
>>>>>> On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey
>>>>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>>>>
>>>>>>> Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
>>>>>>> standard bitbake from the package manager on your host is not the correct
>>>>>>> one. Make sure you have set your environment properly by sourcing the
>>>>>>> build-env script, and it should be set correctly.
>>>>>>> As Jason says, set BBPATH in your project directory in conf/local.conf
>>>>>>> How did you download the tools, tarball or git?  I find it easiest to
>>>>>>> do this:
>>>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>>>> Note that responses may be delayed on a US holiday weekend :)
>>>>>>> On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner
>>>>>>> <jkridner@beagleboard.org>  wrote:
>>>>>>>>
>>>>>>>> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy<brduffy@gmail.com>  wrote:
>>>>>>>>> Hi Yocto group. I am new to Yocto. I followed the starters guide and
>>>>>>>>> When
>>>>>>>>> running bitbake I get some errors. first it complains that pseudo is
>>>>>>>>> not
>>>>>>>>> available but required, and then it complains that bbpath is not
>>>>>>>>> set. What
>>>>>>>>> is pseudo?
>>>>>>>>
>>>>>>>> Google should have helped you with this question:
>>>>>>>> http://www.yoctoproject.org/projects/pseudo.
>>>>>>>>
>>>>>>>> I believe the primary purpose is to be able to create files with root
>>>>>>>> ownership without root access.  This is critical for building your
>>>>>>>> file system.
>>>>>>>>
>>>>>>>>> I have sudo installed and setup to work for me, but I don't know
>>>>>>>>> what pseudo is. Also, bitbake was not installed on my fresh install
>>>>>>>>> of
>>>>>>>>> Fedora 15 so I installed it through the package manager.
>>>>>>>>
>>>>>>>> I doubt you want to do that, but I don't see anything in the
>>>>>>>> instructions provided to tell you where to get it either.
>>>>>>>>
>>>>>>>>> I guess that was
>>>>>>>>> not included in the packages from the getting started guide. Where
>>>>>>>>> do I set
>>>>>>>>> the bbpath?
>>>>>>>>
>>>>>>>> Did you edit conf/local.conf?
>>>>>>>>
>>>>>>>>> I followed the getting started guide and replaced the
>>>>>>>>> appropriate commands with the ones from Davids blog post for the
>>>>>>>>> latest
>>>>>>>>> release.
>>>>>>>>>
>>>>>>>>> thnx
>>>>>>>>> Brian
>>>>>>>>> --
>>>>>>>>> Duff
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> yocto mailing list
>>>>>>>>> yocto@yoctoproject.org
>>>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>>
>>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> yocto mailing list
>>>>>>>> yocto@yoctoproject.org
>>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Duff
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>
>>>>
>>>>
>>>> --
>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>
>>>
>>>
>>> --
>>> Duff
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto 1.1 Beta Questions
  2011-09-08 16:21                   ` Saul Wold
@ 2011-09-08 16:22                     ` Darren Hart
  0 siblings, 0 replies; 10+ messages in thread
From: Darren Hart @ 2011-09-08 16:22 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto@yoctoproject.org

On 09/08/2011 09:21 AM, Saul Wold wrote:
> On 09/08/2011 09:20 AM, Darren Hart wrote:
>> On 09/07/2011 05:41 AM, Jason Kridner wrote:
>>> Isn't bitbake supposed to be smart enough to discover and use 'screen'
>>> instead now?
>>
>> It depends on your setting in local.conf
>>
>> TERMCMD = "${SCREEN_TERMCMD}"
>> TERMCMDRUN = "${SCREEN_TERMCMDRUN}"
>>
> Actually for devshell I think it's OE_TERMINAL="screen", Chris L. was 
> going to do a write up on this I think

Ah, sorry, I missed that bit of context.

--
Darren

> 
> Sau!
> 
>>
>> --
>> Darren
>>
>>>
>>> On Tue, Sep 6, 2011 at 9:07 PM, Stewart, David C
>>> <david.c.stewart@intel.com>  wrote:
>>>> Yeah, I ran into the same thing, Brian. Installing xterm is missing from the
>>>> quickstart and the beta instructions. Sorry about that.
>>>>
>>>>
>>>> Sent from my Blackberry
>>>>
>>>> From: Brian Duffy [mailto:brduffy@gmail.com]
>>>> Sent: Tuesday, September 06, 2011 04:51 PM
>>>> To: Osier-mixon, Jeffrey; yocto@yoctoproject.org<yocto@yoctoproject.org>
>>>> Subject: Re: [yocto] Yocto 1.1 Beta Questions
>>>>
>>>> Okay, so it turns out that I had already downloaded what I needed with the
>>>> instructions from the latest blog post for the beta release. It specifically
>>>> mentions certain command to replace from the quick start guide. So I went
>>>> into the "oe-beta" directory and ran . ./oe-init-build-env ~/my-build and
>>>> that set up my environment variables. When I ran bitbake core-image-minimal
>>>> I got an error stating that xterm was not installed. That might be something
>>>> to include in the quick start section of things to install first. Anyway, it
>>>> seems to be happily building a minimal linux distro for the emulator to run.
>>>> I'll let you know if it works out.
>>>> thnx
>>>> Brian
>>>>
>>>> On Tue, Sep 6, 2011 at 3:28 PM, Osier-mixon, Jeffrey
>>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>>
>>>>> One more thing - if you prefer a tarball to git (easier on some corporate
>>>>> networks) the process is the same, just un-tar the tarball into a working
>>>>> directory and cd into the poky subdir and go from there. The tarball should
>>>>> be the latest stable release.
>>>>>
>>>>> On Tue, Sep 6, 2011 at 12:27 PM, Osier-mixon, Jeffrey
>>>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>>>
>>>>>> Hi Brian, sorry for the delay.
>>>>>> If you download the poky tarball or use git to grab it and then follow
>>>>>> the instructions on the quick-start, the tools should build automatically.
>>>>>>   In a nutshell, try this:
>>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>>> cd poky
>>>>>> . ./oe-core-build-env
>>>>>> [that should put you into a build directory]
>>>>>> vi conf/local.conf  [set at least MACHINE, instructions in the file]
>>>>>> bitbake core-minimal
>>>>>> I hope this helps!  I'm on IRC as Jefro or available by email, let me
>>>>>> know if I can help at all.
>>>>>>
>>>>>> On Sat, Sep 3, 2011 at 5:52 PM, Brian Duffy<brduffy@gmail.com>  wrote:
>>>>>>>
>>>>>>> Thanks for the input Jeff. I have not downloaded the tools yet. I'll
>>>>>>> probably download the tarball since I don't have much experience with git.
>>>>>>> I'll set the bbpath in local.conf and uninstall bitbake from the package
>>>>>>> manager before I do so. I guess building the tools will take care of bitbake
>>>>>>> and pseudo. Any help with how to build the tools would be appreciated, but
>>>>>>> no hurry, enjoy the holiday!
>>>>>>> thnx
>>>>>>> Brian
>>>>>>>
>>>>>>> On Sat, Sep 3, 2011 at 5:50 PM, Osier-mixon, Jeffrey
>>>>>>> <jeffrey.osier-mixon@intel.com>  wrote:
>>>>>>>>
>>>>>>>> Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The
>>>>>>>> standard bitbake from the package manager on your host is not the correct
>>>>>>>> one. Make sure you have set your environment properly by sourcing the
>>>>>>>> build-env script, and it should be set correctly.
>>>>>>>> As Jason says, set BBPATH in your project directory in conf/local.conf
>>>>>>>> How did you download the tools, tarball or git?  I find it easiest to
>>>>>>>> do this:
>>>>>>>> git clone git://git.yoctoproject.org/poky.git
>>>>>>>> Note that responses may be delayed on a US holiday weekend :)
>>>>>>>> On Sat, Sep 3, 2011 at 1:48 PM, Jason Kridner
>>>>>>>> <jkridner@beagleboard.org>  wrote:
>>>>>>>>>
>>>>>>>>> On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy<brduffy@gmail.com>  wrote:
>>>>>>>>>> Hi Yocto group. I am new to Yocto. I followed the starters guide and
>>>>>>>>>> When
>>>>>>>>>> running bitbake I get some errors. first it complains that pseudo is
>>>>>>>>>> not
>>>>>>>>>> available but required, and then it complains that bbpath is not
>>>>>>>>>> set. What
>>>>>>>>>> is pseudo?
>>>>>>>>>
>>>>>>>>> Google should have helped you with this question:
>>>>>>>>> http://www.yoctoproject.org/projects/pseudo.
>>>>>>>>>
>>>>>>>>> I believe the primary purpose is to be able to create files with root
>>>>>>>>> ownership without root access.  This is critical for building your
>>>>>>>>> file system.
>>>>>>>>>
>>>>>>>>>> I have sudo installed and setup to work for me, but I don't know
>>>>>>>>>> what pseudo is. Also, bitbake was not installed on my fresh install
>>>>>>>>>> of
>>>>>>>>>> Fedora 15 so I installed it through the package manager.
>>>>>>>>>
>>>>>>>>> I doubt you want to do that, but I don't see anything in the
>>>>>>>>> instructions provided to tell you where to get it either.
>>>>>>>>>
>>>>>>>>>> I guess that was
>>>>>>>>>> not included in the packages from the getting started guide. Where
>>>>>>>>>> do I set
>>>>>>>>>> the bbpath?
>>>>>>>>>
>>>>>>>>> Did you edit conf/local.conf?
>>>>>>>>>
>>>>>>>>>> I followed the getting started guide and replaced the
>>>>>>>>>> appropriate commands with the ones from Davids blog post for the
>>>>>>>>>> latest
>>>>>>>>>> release.
>>>>>>>>>>
>>>>>>>>>> thnx
>>>>>>>>>> Brian
>>>>>>>>>> --
>>>>>>>>>> Duff
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> yocto mailing list
>>>>>>>>>> yocto@yoctoproject.org
>>>>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> yocto mailing list
>>>>>>>>> yocto@yoctoproject.org
>>>>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Duff
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Jeff Osier-Mixon http://jefro.net/blog
>>>>> Yocto Project Community Manager @Intel http://yoctoproject.org
>>>>
>>>>
>>>>
>>>> --
>>>> Duff
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-09-08 16:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03 18:43 Yocto 1.1 Beta Questions Brian Duffy
2011-09-03 20:48 ` Jason Kridner
2011-09-03 21:50   ` Osier-mixon, Jeffrey
     [not found]     ` <CAHrDPkq0zoJHV1uhyT=6WSP3XX5_OqLg=-FN0OfVpdCpSu7U9g@mail.gmail.com>
     [not found]       ` <CALZ2gZU_bd2Gh-JQH5g+vHOnUQ9S7YdP=VbDNC4trFq+Yt-Qaw@mail.gmail.com>
     [not found]         ` <CALZ2gZU-3OzD74P2HNnCr4nYj7w7WOVMHXbJ41-GRzUEJYFBLw@mail.gmail.com>
2011-09-06 23:51           ` Brian Duffy
2011-09-07  1:07             ` Stewart, David C
2011-09-07 12:41               ` Jason Kridner
2011-09-08 16:20                 ` Darren Hart
2011-09-08 16:21                   ` Saul Wold
2011-09-08 16:22                     ` Darren Hart
2011-09-03 21:51 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.