From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 749 seconds by postgrey-1.34 at layers.openembedded.org; Sat, 21 Jun 2014 12:39:05 UTC Received: from f4mail-83-123.rediffmail.com (unknown [203.199.83.123]) by mail.openembedded.org (Postfix) with ESMTP id 999B465E05 for ; Sat, 21 Jun 2014 12:39:05 +0000 (UTC) Received: from rediffmail.com (unknown [10.50.250.70]) by f4mail-83-121.rediffmail.com (Postfix) with SMTP id 4F10230826A3 for ; Sat, 21 Jun 2014 17:48:32 +0530 (IST) Received: (qmail 19524 invoked by uid 510); 21 Jun 2014 12:26:16 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=redf; d=rediffmail.com; b=B632LEdpBBKMNsY3SrlInp1SeddL+rZ5hTfkqSpDTDkDwj2pY2W+ZrsfMq88BpyZYWhQKPWS3NUYIbYZDNiy8m8bpr+xIEob8fwnic14MvKBCHYHBHoCSPA3XoIvs1LAZ9239+bevmmmW+FsvmbBnmSt7xlZPCf1nBrQMg8BWgY= ; x-m-msg: asd54ad564ad7aa6sd5as6d5; a6da7d6asas6dasd77; 5dad65ad5sd; X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: : 0 X-CTCH-RefID: str=0001.0A160205.53A579E8.00B3, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-REDF-OSEN: pandey_himanshu80@rediffmail.com Date: 21 Jun 2014 12:26:16 -0000 Message-ID: <20140621122616.19509.qmail@f4mail-235-223.rediffmail.com> MIME-Version: 1.0 To: "bitbake-devel@lists.openembedded.org" Received: from unknown 122.177.232.157 by rediffmail.com via HTTP; 21 Jun 2014 12:26:16 -0000 Sender: pandey_himanshu80@rediffmail.com From: "Himanshu Pandey" Subject: Hi X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 12:39:13 -0000 Content-Type: multipart/alternative; boundary="=_7796f35a9f327c249d7493dbfa80684e" --=_7796f35a9f327c249d7493dbfa80684e Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Hi, I have a requirement that once the .tar.bz2 is created I want my shell script to be executed finally.  So where do I have to add this? So what I have to do in order to achieve this.   Regards,Himanshu Pandey --=_7796f35a9f327c249d7493dbfa80684e Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="UTF-8"
Hi,

I have a requirement that once the .tar.b= z2 is created I want my shell script to be executed finally. 

So where do I have to add this?

S= o what I have to do in order to achieve this.  

Regards,
Himanshu Pandey

