From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3C71FE01410 for ; Mon, 18 Mar 2013 22:29:30 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r2J5TTLt027630 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 18 Mar 2013 22:29:29 -0700 (PDT) Received: from [128.224.163.154] (128.224.163.154) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.342.3; Mon, 18 Mar 2013 22:29:29 -0700 Message-ID: <5147F7BC.4060503@windriver.com> Date: Tue, 19 Mar 2013 13:29:32 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.163.154] Subject: Re: bitbaking error with hello world recipe X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 05:29:30 -0000 Content-Type: multipart/alternative; boundary="------------060704080104060904090204" --------------060704080104060904090204 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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 > 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 > 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 --------------060704080104060904090204 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
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

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 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

--------------060704080104060904090204--