I have got the following error when I add openchrome to my custom file image:

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

export IMAGE_INSTALL += "j2re \
                grub \
                ipkg \
                openchrome \
                "
inherit image

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

$ bitbake my-image

NOTE: Resolving any missing task queue dependencies
ERROR: '['/home/jroman/OE_EPIA/local/packages/images/my-image.bb']'
RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity
'openchrome' but it wasn't found in any PACKAGE or RPROVIDES variables
NOTE: Runtime target 'openchrome' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['openchrome']
ERROR: Required build target 'my-image' has no buildable providers.
Missing or unbuildable dependency chain was: [my-image', 'openchrome']


Openchrome bitbake package is a standard package of OE, so, what's happening?
Can anybody advice me?

Thanks a lot.

-- 
Javi Roman

_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to