Get your own FREE website, FREE domain & FREE mobile app with Company email= .  
Know More >
--=_7796f35a9f327c249d7493dbfa80684e-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 3895A6FD34 for ; Sat, 21 Jun 2014 13:13:08 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s5LDD9nQ019471 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 21 Jun 2014 06:13:09 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Sat, 21 Jun 2014 06:13:08 -0700 Message-ID: <53A584E3.3010508@windriver.com> Date: Sat, 21 Jun 2014 21:13:07 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Himanshu Pandey , Patches and discussions about the oe-core layer References: <20140621122616.19509.qmail@f4mail-235-223.rediffmail.com> In-Reply-To: <20140621122616.19509.qmail@f4mail-235-223.rediffmail.com> Subject: Re: [bitbake-devel] Hi X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 13:13:09 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hello, I think that this email should go into oe-core mailing list (see the CC). You can refer to: oe-core/meta/classes/image_types.bbclass: IMAGE_CMD_tar = "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C ${IMAGE_ROOTFS} ." COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" I think that you can add something like the following to your recipe: COMPRESS_CMD_bz2_append () { } Then the script would run after the .tar.bz2 is created. // Robert On 06/21/2014 08:26 PM, Himanshu Pandey wrote: > Hi, > > I have a requirement that once the .tar.bz2 is created I want my shell script to > be executed finally. > > So where do I have to add this? > > So what I have to do in order to achieve this. > > Regards, > Himanshu Pandey > > > Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company email. > *Know More >* > > > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rediffmail.com (unknown [202.137.235.213]) by mail.openembedded.org (Postfix) with SMTP id 78C62601A8 for ; Wed, 25 Jun 2014 09:24:08 +0000 (UTC) Received: (qmail 2719 invoked by uid 510); 25 Jun 2014 09:23:55 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=redf; d=rediffmail.com; b=d9SJTZSjVoscDY3JG2+uPhVogqCnoCq9D5QTxsX3eahOGi+OJrGQ3cb1ehCjRnN4ZsBZZr1UpII8yA073W6Pa31PokXqv+bPmpLTrYhD4Ui8IhJTlRVjLZdVB3yuTz0lTHfEhoBWtqNlCM9gwuYhh5aPvG2XsmaiKBtatK5syjg= ; x-m-msg: asd54ad564ad7aa6sd5as6d5; a6da7d6asas6dasd77; 5dad65ad5sd; X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: : 0 X-CTCH-RefID: str=0001.0A160204.53AA952B.0170, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-REDF-OSEN: pandey_himanshu80@rediffmail.com Date: 25 Jun 2014 09:23:55 -0000 MIME-Version: 1.0 To: "Robert Yang " , "openembedded-core@lists.openembedded.org" Received: from unknown 103.25.205.2 by rediffmail.com via HTTP; 25 Jun 2014 09:23:55 -0000 Message-ID: <1403356395.S.2910.26443.H.TlJvYmVydCBZYW5nAFJlOiBbYml0YmFrZS1kZXZlbF0gSGk_.RU.rfs303, rfs303, 637, 244.f4-235-248.old.replied.1403688235.2532@webmail.rediffmail.com> Sender: pandey_himanshu80@rediffmail.com From: "Himanshu Pandey" Subject: Re: [bitbake-devel] Hi X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 09:24:14 -0000 Content-Type: multipart/alternative; boundary="=_56870cf8ea187a0d571c7c5e40f1dfd5" --=_56870cf8ea187a0d571c7c5e40f1dfd5 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang <liezhi.yang@windriver.com> Sent: Sat, 21 Jun 2014 18:43:15 To: Himanshu Pandey <pandey_himanshu80@rediffmail.com>, Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> Subject: Re: [bitbake-devel] Hi Hello, I think that this email should go into oe-core mailing list (see the CC). You can refer to: oe-core/meta/classes/image_types.bbclass: IMAGE_CMD_tar = "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C ${IMAGE_ROOTFS} ." COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" I think that you can add something like the following to your recipe: COMPRESS_CMD_bz2_append () {    <your shell script> } Then the script would run after the .tar.bz2 is created. // Robert On 06/21/2014 08:26 PM, Himanshu Pandey wrote: > Hi, > > I have a requirement that once the .tar.bz2 is created I want my shell script to > be executed finally. > > So where do I have to add this? > > So what I have to do in order to achieve this. > > Regards, > Himanshu Pandey > > <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?> > Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company email. >    *Know More >* > <http://track.rediff.com/click?url=___http://businessemail.rediff.com/email-ids-for-companies-with-less-than-50-employees?sc_cid=sign-1-10-13___&cmp=host&lnk=sign-1-10-13&nsrv1=host> > > > --=_56870cf8ea187a0d571c7c5e40f1dfd5 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="UTF-8" Hi,

Script in this section is appending just after the COMPRESS_CMD_= bz2 command
and the full script is executing as a single command.
I want to run my script separately just after rootfs.tar.bz2 is created.Please help.

Thanks in advance

From: Robert Yang <liezhi= .yang@windriver.com>
Sent: Sat, 21 Jun 2014 18:43:15
To: Himanshu= Pandey <pandey_himanshu80@rediffmail.com>, Patches and discussions a= bout the oe-core layer <openembedded-core@lists.openembedded.org>
= Subject: Re: [bitbake-devel] Hi

Hello,

I think that this email should go into oe-core mailing list (see
the CC). You can refer to:

oe-core/meta/classes/image_types.bbclass:

IMAGE_CMD_tar =3D "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C=
${IMAGE_ROOTFS} ."
COMPRESS_CMD_bz2 =3D "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}"

I think that you can add something like the following to your recipe:

COMPRESS_CMD_bz2_append () {
   <your shell script>
}

Then the script would run after the .tar.bz2 is created.

// Robert

On 06/21/2014 08:26 PM, Himanshu Pandey wrote:
> Hi,
>
> I have a requirement that once the .tar.bz2 is created I want my shell= script to
> be executed finally.
>
> So where do I have to add this?
>
> So what I have to do in order to achieve this.
>
> Regards,
> Himanshu Pandey
>
> <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail= .com/signatureline.htm@Middle?>
> Get your own *FREE* website, *FREE* domain & *FREE* mobile app wit= h Company email.
>    *Know More >*
> <http://track.rediff.com/click?url=3D___http://businessemail.rediff= .com/email-ids-for-companies-with-less-than-50-employees?sc_cid=3Dsign-1-10= -13___&cmp=3Dhost&lnk=3Dsign-1-10-13&nsrv1=3Dhost>
>
>
>

