diff options
author | 2015-09-18 14:40:38 +0900 | |
---|---|---|
committer | 2015-09-18 14:52:13 +0900 | |
commit | d24a9ca12f8492c2acecba9dfa6d5b1222eea686 (patch) | |
tree | 91df9f664eba887b446284f389ce670d7834f5a8 /README.md | |
parent | c5aa36a5d78a2021fce6b60c55ac12beb353b0c3 (diff) | |
download | meta-ivi-d24a9ca12f8492c2acecba9dfa6d5b1222eea686.tar.gz meta-ivi-d24a9ca12f8492c2acecba9dfa6d5b1222eea686.tar.bz2 meta-ivi-d24a9ca12f8492c2acecba9dfa6d5b1222eea686.zip |
runqemu: update to yocto fido's.
- it's for fix up
the issue of "wayland does not receive handle left mouse click event"
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -84,20 +84,11 @@ export TEMPLATECONF=/full/path/to/meta-ivi/meta-ivi/conf > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image vexpressa9 > > for qemu x86: - > $ PATH_TO_POKY/poky/scripts/runqemu kronos-image qemux86 + > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image qemux86 > > for qemu x86-64: - > $ PATH_TO_POKY/poky/scripts/runqemu kronos-image qemux86-64 + > $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image qemux86-64 5. To login use these credentials: > User - root > Password - root - -Known Issues ------------- - -There are known issues at the release of K-0.2 - -* On QEMU(IA-32) and QEMU(x86-64), - weston cannot handling left mouse click event. - This bug does not impact to QEMU (ARMv7) |