linux-yocto/5.0: tweak qemuarm -tiny configuration

Tweaking the qemuarm -tiny configuration so it will boot to a
prompt. There are still some remaining issues (like hvc console
warnings), but this is much better than a silent boot, or boot
hang like we previously had.

(From OE-Core rev: 12a5d50e65cd3510ba790cd7867b5319ef5028f4)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2019-04-09 11:37:56 -04:00
committed by Richard Purdie
parent 87a8700a37
commit 61edee0d29
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "06e1ff79ea9efef052404ee1989cae038b28e954"
SRCREV_meta ?= "bf8eb7d888f05965789dec325e84a3dce8011712"
SRCREV_meta ?= "f0b575cda6d03540ff8da2f70421f13a08f34a5e"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}"