Get your own FREE website, FREE domain & FREE mobile app with Company email.  
Know More >
--=_56870cf8ea187a0d571c7c5e40f1dfd5-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id BE06460E24 for ; Wed, 25 Jun 2014 09:40:47 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s5P9empY027559 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 25 Jun 2014 02:40:48 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Wed, 25 Jun 2014 02:40:48 -0700 Message-ID: <53AA991D.5000505@windriver.com> Date: Wed, 25 Jun 2014 17:40:45 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Himanshu Pandey , "openembedded-core@lists.openembedded.org" References: <1403356395.S.2910.26443.H.TlJvYmVydCBZYW5nAFJlOiBbYml0YmFrZS1kZXZlbF0gSGk_.RU.rfs303, rfs303, 637, 244.f4-235-248.old.replied.1403688235.2532@webmail.rediffmail.com> In-Reply-To: <1403356395.S.2910.26443.H.TlJvYmVydCBZYW5nAFJlOiBbYml0YmFrZS1kZXZlbF0gSGk_.RU.rfs303, rfs303, 637, 244.f4-235-248.old.replied.1403688235.2532@webmail.rediffmail.com> Subject: Re: [bitbake-devel] Hi X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 09:40:48 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit I think that you can add this to the image's recipe, or to conf/local.conf: do_rootfs[postfuncs] += "" Or you can add a task: add task after do_rootfs before do_build Please refer insane.bbclass or other classes in meta/classes for more info. // Robert On 06/25/2014 05:23 PM, Himanshu Pandey wrote: > Hi, > > Script in this section is appending just after the COMPRESS_CMD_bz2 command > and the full script is executing as a single command. > > I want to run my script separately just after rootfs.tar.bz2 is created. > Please help. > > Thanks in advance > > From: Robert Yang > Sent: Sat, 21 Jun 2014 18:43:15 > To: Himanshu Pandey , Patches and discussions > about the oe-core layer > Subject: Re: [bitbake-devel] Hi > > Hello, > > I think that this email should go into oe-core mailing list (see > the CC). You can refer to: > > oe-core/meta/classes/image_types.bbclass: > > IMAGE_CMD_tar = "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C > ${IMAGE_ROOTFS} ." > COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" > > I think that you can add something like the following to your recipe: > > COMPRESS_CMD_bz2_append () { > > } > > Then the script would run after the .tar.bz2 is created. > > // Robert > > On 06/21/2014 08:26 PM, Himanshu Pandey wrote: > > Hi, > > > > I have a requirement that once the .tar.bz2 is created I want my shell script to > > be executed finally. > > > > So where do I have to add this? > > > > So what I have to do in order to achieve this. > > > > Regards, > > Himanshu Pandey > > > > > > > Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company > email. > > *Know More >* > > > > > > > > > > > > Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company email. > *Know More >* > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from f4mail-83-111.rediffmail.com (unknown [203.199.83.114]) by mail.openembedded.org (Postfix) with ESMTP id 2A92660196 for ; Mon, 30 Jun 2014 12:10:09 +0000 (UTC) Received: from rediffmail.com (unknown [10.50.250.70]) by f4mail-83-111.rediffmail.com (Postfix) with SMTP id 093532354E2B for ; Wed, 25 Jun 2014 11:32:37 +0530 (IST) Received: (qmail 32368 invoked by uid 510); 25 Jun 2014 07:10:48 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=redf; d=rediffmail.com; b=UVAFVccZ8IIP5ySbNSo0YdH9PGD6T1pFlb5kYCHSK0LMU65K91sIKWcJeMTfRHK/sRB00IDzqGZGyVtndN/bo+ZTYuRXDMBawRDPIIPcxfyyEJuIpL/1RGPiA4hZ84O4zW5/Tno6fhBeEvkiAKGG/q5mFxDFRcyBQKhUE0ZOCg0= ; x-m-msg: asd54ad564ad7aa6sd5as6d5; a6da7d6asas6dasd77; 5dad65ad5sd; X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: : 0 X-CTCH-RefID: str=0001.0A160204.53AA75F8.0217, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-REDF-OSEN: pandey_himanshu80@rediffmail.com Date: 25 Jun 2014 07:10:48 -0000 MIME-Version: 1.0 To: "openembedded-core@lists.openembedded.org" Received: from unknown 103.25.205.2 by rediffmail.com via HTTP; 25 Jun 2014 07:10:48 -0000 Message-ID: <1403356395.S.2910.26443.H.TlJvYmVydCBZYW5nAFJlOiBbYml0YmFrZS1kZXZlbF0gSGk_.RU.rfs303, rfs303, 637, 244.f4-235-248.replied.1403680248.32187@webmail.rediffmail.com> Sender: pandey_himanshu80@rediffmail.com From: "Himanshu Pandey" Subject: Re: [bitbake-devel] Hi X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 12:10:14 -0000 Content-Type: multipart/alternative; boundary="=_cc377b053ab63786cbb44bf1556896ad" --=_cc377b053ab63786cbb44bf1556896ad Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang <liezhi.yang@windriver.com> Sent: Sat, 21 Jun 2014 18:43:15 To: Himanshu Pandey <pandey_himanshu80@rediffmail.com>, Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> Subject: Re: [bitbake-devel] Hi Hello, I think that this email should go into oe-core mailing list (see the CC). You can refer to: oe-core/meta/classes/image_types.bbclass: IMAGE_CMD_tar = "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C ${IMAGE_ROOTFS} ." COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" I think that you can add something like the following to your recipe: COMPRESS_CMD_bz2_append () {    <your shell script> } Then the script would run after the .tar.bz2 is created. // Robert On 06/21/2014 08:26 PM, Himanshu Pandey wrote: > Hi, > > I have a requirement that once the .tar.bz2 is created I want my shell script to > be executed finally. > > So where do I have to add this? > > So what I have to do in order to achieve this. > > Regards, > Himanshu Pandey > > <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?> > Get your own *FREE* website, *FREE* domain & *FREE* mobile app with Company email. >    *Know More >* > <http://track.rediff.com/click?url=___http://businessemail.rediff.com/email-ids-for-companies-with-less-than-50-employees?sc_cid=sign-1-10-13___&cmp=host&lnk=sign-1-10-13&nsrv1=host> > > > --=_cc377b053ab63786cbb44bf1556896ad Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="UTF-8" Hi,

