linux-yocto: configuration updates (virtio and tpm)

Integrating the following configuration changes:

  1992fb4dad30 virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU
  9e9ba7cb6756 features/tpm: enable tpm support

(From OE-Core rev: c4e273f6a2213ac898fbc504b9bfc12af633c9b8)

(From OE-Core rev: a6356975709cb7bcfbea60ce9f1507583eccd2e2)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Drop 4.19 changes]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2018-12-16 22:38:29 -05:00
committed by Richard Purdie
parent a4e7bb5346
commit de7be89608
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "6228ee37a46479d624e608c572d241f74eee11b6"
SRCREV_meta ?= "9e7df3b788749a9b804bf3856fe032089b79d1c1"
SRCREV_meta ?= "cc2fb5bd0e71f4beec5c4ce726da0a87e2d55337"
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-4.18;destsuffix=${KMETA}"

View File

@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "bd4312baf01b5aca2745245c3856b5143bf0c6ad"
SRCREV_machine ?= "9eddc793f95f4e7e283996a007e205622c633539"
SRCREV_meta ?= "9e7df3b788749a9b804bf3856fe032089b79d1c1"
SRCREV_meta ?= "cc2fb5bd0e71f4beec5c4ce726da0a87e2d55337"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "9eddc793f95f4e7e283996a007e205622c633539"
SRCREV_machine_qemux86-64 ?= "9eddc793f95f4e7e283996a007e205622c633539"
SRCREV_machine_qemumips64 ?= "6641acbf076ba3f7ad96e846581272215a537904"
SRCREV_machine ?= "9eddc793f95f4e7e283996a007e205622c633539"
SRCREV_meta ?= "9e7df3b788749a9b804bf3856fe032089b79d1c1"
SRCREV_meta ?= "cc2fb5bd0e71f4beec5c4ce726da0a87e2d55337"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"