Hi,

On 03/25/2014 10:32 AM, [email protected] wrote:
Hi,

how can I add the meta-browser tree to the set of recipes? I did:

$ cd fsl-community-bsp/sources
$ git clone https://github.com/OSSystems/meta-browser.git
$ cd ..
$ . ./setup-environment build-master-next/
$ bitbake chromium
Loading cache: 100%
|###########################################################################################################################|
ETA:  00:00:00
Loaded 1806 entries from dependency cache.
ERROR: Nothing PROVIDES 'chromium'

Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
[zozo@localhost build-master-next]$

Where should I move the meta-browser directory from the toplevel "sources"?
What else should be done?

You need to add the "meta-browser" layer to your bblayers.conf (in build/conf/), like this:

BBLAYERS += " ${BSPDIR}/sources/meta-browser "

You will probably need other to add other layers such as "meta-gnome".

Hope it helps,
Marco.



--
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to