diff options
author | 2012-10-25 10:52:18 +0300 | |
---|---|---|
committer | 2012-10-25 10:52:18 +0300 | |
commit | 24b397463736de08ce948c88af895b6f1557c2b1 (patch) | |
tree | 1e3e4b6310c7b6008ba28edf6d8c73ab6a6427a9 /README.md | |
parent | 459aaf2abaffa4cd62786fa0384f23f57e55066a (diff) | |
download | meta-ivi-24b397463736de08ce948c88af895b6f1557c2b1.tar.gz meta-ivi-24b397463736de08ce948c88af895b6f1557c2b1.tar.bz2 meta-ivi-24b397463736de08ce948c88af895b6f1557c2b1.zip |
README.md: Update BBMASK and depending layers' revisions
Updated BBMASK with meta-openembedded/meta-gnome/recipes-gnome because libical is present in
meta-openembedded/meta-gnome/recipes-support and the above BBMASK avoids some GPLv3 exclusion
caused errors.
Also, updated revisions for poky and meta-openembedded
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -13,11 +13,11 @@ Layer dependencies URI: git://git.yoctoproject.org/poky branch: master -revision: caba9cbfce09f19eb27f4c6615c0c5c48e1a2952 +revision: d93898b2c530681362e42d1b0477fa593a625046 URI: git://git.openembedded.org/meta-openembedded branch: master -revision: 2c1f670d731fb1c4a2167b110e9ae1c3288a8108 +revision: 20506c8cb4369a219ecfa892065917b930b910a5 Using the above git sha's and master meta-ivi, bitbaking excalibur-image is known to work (the excalibur-image build is Genivi 3.0 compliant). @@ -39,7 +39,8 @@ You can build a QEMU image including GENIVI P1 components using the following st 5. Set MACHINE ??= "vexpressa9" in COREBASE/build/conf/local.conf file. -6. Add BBMASK = "meta-systemd/meta-efl|meta-systemd/meta-gnome|meta-systemd/meta-multimedia" in COREBASE/build/conf/local.conf file. +6. Add BBMASK = "meta-systemd/meta-efl|meta-systemd/meta-gnome|meta-systemd/meta-multimedia|meta-openembedded/meta-gnome/recipes-gnome" + in COREBASE/build/conf/local.conf file. 7. Add INCOMPATIBLE_LICENSE = "GPLv3" in COREBASE/build/conf/local.conf file. |