dbus and rootfs final image

Javi Roman javiroman at kernel-labs.org
Mon May 5 12:51:28 UTC 2008


Hi all!

I'm making a custom distro using the habitual image file:

---- my-image.bb ------
require packages/images/bootstrap-image.bb

export IMAGE_INSTALL += "j2re \
               ( ... a lot of packages ...)
                grub \
                dbus \
                gpsd
               "
inherit image

export IMAGE_BASENAME = "my-image"
----------------------------

When I'm going to rebuild the whole image:

$ bitbake my-image -c rebuild -f

When bitbake populates the rootfs image fails with a error message:

log_check: Matched keyword: [Cannot find package]
Collected errors:
Cannot find package dbus.
Check the spelling or perhaps run 'ipkg update'

Nevertheless, bitbake builds "dbus" package without problems, the
package is perfectly accessible at:
build/tmp/deploy/ipk/i586/dbus-1_1.1.4-r2_i586.ipk

Anybody can help me?

Thanks.

-- 
Javi Roman




More information about the Openembedded-users mailing list