aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/README.md b/README.md
index 26412f3..83c2733 100644
--- a/README.md
+++ b/README.md
@@ -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