mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
linux-yocto/4.12: fix qemuarm64 boot failure
The -stable update to 4.12 needs one more commit to fix the boot of qemuarm64. This will be part of the next 4.12 -stable series, but for now, we merge the patch directly. 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y (From OE-Core rev: a8eb060cbbbb00581e8260dd6bfc31cff5558e8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
adc8f73e9e
commit
74bc3fbbdb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
|
||||
KBRANCH_qemux86-64 ?= "standard/base"
|
||||
KBRANCH_qemumips64 ?= "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "9728502c1fc96a1348ff06e1be8df75bee168032"
|
||||
SRCREV_machine_qemuarm64 ?= "1c4ad569af3e23a77994235435040e322908687f"
|
||||
SRCREV_machine_qemumips ?= "b04e654320e56fa42e477698dbf61d99f0bb4501"
|
||||
SRCREV_machine_qemuppc ?= "1c4ad569af3e23a77994235435040e322908687f"
|
||||
SRCREV_machine_qemux86 ?= "1c4ad569af3e23a77994235435040e322908687f"
|
||||
SRCREV_machine_qemux86-64 ?= "1c4ad569af3e23a77994235435040e322908687f"
|
||||
SRCREV_machine_qemumips64 ?= "7a297c3848d02c46acd40e3d2f285c7905f8134c"
|
||||
SRCREV_machine ?= "1c4ad569af3e23a77994235435040e322908687f"
|
||||
SRCREV_machine_qemuarm ?= "6e5a99db3a495e023041a30d43262047795e645a"
|
||||
SRCREV_machine_qemuarm64 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
|
||||
SRCREV_machine_qemumips ?= "43dc47f90007d54c7086cc03b28e946e30135f1c"
|
||||
SRCREV_machine_qemuppc ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
|
||||
SRCREV_machine_qemux86 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
|
||||
SRCREV_machine_qemux86-64 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
|
||||
SRCREV_machine_qemumips64 ?= "69f0c96d8e47b0dccfb374809d729f0042c77868"
|
||||
SRCREV_machine ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
|
||||
SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
|
||||
|
||||
Reference in New Issue
Block a user