summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-03-24 19:04:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-25 10:02:49 +0000
commit026440717d15931d3c783d5f312dbc1217e8b75c (patch)
tree0e8545df91641fd4d4aaed1959fed9c1d353e4de /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parent397a419e490c229f4dcb446ae9c81180aed1d0d4 (diff)
downloadpoky-026440717d15931d3c783d5f312dbc1217e8b75c.tar.gz
linux-yocto/5.4: Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
We had reverted this commit in v5.2, and it is still required in 5.4. The following config commit is also included in this change: bsp/ti-am335x: drop some invalid cfg options (From OE-Core rev: 43ec35f7cc4f222ad91efdd56f8eea901db52def) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 653f33f9cb..0850725383 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "c90bb8009bf65f13d120f8e4989763f85133762e" 18SRCREV_machine_qemuarm ?= "8f0a54b42e11bee3bf552ae6a04f7ec2267f4dd3"
19SRCREV_machine ?= "20eb96b378204dcc435b193c5d692bdf561beff0" 19SRCREV_machine ?= "45760a7e1301894b3ffd4d1bd76684c99fbff6f7"
20SRCREV_meta ?= "9fe365b9395a05831177ec309e9857962b2496a9" 20SRCREV_meta ?= "ccf845f650255696bcd41c4004abf8adba212d5d"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23