summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-12-23 23:52:13 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-12-23 23:52:13 +0800
commit64c7aba6add3611060117c1475ae72896e3963ad (patch)
treee83b8aa06846bcd971810fa1e5302bc5c87e4f4a /recipes-kernel
parent7ce356a478569bd39c9ecbc58d2e0a2ef59c8ddf (diff)
downloadmeta-intel-64c7aba6add3611060117c1475ae72896e3963ad.tar.gz
linux-intel/5.4: fix FIRMWARE_LOADER warnings
Update the kernel config revision to point to latest. Fixes: | [NOTE]: 'CONFIG_FW_LOADER' last val (m) and .config val (y) do not match | [INFO]: CONFIG_FW_LOADER : y ## .config: 1564 :configs/v5.4/ktypes/base/base.cfg (n) configs/v5.4/standard/features/firmware/firmware.cfg (m) | [INFO]: raw config text: Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.4.bb2
-rw-r--r--recipes-kernel/linux/linux-intel_5.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb
index 54753d66..1c21506e 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.4.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb
@@ -20,7 +20,7 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
20 20
21LINUX_VERSION ?= "5.4.78" 21LINUX_VERSION ?= "5.4.78"
22SRCREV_machine ?= "d5fde3d31ce39557fac848a476e3473b14f2c042" 22SRCREV_machine ?= "d5fde3d31ce39557fac848a476e3473b14f2c042"
23SRCREV_meta ?= "8930d401f840f6cdff4ac887f6f6832d8cd44112" 23SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d"
24 24
25LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
26 26
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb
index ce53dc5e..a2e554f4 100644
--- a/recipes-kernel/linux/linux-intel_5.4.bb
+++ b/recipes-kernel/linux/linux-intel_5.4.bb
@@ -11,7 +11,7 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
11 11
12LINUX_VERSION ?= "5.4.81" 12LINUX_VERSION ?= "5.4.81"
13SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac" 13SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac"
14SRCREV_meta ?= "8930d401f840f6cdff4ac887f6f6832d8cd44112" 14SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d"
15 15
16# For Crystalforest and Romley 16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"