All of lore.kernel.org
 help / color / mirror / Atom feed
* Hi
@ 2016-03-10  7:10 Praveenreddy Padamati
  2016-03-11  3:22 ` Hi Robert Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Praveenreddy Padamati @ 2016-03-10  7:10 UTC (permalink / raw)
  To: 'bitbake-devel@lists.openembedded.org'

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

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.

Thanks and Regards,
Praveen Reddy P
HCL Technologies Ltd | Lead Engineer | Alstom ODC| ERS-SS-SCS-Embedded Platform Lab
Phone: +914443935173 | Mobile: +919989642159 | E-mail: praveenreddy.p@hcl.com<mailto: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  WebSite: www.hclt.com<http://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.

----------------------------------------------------------------------------------------------------------------------------------------------------

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [bitbake-devel] Hi
@ 2014-06-25  9:23 Himanshu  Pandey
  2014-06-25  9:40 ` Robert Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Himanshu  Pandey @ 2014-06-25  9:23 UTC (permalink / raw)
  To: Robert Yang , openembedded-core@lists.openembedded.org

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

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 &lt;liezhi.yang@windriver.com&gt;
Sent: Sat, 21 Jun 2014 18:43:15 
To: Himanshu Pandey &lt;pandey_himanshu80@rediffmail.com&gt;, Patches and discussions about the oe-core layer &lt;openembedded-core@lists.openembedded.org&gt;
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 () {

&nbsp;&nbsp;&nbsp;&lt;your shell script&gt;

}



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



// Robert



On 06/21/2014 08:26 PM, Himanshu Pandey wrote:

&gt; Hi,

&gt;

&gt; I have a requirement that once the .tar.bz2 is created I want my shell script to

&gt; be executed finally.

&gt;

&gt; So where do I have to add this?

&gt;

&gt; So what I have to do in order to achieve this.

&gt;

&gt; Regards,

&gt; Himanshu Pandey

&gt;

&gt; &lt;http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?&gt;

&gt; Get your own *FREE* website, *FREE* domain &amp; *FREE* mobile app with Company email.

&gt; &nbsp;&nbsp;&nbsp;*Know More &gt;*

&gt; &lt;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___&amp;cmp=host&amp;lnk=sign-1-10-13&amp;nsrv1=host&gt;

&gt;

&gt;

&gt;


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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: [bitbake-devel] Hi
@ 2014-06-25  7:10 Himanshu  Pandey
  0 siblings, 0 replies; 8+ messages in thread
From: Himanshu  Pandey @ 2014-06-25  7:10 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

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

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 &lt;liezhi.yang@windriver.com&gt;
Sent: Sat, 21 Jun 2014 18:43:15 
To: Himanshu Pandey &lt;pandey_himanshu80@rediffmail.com&gt;, Patches and discussions about the oe-core layer &lt;openembedded-core@lists.openembedded.org&gt;
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 () {

&nbsp;&nbsp;&nbsp;&lt;your shell script&gt;

}



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



// Robert



On 06/21/2014 08:26 PM, Himanshu Pandey wrote:

&gt; Hi,

&gt;

&gt; I have a requirement that once the .tar.bz2 is created I want my shell script to

&gt; be executed finally.

&gt;

&gt; So where do I have to add this?

&gt;

&gt; So what I have to do in order to achieve this.

&gt;

&gt; Regards,

&gt; Himanshu Pandey

&gt;

&gt; &lt;http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?&gt;

&gt; Get your own *FREE* website, *FREE* domain &amp; *FREE* mobile app with Company email.

&gt; &nbsp;&nbsp;&nbsp;*Know More &gt;*

&gt; &lt;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___&amp;cmp=host&amp;lnk=sign-1-10-13&amp;nsrv1=host&gt;

&gt;

&gt;

&gt;


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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Hi
@ 2014-06-21 12:26 Himanshu  Pandey
  2014-06-21 13:13 ` [bitbake-devel] Hi Robert Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Himanshu  Pandey @ 2014-06-21 12:26 UTC (permalink / raw)
  To: bitbake-devel@lists.openembedded.org

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

Hi,
I have a requirement that once the .tar.bz2 is created I want my shell script to be executed finally.&nbsp;
So where do I have to add this?
So what I have to do in order to achieve this. &nbsp;
Regards,Himanshu Pandey

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

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

end of thread, other threads:[~2016-03-14  6:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10  7:10 Hi Praveenreddy Padamati
2016-03-11  3:22 ` Hi Robert Yang
2016-03-11 13:05   ` Hi Praveenreddy Padamati
2016-03-14  6:59     ` [bitbake-devel] Hi Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2014-06-25  9:23 Himanshu  Pandey
2014-06-25  9:40 ` Robert Yang
2014-06-25  7:10 Himanshu  Pandey
2014-06-21 12:26 Hi Himanshu  Pandey
2014-06-21 13:13 ` [bitbake-devel] Hi Robert Yang

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.