diff options
author | 2013-03-08 16:50:16 +0200 | |
---|---|---|
committer | 2013-03-08 16:50:16 +0200 | |
commit | 8a893946e00dfd66f5cad62e2d6a88059a1dbf38 (patch) | |
tree | e1bd63111744ada4c4c251f21533c3bc05a44d13 | |
parent | dc76296399b279fb97e1bf9a0ca67058dfebb49d (diff) | |
download | meta-ivi-8a893946e00dfd66f5cad62e2d6a88059a1dbf38.tar.gz meta-ivi-8a893946e00dfd66f5cad62e2d6a88059a1dbf38.tar.bz2 meta-ivi-8a893946e00dfd66f5cad62e2d6a88059a1dbf38.zip |
README.md: Add info on building the foton image
for F-0.1 compliance.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -49,17 +49,17 @@ instruction-set maschine respectively. BB_NUMBER_THREADS = "4" and PARALLEL_MAKE = "-j 4" if you build on a quad-core machine. -7. Build excalibur-image including GENIVI 3.0 (Excalibur) P1 components +7. Build foton-image including GENIVI 3.0 (Foton) P1 components - > $ bitbake excalibur-image + > $ bitbake foton-image 8. Run the emulator: > for qemu vexpressa9: - > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu excalibur-image vexpressa9 + > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu foton-image vexpressa9 > for qemu x86: - > $ PATH_TO_POKY/poky/scripts/runqemu excalibur-image qemux86 + > $ PATH_TO_POKY/poky/scripts/runqemu foton-image qemux86 > for qemu x86-64: - > $ PATH_TO_POKY/poky/scripts/runqemu excalibur-image qemux86-64 + > $ PATH_TO_POKY/poky/scripts/runqemu foton-image qemux86-64 |