diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-24 19:04:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-24 23:07:55 +0000 |
commit | 43ec35f7cc4f222ad91efdd56f8eea901db52def (patch) | |
tree | 934fb567974de5e3c88aca287e70f6660ae63ca9 /meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | |
parent | 6a19a39e8415072389aa4f91317bb329b8a25d7e (diff) | |
download | openembedded-core-contrib-43ec35f7cc4f222ad91efdd56f8eea901db52def.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
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-rt_5.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index 446eae2be6f..5bdd2f629a0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb @@ -11,8 +11,8 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "2659f7a7212cd80e2b69b2e5e8ceec8bcffec6aa" -SRCREV_meta ?= "9fe365b9395a05831177ec309e9857962b2496a9" +SRCREV_machine ?= "b6eb513c50e6de3746287c4f17058a81d1be613c" +SRCREV_meta ?= "ccf845f650255696bcd41c4004abf8adba212d5d" 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.4;destsuffix=${KMETA}" |