diff options
author | 2015-06-24 19:00:28 +0200 | |
---|---|---|
committer | 2015-09-14 22:26:00 +0900 | |
commit | 5cfa15392bed41bb5f8d24a0262411edde8083f3 (patch) | |
tree | db47ede43eab9b49bed8e74927efcf4b8fda44d2 /README.md | |
parent | df20354228c9ce055e5134b599fac011d753b957 (diff) | |
download | meta-ivi-5cfa15392bed41bb5f8d24a0262411edde8083f3.tar.gz meta-ivi-5cfa15392bed41bb5f8d24a0262411edde8083f3.tar.bz2 meta-ivi-5cfa15392bed41bb5f8d24a0262411edde8083f3.zip |
README.md: Document Kronos
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -39,8 +39,8 @@ URI: git://git.openembedded.org/meta-openembedded > branch: fido > revision: 5b0305d9efa4b5692cd942586fb7aa92dba42d59 -Using the above git sha's and the master meta-ivi branch, bitbaking intrepid-image -is known to work (the jupiter-image build should be aligned with GENIVI 8.0). +Using the above git sha's and the master meta-ivi branch, bitbaking kronos-image +is known to work (the kronos-image build should be aligned with GENIVI 9.0). For creating a specific GENIVI compliant image version, please make sure you git checkout the related meta-ivi branch and follow the build instructions @@ -76,18 +76,18 @@ export TEMPLATECONF=/full/path/to/meta-ivi/meta-ivi/conf 2. Run the following command: > $ source poky/oe-init-build-env -3. Build intrepid-image including GENIVI 8.0 (Jupiter) components - > $ bitbake intrepid-image +3. Build kronos-image including GENIVI 9.0 (Kronos) components + > $ bitbake kronos-image 4. Run the emulator: > for qemu vexpressa9: - > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu intrepid-image vexpressa9 + > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image vexpressa9 > > for qemu x86: - > $ PATH_TO_POKY/poky/scripts/runqemu intrepid-image qemux86 + > $ PATH_TO_POKY/poky/scripts/runqemu kronos-image qemux86 > > for qemu x86-64: - > $ PATH_TO_POKY/poky/scripts/runqemu intrepid-image qemux86-64 + > $ PATH_TO_POKY/poky/scripts/runqemu kronos-image qemux86-64 5. To login use these credentials: > User - root |