mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
27 lines
965 B
BlitzBasic
27 lines
965 B
BlitzBasic
require linux-intel.inc
|
|
|
|
KBRANCH = "5.4/yocto"
|
|
KMETA_BRANCH = "yocto-5.4"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
|
|
|
|
DEPENDS += "elfutils-native openssl-native util-linux-native"
|
|
|
|
LINUX_VERSION ?= "5.4.81"
|
|
SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac"
|
|
SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d"
|
|
|
|
# For Crystalforest and Romley
|
|
KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
|
|
KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
|
|
|
|
# Functionality flags
|
|
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
|
|
|
|
# Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in
|
|
# linux-intel 5.4 specifically. This cause warning during kernel config audit. So suppress the
|
|
# harmless warning for now.
|
|
KCONF_BSP_AUDIT_LEVEL = "0"
|