diff options
author | 2015-06-24 19:00:28 +0200 | |
---|---|---|
committer | 2015-09-08 22:40:26 +0900 | |
commit | 894db278ffd2a82c9dccf9f951b8eb090c0e94c3 (patch) | |
tree | c51eff780570910a4a78c99721102fa99848df56 | |
parent | a10b28293f7ffc1c0552faf9813289ea2f1a8ff4 (diff) | |
download | meta-ivi-K-0.1.tar.gz meta-ivi-K-0.1.tar.bz2 meta-ivi-K-0.1.zip |
README.md: Document KronosK-0.1
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-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 |