Script in this section is appending just after the COMPRESS_CMD_= bz2 command
and the full script is executing as a single command.
I want to run my script separately just after rootfs.tar.bz2 is created.
Please help.

Thanks in advance

From: Robert Yang <li= ezhi.yang@windriver.com>
Sent: Sat, 21 Jun 2014 18:43:15
To: Hima= nshu Pandey <pandey_himanshu80@rediffmail.com>, Patches and discussio= ns about the oe-core layer <openembedded-core@lists.openembedded.org>=
Subject: Re: [bitbake-devel] Hi

Hello,

I think that this email should go into oe-core mailing list (see
the CC). You can refer to:

oe-core/meta/classes/image_types.bbclass:

IMAGE_CMD_tar =3D "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C=
${IMAGE_ROOTFS} ."
COMPRESS_CMD_bz2 =3D "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}"

I think that you can add something like the following to your recipe:

COMPRESS_CMD_bz2_append () {
   <your shell script>
}

Then the script would run after the .tar.bz2 is created.

// Robert

On 06/21/2014 08:26 PM, Himanshu Pandey wrote:
> Hi,
>
> I have a requirement that once the .tar.bz2 is created I want my shell= script to
> be executed finally.
>
> So where do I have to add this?
>
> So what I have to do in order to achieve this.
>
> Regards,
> Himanshu Pandey
>
> <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail= .com/signatureline.htm@Middle?>
> Get your own *FREE* website, *FREE* domain & *FREE* mobile app wit= h Company email.
>    *Know More >*
> <http://track.rediff.com/click?url=3D___http://businessemail.rediff= .com/email-ids-for-companies-with-less-than-50-employees?sc_cid=3Dsign-1-10= -13___&cmp=3Dhost&lnk=3Dsign-1-10-13&nsrv1=3Dhost>
>
>
>

