Dependencies not getting .ipks
Rodrigo Vivi
rodrigo.vivi at gmail.com
Tue Jun 17 14:08:49 UTC 2008
I don't like this bitbake (OE?) behavior too...
I'd like to have all rdepends ipkg/deb packages ready for use...
well, bitbake assumes that if you have explicit asked for some package
A you do want package A deployed only.
But fortunately there is a workaround:
Create a meta-blah.bb containing:
RDEPENDS = "your_blah_package"
# Forcing build all rdepends
do_blah[nostamp] = "1"
do_blah[recrdeptask] = "do_package_write"
addtask blah before do_build after do_install
I hope it helps...
Cheers,
vivijim
On Fri, Jun 13, 2008 at 8:33 PM, Andrew Barr
<andrew.james.barr at gmail.com> wrote:
> Hi,
>
> I'm trying to build some software for an install of Angstrom on my Nokia
> N800 I have booting off an SD card. When I do 'bitbake <package>', I
> seem to only get the packages that are specified on the command line,
> e.g. for 'bitbake pidgin' I get pidgin, locale/doc/plugin/etc. packages,
> and libpurple packages, but none of the dependencies that were built
> during the build process (that are not in the 'gpe-image' build on the
> SD card). I am trying again with INHERIT += "package_ipk" in my
> local.conf, but according to comments there this should be set by
> DISTRO, which is 'angstrom-2007.1'. How can I get .ipks for all packages
> that are built during a BitBake run?
>
> Thanks in advance.
> --
> Andrew Barr
> andrew.james.barr at gmail.com
>
> (614) 581-3537 (Verizon Wireless)
>
> _______________________________________________
> Openembedded-users mailing list
> Openembedded-users at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
>
--
Rodrigo Vivi
INdT - Instituto Nokia de Tecnologia
Blog: http://blog.vivi.eng.br
GPG: 0x905BE242 @ wwwkeys.pgp.net
More information about the Openembedded-users
mailing list