* Problem using "bitbake"
@ 2009-12-08 15:49 saleh usman
2009-12-08 15:54 ` Gary Thomas
0 siblings, 1 reply; 11+ messages in thread
From: saleh usman @ 2009-12-08 15:49 UTC (permalink / raw)
To: Openembedded Discussion
Hello
I am trying to build "helloworld_image" given in openembedded recipes/images directory but the following error is occuring. Please help me in diagnosing the pr0blem and moving forward.
[saleh@localhost build]$ bitbake helloworld_image
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
NOTE: Cache is clean, not saving.
ERROR: Nothing PROVIDES 'helloword_image'
Regards
Saleh Usman
_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Problem using "bitbake"
2009-12-08 15:49 Problem using "bitbake" saleh usman
@ 2009-12-08 15:54 ` Gary Thomas
2009-12-08 16:21 ` Chris Larson
0 siblings, 1 reply; 11+ messages in thread
From: Gary Thomas @ 2009-12-08 15:54 UTC (permalink / raw)
To: openembedded-devel; +Cc: saleh usman
On 12/08/2009 08:49 AM, saleh usman wrote:
>
> Hello
>
> I am trying to build "helloworld_image" given in openembedded recipes/images directory but the following error is occuring. Please help me in diagnosing the pr0blem and moving forward.
>
>
> [saleh@localhost build]$ bitbake helloworld_image
>
> NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
> NOTE: Cache is clean, not saving.
> ERROR: Nothing PROVIDES 'helloword_image'
Try 'bitbake helloworld-image' (dash, not underscore)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Problem using "bitbake"
2009-12-08 15:54 ` Gary Thomas
@ 2009-12-08 16:21 ` Chris Larson
2009-12-10 15:00 ` saleh usman
0 siblings, 1 reply; 11+ messages in thread
From: Chris Larson @ 2009-12-08 16:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: saleh usman
On Tue, Dec 8, 2009 at 8:54 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 12/08/2009 08:49 AM, saleh usman wrote:
>
>>
>> Hello
>>
>> I am trying to build "helloworld_image" given in openembedded
>> recipes/images directory but the following error is occuring. Please help me
>> in diagnosing the pr0blem and moving forward.
>>
>>
>> [saleh@localhost build]$ bitbake helloworld_image
>>
>> NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
>> NOTE: Cache is clean, not saving.
>> ERROR: Nothing PROVIDES 'helloword_image'
>>
>
> Try 'bitbake helloworld-image' (dash, not underscore)
>
>
The 0 cached, 0 parsed, 0 skipped, 0 masked from the parse implies that
BBFILES was not set correctly, or at all.
--
Chris Larson
clarson at kergoth dot com
clarson at mvista dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Software Engineer
MontaVista Software, Inc.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Problem using "bitbake"
2009-12-08 16:21 ` Chris Larson
@ 2009-12-10 15:00 ` saleh usman
2009-12-10 15:02 ` Chris Larson
0 siblings, 1 reply; 11+ messages in thread
From: saleh usman @ 2009-12-10 15:00 UTC (permalink / raw)
To: clarson, Openembedded Discussion
I've set BBFILES in the local.conf file as
BBFILES = "${oe}/openembedded/recipes/images/helloworld-image.bb"
where oe is directory in which openembedded is placed. I've also tried helloworld-image.But it returned same messages.
I am just following the isntructions of Getting Started page and using helloworld-image given in the openembedded/recipes/images directory.
Terminal window was like this
[saleh@localhost build]$ bitbake helloworld-image
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
NOTE: Cache is clean, not saving.
ERROR: Nothing PROVIDES 'helloworld-image'
From: clarson@kergoth.com
Date: Tue, 8 Dec 2009 09:21:04 -0700
Subject: Re: [oe] Problem using "bitbake"
To: openembedded-devel@lists.openembedded.org
CC: salehusman@hotmail.com
On Tue, Dec 8, 2009 at 8:54 AM, Gary Thomas <gary@mlbassoc.com> wrote:
On 12/08/2009 08:49 AM, saleh usman wrote:
Hello
I am trying to build "helloworld_image" given in openembedded recipes/images directory but the following error is occuring. Please help me in diagnosing the pr0blem and moving forward.
[saleh@localhost build]$ bitbake helloworld_image
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
NOTE: Cache is clean, not saving.
ERROR: Nothing PROVIDES 'helloword_image'
Try 'bitbake helloworld-image' (dash, not underscore)
The 0 cached, 0 parsed, 0 skipped, 0 masked from the parse implies that BBFILES was not set correctly, or at all.
--
Chris Larson
clarson at kergoth dot com
clarson at mvista dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Software Engineer
MontaVista Software, Inc.
_________________________________________________________________
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Problem using "bitbake"
2009-12-10 15:00 ` saleh usman
@ 2009-12-10 15:02 ` Chris Larson
2009-12-11 14:32 ` saleh usman
0 siblings, 1 reply; 11+ messages in thread
From: Chris Larson @ 2009-12-10 15:02 UTC (permalink / raw)
To: saleh usman; +Cc: Openembedded Discussion
If that's a copy/pasted line, you're referencing an 'oe' variable, likely
set in your environment? Is it exported? Did you add it to the bitbake
environment whitelist? Run bitbake -e | grep \^BBFILES, and see what it
*really* ends up set to.
On Thu, Dec 10, 2009 at 8:00 AM, saleh usman <salehusman@hotmail.com> wrote:
> I've set BBFILES in the local.conf file as
> *BBFILES = "${oe}/openembedded/recipes/images/helloworld-image.bb"
> *where *oe *is directory in which openembedded is placed. I've also tried
> helloworld-image.But it returned same messages.
>
> I am just following the isntructions of *Getting Started* page and using *
> helloworld-image* given in the openembedded/recipes/images directory.
>
>
> Terminal window was like this
>
>
> [saleh@localhost build]$ bitbake helloworld-image
>
>
> NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
> NOTE: Cache is clean, not saving.
> ERROR: Nothing PROVIDES 'helloworld-image'
>
>
> ------------------------------
> From: clarson@kergoth.com
> Date: Tue, 8 Dec 2009 09:21:04 -0700
> Subject: Re: [oe] Problem using "bitbake"
> To: openembedded-devel@lists.openembedded.org
> CC: salehusman@hotmail.com
>
>
>
>
> On Tue, Dec 8, 2009 at 8:54 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>
> On 12/08/2009 08:49 AM, saleh usman wrote:
>
>
> Hello
>
> I am trying to build "helloworld_image" given in openembedded
> recipes/images directory but the following error is occuring. Please help me
> in diagnosing the pr0blem and moving forward.
>
>
> [saleh@localhost build]$ bitbake helloworld_image
>
> NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
> NOTE: Cache is clean, not saving.
> ERROR: Nothing PROVIDES 'helloword_image'
>
>
> Try 'bitbake helloworld-image' (dash, not underscore)
>
>
> The 0 cached, 0 parsed, 0 skipped, 0 masked from the parse implies that
> BBFILES was not set correctly, or at all.
> --
> Chris Larson
> clarson at kergoth dot com
> clarson at mvista dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Software Engineer
> MontaVista Software, Inc.
>
> ------------------------------
> Keep your friends updated— even when you’re not signed in.<http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010>
>
--
Chris Larson
clarson at kergoth dot com
clarson at mvista dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Software Engineer
MontaVista Software, Inc.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Problem using "bitbake"
2009-12-10 15:02 ` Chris Larson
@ 2009-12-11 14:32 ` saleh usman
2009-12-13 15:01 ` Przemyslaw Wesolek
0 siblings, 1 reply; 11+ messages in thread
From: saleh usman @ 2009-12-11 14:32 UTC (permalink / raw)
To: Openembedded Charis Larson, Openembedded Discussion
Oh sorry,I've missed to set oe.Thanks a lot for guidance.
Now it is showing a different kind of error in terminal window as below.Where to find these missing dependencies?
[saleh@localhost build]$ bitbake helloworld-image
NOTE: Handling BitBake files: | (0001/0001) [100 %]
NOTE: Parsing finished. 0 cached, 1 parsed, 0 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
ERROR: Required build target 'helloworld-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['helloworld-image', 'shasum-native']
I am building this image for an embedded platform which has an ARM 9 processor and linux has been ported and running on it.But our board doesn't support gcc.What else I need to run this om my board.
From: clarson@kergoth.com
Date: Thu, 10 Dec 2009 08:02:27 -0700
Subject: Re: [oe] Problem using "bitbake"
To: salehusman@hotmail.com
CC: openembedded-devel@lists.openembedded.org
If that's a copy/pasted line, you're referencing an 'oe' variable, likely set in your environment? Is it exported? Did you add it to the bitbake environment whitelist? Run bitbake -e | grep \^BBFILES, and see what it *really* ends up set to.
On Thu, Dec 10, 2009 at 8:00 AM, saleh usman <salehusman@hotmail.com> wrote:
I've set BBFILES in the local.conf file as
BBFILES = "${oe}/openembedded/recipes/images/helloworld-image.bb"
where oe is directory in which openembedded is placed. I've also tried helloworld-image.But it returned same messages.
I am just following the isntructions of Getting Started page and using helloworld-image given in the openembedded/recipes/images directory.
Terminal window was like this
[saleh@localhost build]$ bitbake helloworld-image
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
NOTE: Cache is clean, not saving.
ERROR: Nothing PROVIDES 'helloworld-image'
From: clarson@kergoth.com
Date: Tue, 8 Dec 2009 09:21:04 -0700
Subject: Re: [oe] Problem using "bitbake"
To: openembedded-devel@lists.openembedded.org
CC: salehusman@hotmail.com
On Tue, Dec 8, 2009 at 8:54 AM, Gary Thomas <gary@mlbassoc.com> wrote:
On 12/08/2009 08:49 AM, saleh usman wrote:
Hello
I am trying to build "helloworld_image" given in openembedded recipes/images directory but the following error is occuring. Please help me in diagnosing the pr0blem and moving forward.
[saleh@localhost build]$ bitbake helloworld_image
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
NOTE: Cache is clean, not saving.
ERROR: Nothing PROVIDES 'helloword_image'
Try 'bitbake helloworld-image' (dash, not underscore)
The 0 cached, 0 parsed, 0 skipped, 0 masked from the parse implies that BBFILES was not set correctly, or at all.
--
Chris Larson
clarson at kergoth dot com
clarson at mvista dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Software Engineer
MontaVista Software, Inc.
Keep your friends updated— even when you’re not signed in.
--
Chris Larson
clarson at kergoth dot com
clarson at mvista dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Software Engineer
MontaVista Software, Inc.
_________________________________________________________________
Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Problem using "bitbake"
2009-12-11 14:32 ` saleh usman
@ 2009-12-13 15:01 ` Przemyslaw Wesolek
0 siblings, 0 replies; 11+ messages in thread
From: Przemyslaw Wesolek @ 2009-12-13 15:01 UTC (permalink / raw)
To: openembedded-devel
saleh usman wrote:
> Oh sorry,I've missed to set oe.Thanks a lot for guidance.
> Now it is showing a different kind of error in terminal window as
> below.Where to find these missing dependencies?
>
> [saleh@localhost build]$ bitbake helloworld-image
> NOTE: Handling BitBake files: | (0001/0001) [100 %]
> NOTE: Parsing finished. 0 cached, 1 parsed, 0 skipped, 0 masked.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Required build target 'helloworld-image' has no buildable providers.
> Missing or unbuildable dependency chain was: ['helloworld-image', 'shasum-native']
Still wrong BBFILES... Please, read Getting Started carefully. The
pattern for BBFILES is clearly written there:
BBFILES = "/stuff/openembedded/recipes/*/*.bb"
You need "stars" to let bitbake load all (a few thousand) .bb files and
resolve dependencies.
Przemek
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Problem using "bitbake"
@ 2009-12-13 17:19 saleh usman
2009-12-13 18:27 ` Przemyslaw Wesolek
0 siblings, 1 reply; 11+ messages in thread
From: saleh usman @ 2009-12-13 17:19 UTC (permalink / raw)
To: Openembedded Discussion
If I'll use "stars" where to specify image for which bitbake will build.
_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on Facebook.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Problem using "bitbake"
@ 2009-12-14 14:49 saleh usman
2009-12-15 19:57 ` Przemyslaw Wesolek
0 siblings, 1 reply; 11+ messages in thread
From: saleh usman @ 2009-12-14 14:49 UTC (permalink / raw)
To: Openembedded Discussion, Openembedded Charis Larson,
przemyslaw.wesolek
Now the lockfile path is not existing .How to remove this error. Plz help me to
move forward.Terminal window is looking like this.
bitbake helloworld-image
NOTE: Handling BitBake files: \ (1324/7634) [17 %]NOTE: Angstrom DOES NOT
support libiconv because the glibc builtin iconv replacement is used
NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv
replacement is used
NOTE: Handling BitBake files: \ (2305/7634) [30 %]NOTE: Angstrom DOES NOT
support bluez-libs because bluez-libs 3.x has been replaced by bluez4
NOTE: Handling BitBake files: | (2307/7634) [30 %]NOTE: Angstrom DOES NOT
support bluez-libs because bluez-libs 3.x has been replaced by bluez4
NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been
replaced by bluez4
NOTE: Handling BitBake files: / (2320/7634) [30 %]NOTE: Angstrom DOES NOT
support bluez-libs because bluez-libs 3.x has been replaced by bluez4
NOTE: Handling BitBake files: | (2325/7634) [30 %]NOTE: Angstrom DOES NOT
support bluez-utils because bluez-utils 3.x has been replaced by bluez4
NOTE: Handling BitBake files: - (7634/7634) [100 %]
NOTE: Parsing finished. 0 cached, 7348 parsed, 286 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 736 (ID: 19,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_setscene)
NOTE: Running task 2 of 736 (ID: 20,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_fetch)
NOTE: Running task 3 of 736 (ID: 21,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_unpack)
NOTE: Unpacking ../openembedded/recipes/shasum/files/main.c to
tmp/work/i686-linux/shasum-native-1.0-r1/
NOTE: Unpacking ../openembedded/recipes/shasum/files/mhash_sha256.h to
tmp/work/i686-linux/shasum-native-1.0-r1/
NOTE: Unpacking ../openembedded/recipes/shasum/files/sha256.c to
tmp/work/i686-linux/shasum-native-1.0-r1/
NOTE: Running task 4 of 736 (ID: 22,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_patch)
NOTE: Running task 5 of 736 (ID: 23,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_configure)
NOTE: Running task 6 of 736 (ID: 24,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_qa_configure)
NOTE: Running task 7 of 736 (ID: 25,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_compile)
NOTE: Running task 8 of 736 (ID: 26,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_install)
NOTE: Running task 9 of 736 (ID: 27,
/oe/openembedded/recipes/shasum/shasum-native.bb, do_populate_staging)
NOTE: Legacy staging mode for /oe/openembedded/recipes/shasum/shasum-native.bb
NOTE: Running task 10 of 736 (ID: 280,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_setscene)
NOTE: Running task 11 of 736 (ID: 281,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_fetch)
NOTE: Running task 12 of 736 (ID: 282,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_unpack)
NOTE: Unpacking ../openembedded/recipes/stage-manager/files/stage-manager to
tmp/work/i686-linux/stagemanager-native-0.0.1-r11/
NOTE: Unpacking ../openembedded/recipes/stage-manager/files/stage-manager-ipkg
to tmp/work/i686-linux/stagemanager-native-0.0.1-r11/
NOTE: Unpacking
../openembedded/recipes/stage-manager/files/stage-manager-ipkg-build to
tmp/work/i686-linux/stagemanager-native-0.0.1-r11/
NOTE: Running task 13 of 736 (ID: 283,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_patch)
NOTE: Running task 14 of 736 (ID: 284,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_configure)
NOTE: Running task 15 of 736 (ID: 285,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb,
do_qa_configure)
NOTE: Running task 16 of 736 (ID: 286,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_compile)
NOTE: Running task 17 of 736 (ID: 287,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb, do_install)
NOTE: Running task 18 of 736 (ID: 288,
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb,
do_populate_staging)
NOTE: Legacy staging mode for
/oe/openembedded/recipes/stage-manager/stagemanager-native_0.0.1.bb
NOTE: Running task 19 of 736 (ID: 110,
/oe/openembedded/recipes/coreutils/coreutils-native_7.2.bb, do_setscene)
NOTE: Running task 20 of 736 (ID: 111,
/oe/openembedded/recipes/coreutils/coreutils-native_7.2.bb, do_fetch)
ERROR: Error, lockfile path does not exist!: ${oe}/sources
NOTE: Task failed: Unknown fetch Error: 1
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/coreutils/coreutils-native_7.2.bb
do_fetch failed
ERROR: Task 111 (/oe/openembedded/recipes/coreutils/coreutils-native_7.2.bb,
do_fetch) failed
NOTE: Tasks Summary: Attempted 19 tasks of which 0 didn't need to be rerun and 1
failed.
ERROR: '/oe/openembedded/recipes/coreutils/coreutils-native_7.2.bb' failed
Regards
Saleh Usman
rzemyslaw Wesolek <przemyslaw.wesolek <at> cs.put.poznan.pl> writes:
>
> saleh usman wrote:
> > If I'll use "stars" where to specify image for which bitbake will build.
>
> As usually, as the argument to bitbake command.
>
> The stars in BBFILES are replacement for path parts. Just use the
> correct prefix instead of "/stuff/openembedded/" and run 'bitbake
> helloworld-image'.
>
> Przemek
>
_________________________________________________________________
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-12-15 19:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 15:49 Problem using "bitbake" saleh usman
2009-12-08 15:54 ` Gary Thomas
2009-12-08 16:21 ` Chris Larson
2009-12-10 15:00 ` saleh usman
2009-12-10 15:02 ` Chris Larson
2009-12-11 14:32 ` saleh usman
2009-12-13 15:01 ` Przemyslaw Wesolek
-- strict thread matches above, loose matches on Subject: below --
2009-12-13 17:19 saleh usman
2009-12-13 18:27 ` Przemyslaw Wesolek
2009-12-14 14:49 saleh usman
2009-12-15 19:57 ` Przemyslaw Wesolek
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.