Get your own FREE website, FREE domain & FREE mobile app with Company email.  
Know More >
--=_cc377b053ab63786cbb44bf1556896ad-- 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 mail.openembedded.org (Postfix) with ESMTP id ABF2E6FFE5 for ; Mon, 14 Mar 2016 06:59:35 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u2E6xLAk013031 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 13 Mar 2016 23:59:21 -0700 (PDT) Received: from [128.224.162.155] (128.224.162.155) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.248.2; Sun, 13 Mar 2016 23:59:20 -0700 To: Praveenreddy Padamati References: <09856974BCEE6F48AB378E52E4CAA73C226DA890@CHN-HCLT-MBS02.HCLT.CORP.HCL.IN> <56E239E0.7010003@windriver.com> <09856974BCEE6F48AB378E52E4CAA73C226DBD49@CHN-HCLT-MBS02.HCLT.CORP.HCL.IN> From: Robert Yang Message-ID: <56E66146.9040908@windriver.com> Date: Mon, 14 Mar 2016 14:59:18 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <09856974BCEE6F48AB378E52E4CAA73C226DBD49@CHN-HCLT-MBS02.HCLT.CORP.HCL.IN> Cc: Patches and discussions about the oe-core layer Subject: Re: [bitbake-devel] Hi X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 06:59:35 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Do you have a recipe for zetakey ? Something like zetakey_foo.bb ? If don't you need write one and add it to a layer firstly. Here is a QuickStart: http://www.yoctoproject.org/docs/2.0.1/yocto-project-qs/yocto-project-qs.html And this email should go into oe-core mailing list (See the CC). // Robert On 03/11/2016 09:05 PM, Praveenreddy Padamati wrote: > Hi, > > I tried IMAGE_INSTALL_append = " zetakey". But it is failed. Below is the Log > > HCL-Desktop:~/fsl-release-bsp/build$ bitbake core-image-sato > Parsing recipes: 100% |###############################################################################################| Time: 00:01:26 > Parsing of 1747 .bb files complete (0 cached, 1747 parsed). 2189 targets, 84 skipped, 1 masked, 0 errors. > NOTE: Resolving any missing task queue dependencies > ERROR: Nothing RPROVIDES 'zetakey' (but /home/kumarn/fsl-release-bsp/sources/poky/meta/recipes-sato/images/core-image-sato.bb RDEPENDS on or otherwise requires it) > NOTE: Runtime target 'zetakey' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['zetakey'] > ERROR: Required build target 'core-image-sato' has no buildable providers. > Missing or unbuildable dependency chain was: ['core-image-sato', 'zetakey'] > > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > > > Thanks > Praveen Reddy P > 9989642189 > ________________________________________ > From: Robert Yang [liezhi.yang@windriver.com] > Sent: Friday, March 11, 2016 8:52 AM > To: Praveenreddy Padamati; 'bitbake-devel@lists.openembedded.org' > Subject: Re: [bitbake-devel] Hi > > On 03/10/2016 03:10 PM, Praveenreddy Padamati wrote: >> Hi all, >> >> I need to add zetakey browser to the yocto core-image-sato. Can you provide any >> data how to add this browse to the build. > > Add this to local.conf: > > IMAGE_INSTALL_append = " zetakey" > > Note, there is a space " " which is a must, then: > > $ bitbake core-image-sato > >> >> *Thanks and Regards,* >> >> *Praveen Reddy P** >> **HCL Technologies Ltd*| Lead Engineer | Alstom ODC| ERS-SS-SCS-Embedded >> Platform Lab >> >> P*hone:* +914443935173 | *Mobile:* +919989642159 | *E-mail:* >> _praveenreddy.p@hcl.com _ >> >> *Company address:*HCL Technologies Ltd ,73-74, South Phase,Ambattur Industrial >> Estate (AMB-5), Chennai - 600 058,India >> *Switchboard:*__+91-44-4393-5000 Web*Site:* www.hclt.com >> >> >> >> ::DISCLAIMER:: >> ---------------------------------------------------------------------------------------------------------------------------------------------------- >> >> The contents of this e-mail and any attachment(s) are confidential and intended >> for the named recipient(s) only. >> E-mail transmission is not guaranteed to be secure or error-free as information >> could be intercepted, corrupted, >> lost, destroyed, arrive late or incomplete, or may contain viruses in >> transmission. The e mail and its contents >> (with or without referred errors) shall therefore not attach any liability on >> the originator or HCL or its affiliates. >> Views or opinions, if any, presented in this email are solely those of the >> author and may not necessarily reflect the >> views or opinions of HCL or its affiliates. Any form of reproduction, >> dissemination, copying, disclosure, modification, >> distribution and / or publication of this message without the prior written >> consent of authorized representative of >> HCL is strictly prohibited. If you have received this email in error please >> delete it and notify the sender immediately. >> Before opening any email and/or attachments, please check them for viruses and >> other defects. >> >> ---------------------------------------------------------------------------------------------------------------------------------------------------- >> >> >> >