summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-02-17 21:23:47 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-02-17 22:42:36 +0800
commitb47d27372261aa2f56d1a221f542df9db4a4bf42 (patch)
treed12316e1375974ff55aa4222a15e9ac5b9e95467
parent3d02bb6d0a24d388af4dbab0b0f372ebcec7c7e2 (diff)
downloadmeta-intel-b47d27372261aa2f56d1a221f542df9db4a4bf42.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> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-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"