[oe] 3rd party feeds

Robert Schuster theBohemian at gmx.net
Mon Sep 10 06:36:11 UTC 2007


Hi,
suppose I am a 3rd party which develops and maintains packages for a
distribution (e.g. angstrom).

how can I provide those packages (say foo) and their dependendencies
(minus the ones that are already provided by angstrom itself) via a feed.

To better explain what I mean here is an example. Suppose package foo is
not part of the Angstrom distribution nor is it in its feeds. foo has a
dependency on gtk+ (= part of Angstrom) and libbaz (= not part of Angstrom).

I want to built foo and the feed containing it with a single command:

bitbake angstrom-plus-feed

When it finishes I want to have a complete ipk feed which I can copy
onto a server. It should contain foo, libbaz and not gtk+. Users should
then add the URL for that feed into their machines and be able to
install "foo" along with the dependencies. foo and libbaz will be
fetched from my feed, gtk+ should be fetched from angstrom feed.

It is clear that I have to built all the angstrom packages on the build
machine and possibly won't be able to suppress the do_package phase but
that is not a problem.

Has OE support for such an approach? If not would you be interested in
patches allowing it?

So far I have "emulated" this by using a special PACKAGE_ARCH but that
is not really a solution.

Regards
Robert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20070910/7c75e7e6/attachment-0002.sig>


More information about the Openembedded-devel mailing list