diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-12-23 15:52:13 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-12-23 15:52:13 (GMT) |
commit | 64c7aba6add3611060117c1475ae72896e3963ad (patch) | |
tree | e83b8aa06846bcd971810fa1e5302bc5c87e4f4a /recipes-kernel/linux | |
parent | 7ce356a478569bd39c9ecbc58d2e0a2ef59c8ddf (diff) | |
download | meta-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/linux')
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_5.4.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-intel_5.4.bb | 2 |
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 54753d6..1c21506 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 | ||
21 | LINUX_VERSION ?= "5.4.78" | 21 | LINUX_VERSION ?= "5.4.78" |
22 | SRCREV_machine ?= "d5fde3d31ce39557fac848a476e3473b14f2c042" | 22 | SRCREV_machine ?= "d5fde3d31ce39557fac848a476e3473b14f2c042" |
23 | SRCREV_meta ?= "8930d401f840f6cdff4ac887f6f6832d8cd44112" | 23 | SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d" |
24 | 24 | ||
25 | LINUX_KERNEL_TYPE = "preempt-rt" | 25 | LINUX_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 ce53dc5..a2e554f 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 | ||
12 | LINUX_VERSION ?= "5.4.81" | 12 | LINUX_VERSION ?= "5.4.81" |
13 | SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac" | 13 | SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac" |
14 | SRCREV_meta ?= "8930d401f840f6cdff4ac887f6f6832d8cd44112" | 14 | SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d" |
15 | 15 | ||
16 | # For Crystalforest and Romley | 16 | # For Crystalforest and Romley |
17 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | 17 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" |