diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:37:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-10 13:46:17 +0100 |
commit | 61edee0d29b3b6a77cd51dfcc064e90a8e471eb7 (patch) | |
tree | 46b59bf695dc473006d2cb835703ab242e5995f4 | |
parent | 87a8700a37145b0355cb3eb3c495e72673f62930 (diff) | |
download | poky-61edee0d29b3b6a77cd51dfcc064e90a8e471eb7.tar.gz |
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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb index 9c0dbcf4ba..adffe4e9f8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "06e1ff79ea9efef052404ee1989cae038b28e954" | 14 | SRCREV_machine ?= "06e1ff79ea9efef052404ee1989cae038b28e954" |
15 | SRCREV_meta ?= "bf8eb7d888f05965789dec325e84a3dce8011712" | 15 | SRCREV_meta ?= "f0b575cda6d03540ff8da2f70421f13a08f34a5e" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb index c692ce75c5..49c69c4b57 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | |||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "b0477279877bb2b5cca6ec49c64e931901ff2022" | 18 | SRCREV_machine_qemuarm ?= "b0477279877bb2b5cca6ec49c64e931901ff2022" |
19 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" | 19 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
20 | SRCREV_meta ?= "bf8eb7d888f05965789dec325e84a3dce8011712" | 20 | SRCREV_meta ?= "f0b575cda6d03540ff8da2f70421f13a08f34a5e" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb index 8474b500cd..82bbbd616a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" | |||
19 | SRCREV_machine_qemux86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" | 19 | SRCREV_machine_qemux86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
20 | SRCREV_machine_qemumips64 ?= "2468c20c15477ebe5ecd73c0e0162d7432149318" | 20 | SRCREV_machine_qemumips64 ?= "2468c20c15477ebe5ecd73c0e0162d7432149318" |
21 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" | 21 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
22 | SRCREV_meta ?= "bf8eb7d888f05965789dec325e84a3dce8011712" | 22 | SRCREV_meta ?= "f0b575cda6d03540ff8da2f70421f13a08f34a5e" |
23 | 23 | ||
24 | # remap qemuarm to qemuarma15 for the 5.0 kernel | 24 | # remap qemuarm to qemuarma15 for the 5.0 kernel |
25 | # KMACHINE_qemuarm ?= "qemuarma15" | 25 | # KMACHINE_qemuarm ?= "qemuarma15" |