diff options
author | 2012-10-17 17:59:10 +0300 | |
---|---|---|
committer | 2012-10-17 17:59:10 +0300 | |
commit | 1535bf9c290aaa2bcdba5b1473ae2af679b1b487 (patch) | |
tree | a076f8ea60f026df5cf4a123cb08c3a7e1f4896f /README.md | |
parent | 519d06db7d6025bdeba609c67c9b76247e2c7520 (diff) | |
download | meta-ivi-1535bf9c290aaa2bcdba5b1473ae2af679b1b487.tar.gz meta-ivi-1535bf9c290aaa2bcdba5b1473ae2af679b1b487.tar.bz2 meta-ivi-1535bf9c290aaa2bcdba5b1473ae2af679b1b487.zip |
README.md: Small additions to correct meta-openembedded dependency and add extra
step of git checkout desired git branch.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -15,7 +15,7 @@ URI: git://git.yoctoproject.org/poky branch: master revision: HEAD -URI: git://git.openembedded.org/openembedded-core +URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD @@ -28,13 +28,13 @@ You can build an QEMU image including GENIVI P1 components using the following s 2. Add meta-ivi path to COREBASE/build/conf/bblayers.conf file. -3. Add meta-oe/meta-systemd path to COREBASE/build/conf/bblayers.conf file. +3. Add meta-openembedded/meta-systemd path to COREBASE/build/conf/bblayers.conf file. -4. Add meta-oe/meta-oe path to COREBASE/build/conf/bblayers.conf file. +4. Add meta-openembedded/meta-oe path to COREBASE/build/conf/bblayers.conf file. 5. Set MACHINE ??= "vexpressa9" in COREBASE/build/conf/local.conf file. -6. 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" in COREBASE/build/conf/local.conf file. 7. Add INCOMPATIBLE_LICENSE = "GPLv3" in COREBASE/build/conf/local.conf file. @@ -46,13 +46,15 @@ You can build an QEMU image including GENIVI P1 components using the following s - copy meta-ivi/scripts/dl_pkgs.sh into COREBASE/build/conf/ $ ./conf/dl_pkgs.sh -11. Build discovery-image/excalibur-image including GENIVI 2.0 (Discovery/Excalibur) P1 components +11. Build discovery-image/excalibur-image including GENIVI 2.0/3.0 (Discovery/Excalibur) P1 components $ bitbake discovery-image or $ bitbake excalibur-image + (Please make sure you git checkout on either denzil or 3.0 branch before you bitbake discovery-image or excalibur-image respectively) + 12. Run the emulator: $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu discovery-image vexpressa9 |