summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-12-21 10:49:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-06 10:13:56 +0000
commitd494c3f8d6280bc326c6d8a82ed1adabe4a074c0 (patch)
treee57bf6345bfc73a7e451257a74f03101cbfebe82 /meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
parent3535744690c146af6829455bdbb9cccc17523b9b (diff)
downloadpoky-d494c3f8d6280bc326c6d8a82ed1adabe4a074c0.tar.gz
linux-yocto/4.12: bug fixes and feature backports
Integrating the following changes to the 4.12 tree: 1b85adfc0b81 mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI ID b373e336eb84 mtd: spi-nor: intel-spi: Add support for Intel Cedar Fork SPI serial flash c37662f04d7c mtd: spi-nor: intel-spi: Add support for Intel Lewisburg SPI serial flash a8a4ae37e8b7 mtd: spi-nor: intel-spi: Add support for Intel Denverton SPI serial flash controller aa830ab86985 net/bluetooth: make bluetooth socket can be created in net namespace 2e98dc285831 x86/debug: Handle warnings before the notifier chain, to fix KGDB crash These are all bug fixes, or mainline backports. (From OE-Core rev: c8ff9567f702eb93868e43ec84268f9eeb724cd4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7c4ed05c05629f8f551152153d893dfe048c1ee0) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index efa4f05bb0..27675903bc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "51c45f6489df4cdbce78e9c90b8a26fa7e7c875c" 14SRCREV_machine ?= "5683569846208da7b42c8c89e93f3259530ce92d"
15SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f" 15SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \