aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md49
1 files changed, 32 insertions, 17 deletions
diff --git a/README.md b/README.md
index 43ab8ee..fe21807 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,10 @@ image.
Please see the MAINTAINERS file for information on contacting the maintainers
of this layer, as well as instructions for submitting patches.
-Layer dependencies
+You may in addition influence future meta-ivi development. For that take a
+look at the [meta-ivi Trello board](https://trello.com/b/HplBZa2l) and vote.
+
+Layer Dependencies
------------------
URI: git://git.yoctoproject.org/poky
@@ -19,16 +22,22 @@ URI: git://git.openembedded.org/meta-openembedded
branch: master
revision: 5056a7bf473c1e121eefa869f6a61ac4580604c9
-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).
-For creating specific Genivi compliant images, please make sure you git checkout on the desired meta-ivi branch and follow the build instructions
+Using the above git sha's and master meta-ivi, bitbaking excalibur-image is
+known to work (the excalibur-image build should be GENIVI 3.0 compliant).
+
+For creating specific GENIVI compliant images, please make sure you git
+checkout on the desired meta-ivi branch and follow the build instructions
located in the README.md file.
-Build a QEMU (ARMv7a) image including GENIVI P1 components
-----------------------------------------------------------
+Build a QEMU image including GENIVI P1 components
+--------------------------------------------------
-You can build a QEMU image including GENIVI P1 components using the following steps:
+You can build a QEMU image including GENIVI P1 components using the
+following steps:
-1. Run the following command: $ source poky/oe-init-build-env
+1. Run the following command:
+
+ > $ source poky/oe-init-build-env
2. Add meta-ivi path to COREBASE/build/conf/bblayers.conf file.
@@ -40,28 +49,34 @@ You can build a QEMU image including GENIVI P1 components using the following st
6. Add meta-openembedded/meta-networking path to COREBASE/build/conf/bblayers.conf file.
-7. Set MACHINE ??= "vexpressa9" or MACHINE ??= "qemux86" in COREBASE/build/conf/local.conf file to build for emulated vexpressa9 or x86.
+7. 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.
8. Add BBMASK = "meta-systemd/meta-efl|meta-systemd/meta-gnome|meta-systemd/meta-multimedia|meta-systemd/meta-oe/recipes-support|meta-gnome/recipes-gnome"
- in COREBASE/build/conf/local.conf file.
+in COREBASE/build/conf/local.conf file.
9. Add INCOMPATIBLE_LICENSE = "GPLv3" in COREBASE/build/conf/local.conf file.
10. Set DISTRO ?= "poky-ivi-systemd" in COREBASE/build/conf/local.conf file.
-11. 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.
+11. 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.
+
+12. Download the GENIVI specific open source component from git.genivi.org (you
+need to have your GENIVI credentials ready):
-12. 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
13. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components
- $ bitbake excalibur-image
+ > $ bitbake excalibur-image
14. Run the emulator:
- for qemu vexpressa9:
- $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu excalibur-image vexpressa9
+ > for qemu vexpressa9:
+ > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu excalibur-image vexpressa9
- for qemux86:
- $ PATH_TO_POKY/poky/scripts/runqemu excalibur-image qemux86
+ > for qemux86:
+ > $ PATH_TO_POKY/poky/scripts/runqemu excalibur-image qemux86