diff options
author | Holger Behrens <holger.behrens@windriver.com> | 2012-12-14 23:08:01 +0100 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2012-12-14 23:08:01 +0100 |
commit | 38d6f40215e57918fd8aa9d4a1eef0761ef65559 (patch) | |
tree | 94bd7b7b3dd9a316b15be76cc79be055c16b20a5 | |
parent | d6f732a308cdbcf529d04f86ac6bb63a81263c9c (diff) | |
download | meta-ivi-38d6f40215e57918fd8aa9d4a1eef0761ef65559.tar.gz meta-ivi-38d6f40215e57918fd8aa9d4a1eef0761ef65559.tar.bz2 meta-ivi-38d6f40215e57918fd8aa9d4a1eef0761ef65559.zip |
README.md: added link to meta-ivi Trello board
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -8,6 +8,8 @@ image. Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches. +You may in addition influence future meta-ivi development. For that take a +look at the meta-ivi Trello board at https://trello.com/b/HplBZa2l and vote. Layer dependencies ------------------ @@ -21,10 +23,11 @@ branch: danny revision: 40d26999e070ce21ca2ec474ca2c482c28893a89 -Build a QEMU (ARMv7a) image including GENIVI P1 components ----------------------------------------------------------- +Build a QEMU image including GENIVI P1 components +-------------------------------------------------- -You can build an QEMU image including GENIVI P1 components using the following steps: +You can build an QEMU image including GENIVI P1 components using the +following steps: 1. Run the following command: $ source poky/oe-init-build-env @@ -34,7 +37,9 @@ You can build an QEMU image including GENIVI P1 components using the following s 4. Add meta-openembedded/meta-systemd path to COREBASE/build/conf/bblayers.conf file. -5. Set MACHINE ??= "vexpressa9" or MACHINE ??= "qemux86" in COREBASE/build/conf/local.conf file to build for emulated vexpressa9 or x86. +5. Set MACHINE ??= "vexpressa9" or MACHINE ??= "qemux86" in +COREBASE/build/conf/local.conf file to build for an emulated ARMv7a or IA-32 +instruction-set maschine respectively. 6. Add BBMASK = "meta-systemd/meta-efl|meta-systemd/meta-gnome|meta-systemd/meta-multimedia|meta-openembedded/meta-gnome/recipes-gnome|meta-systemd/meta-oe/recipes-support|meta-systemd/meta-networking" in COREBASE/build/conf/local.conf file. @@ -43,10 +48,12 @@ in COREBASE/build/conf/local.conf file. 8. Set DISTRO ?= "poky-ivi-systemd" in COREBASE/build/conf/local.conf file. -9. Optional: In COREBASE/build/conf/local.conf file, uncomment BB_NUMBER_THREADS = "4" and PARALLEL_MAKE = "-j 4" if you have a quad core machine. +9. Optional: In COREBASE/build/conf/local.conf file, you may uncomment +BB_NUMBER_THREADS = "4" and PARALLEL_MAKE = "-j 4" if you build on a +quad-core machine. 10. Download the GENIVI specific open source component from git.genivi.org (you need to have your GENIVI credential ready): - $ <meta-ivi-layer-path>/scripts/dl_pkgs.sh + $ PATH_TO_META_IVI/meta-ivi/scripts/dl_pkgs.sh 11. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components |