All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbaking error with hello world recipe
@ 2013-03-19  2:11 Sudhangathan B S
  2013-03-19  5:29 ` ChenQi
  0 siblings, 1 reply; 2+ messages in thread
From: Sudhangathan B S @ 2013-03-19  2:11 UTC (permalink / raw)
  To: yocto

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

Hello, I'm new to oe and yocto project..

I simply created my own meta-dese layer, added it in layers.conf

*This is the structure of meta-dese folder:*
*
*
suan@edcn400:~/pokybuilds$ ls -R /home/suan/poky/meta-dese/
/home/suan/poky/meta-dese/:
conf  recipes-dese

/home/suan/poky/meta-dese/conf:
layer.conf

/home/suan/poky/meta-dese/recipes-dese:
files  hello-1.0.bb

/home/suan/poky/meta-dese/recipes-dese/files:
hello.c
suan@edcn400:~/pokybuilds$


*I have quoted the output here:*
*
*
suan@edcn400:~/pokybuilds$ bitbake core-image-minimal
Loading cache: 100%
|###################################################################################################################################|
ETA:  00:00:00
Loaded 1118 entries from dependency cache.
WARNING: No bb files matched BBFILE_PATTERN_dese
'^/home/suan/poky/meta-dese/'

Build Configuration:
BB_VERSION        = "1.17.1"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "qemuarm"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130319"
TUNE_FEATURES     = "armv5 thumb dsp"
TARGET_FPU        = "soft"
meta
meta-yocto
meta-yocto-bsp
meta-dese         = "master:164a4cb2fc64e76836182ad2d412343a7b26b964"

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'hello' (but
/home/suan/poky/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on
or otherwise requires it)
NOTE: Runtime target 'hello' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['hello']
ERROR: Required build target 'core-image-minimal' has no buildable
providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'hello']

Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
suan@edcn400:~/pokybuilds$

How can I proceed from here..??
---------------------------------
Sudhangathan BS
Ph:(+91) 9731-905-205
---------------------------------

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

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

* Re: bitbaking error with hello world recipe
  2013-03-19  2:11 bitbaking error with hello world recipe Sudhangathan B S
@ 2013-03-19  5:29 ` ChenQi
  0 siblings, 0 replies; 2+ messages in thread
From: ChenQi @ 2013-03-19  5:29 UTC (permalink / raw)
  To: yocto

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

On 03/19/2013 10:11 AM, Sudhangathan B S wrote:
> Hello, I'm new to oe and yocto project..
>
> I simply created my own meta-dese layer, added it in layers.conf
>
> *This is the structure of meta-dese folder:*
> *
> *
> suan@edcn400:~/pokybuilds$ ls -R /home/suan/poky/meta-dese/
> /home/suan/poky/meta-dese/:
> conf  recipes-dese
>
> /home/suan/poky/meta-dese/conf:
> layer.conf
>
> /home/suan/poky/meta-dese/recipes-dese:
> files hello-1.0.bb <http://hello-1.0.bb>
>
try renaming it to hello_1.0.bb

> /home/suan/poky/meta-dese/recipes-dese/files:
> hello.c
> suan@edcn400:~/pokybuilds$
>
>
> *I have quoted the output here:*
> *
> *
> suan@edcn400:~/pokybuilds$ bitbake core-image-minimal
> Loading cache: 100% 
> |###################################################################################################################################| 
> ETA:  00:00:00
> Loaded 1118 entries from dependency cache.
> WARNING: No bb files matched BBFILE_PATTERN_dese 
> '^/home/suan/poky/meta-dese/'
>
> Build Configuration:
> BB_VERSION        = "1.17.1"
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Ubuntu-12.04"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "qemuarm"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.3+snapshot-20130319"
> TUNE_FEATURES     = "armv5 thumb dsp"
> TARGET_FPU        = "soft"
> meta
> meta-yocto
> meta-yocto-bsp
> meta-dese         = "master:164a4cb2fc64e76836182ad2d412343a7b26b964"
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'hello' (but 
> /home/suan/poky/meta/recipes-core/images/core-image-minimal.bb 
> <http://core-image-minimal.bb> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'hello' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['hello']
> ERROR: Required build target 'core-image-minimal' has no buildable 
> providers.
> Missing or unbuildable dependency chain was: ['core-image-minimal', 
> 'hello']
>
> Summary: There was 1 WARNING message shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit 
> code.
> suan@edcn400:~/pokybuilds$
>
> How can I proceed from here..??
> ---------------------------------
> Sudhangathan BS
> Ph:(+91) 9731-905-205
> ---------------------------------
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

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

end of thread, other threads:[~2013-03-19  5:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19  2:11 bitbaking error with hello world recipe Sudhangathan B S
2013-03-19  5:29 ` ChenQi

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.