1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

qemuarm64: Add tiny ktype to qemuarm64 bsp

Integrating the following commit(s) to linux-yocto/.:

    cf716c58bea qemuarm64: Add tiny ktype to qemuarm64 bsp

(From OE-Core rev: b3962185d4278840193b8af9eff386860e8e5666)

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com>
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
2022-02-03 23:16:31 -05:00
committed by Richard Purdie
parent 437b7fcfe3
commit c4fa1d994e
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ python () {
} }
SRCREV_machine ?= "3500b1673d3c5cdab46d497c5d492e81cc0a6a13" SRCREV_machine ?= "3500b1673d3c5cdab46d497c5d492e81cc0a6a13"
SRCREV_meta ?= "26e884f8c2d22607e97900d22ad52a290f555fd7" SRCREV_meta ?= "cf716c58bea8a4c0daba70740803b5074766f2fd"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 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.15;destsuffix=${KMETA}" git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine:qemuarm ?= "67b4c868eafbd63c437d0e79523c3bdc5f3aa834" SRCREV_machine:qemuarm ?= "67b4c868eafbd63c437d0e79523c3bdc5f3aa834"
SRCREV_machine ?= "f46816a75d738acbe4b1211153badf2f8e412780" SRCREV_machine ?= "f46816a75d738acbe4b1211153badf2f8e412780"
SRCREV_meta ?= "26e884f8c2d22607e97900d22ad52a290f555fd7" SRCREV_meta ?= "cf716c58bea8a4c0daba70740803b5074766f2fd"
PV = "${LINUX_VERSION}+git${SRCPV}" PV = "${LINUX_VERSION}+git${SRCPV}"
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "f46816a75d738acbe4b1211153badf2f8e412780"
SRCREV_machine:qemux86-64 ?= "f46816a75d738acbe4b1211153badf2f8e412780" SRCREV_machine:qemux86-64 ?= "f46816a75d738acbe4b1211153badf2f8e412780"
SRCREV_machine:qemumips64 ?= "6f4bc07807d1e17fde099baadf60752fca51fee8" SRCREV_machine:qemumips64 ?= "6f4bc07807d1e17fde099baadf60752fca51fee8"
SRCREV_machine ?= "f46816a75d738acbe4b1211153badf2f8e412780" SRCREV_machine ?= "f46816a75d738acbe4b1211153badf2f8e412780"
SRCREV_meta ?= "26e884f8c2d22607e97900d22ad52a290f555fd7" SRCREV_meta ?= "cf716c58bea8a4c0daba70740803b5074766f2fd"
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
# get the <version>/base branch, which is pure upstream -stable, and the same # get the <version>/base branch, which is pure upstream -stable, and the same