All of lore.kernel.org
 help / color / mirror / Atom feed
* Bitbake recipe for prebuilt binaries
@ 2015-12-20 15:53 Prasant J
  2015-12-20 19:22 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Prasant J @ 2015-12-20 15:53 UTC (permalink / raw)
  To: poky

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

Hi,


I'm building a custom layer for my board and I would like to include some
pre-built binaries in my final image.

The package is built outside the yocto build and is available as a binary
tarball from an http/ftp location.


Can someone please point to me a bit-bake recipe that handles such a case?


Regards, PJ

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

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

* Re: Bitbake recipe for prebuilt binaries
  2015-12-20 15:53 Bitbake recipe for prebuilt binaries Prasant J
@ 2015-12-20 19:22 ` Burton, Ross
  2015-12-23 14:39   ` Prasant J
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2015-12-20 19:22 UTC (permalink / raw)
  To: Prasant J; +Cc: Poky Project

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

On 20 December 2015 at 15:53, Prasant J <pj0585@gmail.com> wrote:

> I'm building a custom layer for my board and I would like to include some
> pre-built binaries in my final image.
>
> The package is built outside the yocto build and is available as a binary
> tarball from an http/ftp location.
>
>
> Can someone please point to me a bit-bake recipe that handles such a case?
>

This is basically a matter of downloading the tarballs by setting SRC_URI,
unpacking them, and putting the files in the right places.
 bin_package.bbclass will help with this.

Ross

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

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

* Re: Bitbake recipe for prebuilt binaries
  2015-12-20 19:22 ` Burton, Ross
@ 2015-12-23 14:39   ` Prasant J
  0 siblings, 0 replies; 3+ messages in thread
From: Prasant J @ 2015-12-23 14:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Poky Project

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

On Mon, Dec 21, 2015 at 12:52 AM, Burton, Ross <ross.burton@intel.com>
wrote:

>
> On 20 December 2015 at 15:53, Prasant J <pj0585@gmail.com> wrote:
>
>> I'm building a custom layer for my board and I would like to include some
>> pre-built binaries in my final image.
>>
>> The package is built outside the yocto build and is available as a binary
>> tarball from an http/ftp location.
>>
>>
>> Can someone please point to me a bit-bake recipe that handles such a
>> case?
>>
>
> This is basically a matter of downloading the tarballs by setting SRC_URI,
> unpacking them, and putting the files in the right places.
>  bin_package.bbclass will help with this.
>
> Ross
>

Thanks Ross for pointing it out. I will try it !

Regards, PJ

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

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

end of thread, other threads:[~2015-12-23 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 15:53 Bitbake recipe for prebuilt binaries Prasant J
2015-12-20 19:22 ` Burton, Ross
2015-12-23 14:39   ` Prasant J

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.