mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Switch to using yocto-5.4 branch from yocto-kernel-cache. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
22 lines
717 B
BlitzBasic
22 lines
717 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.6"
|
|
SRCREV_machine ?= "4cea0e11353c3d58771677c095032bad9a4d9e64"
|
|
SRCREV_meta ?= "ad6487c4c983fbf8c42e2eea54f64059a09f3d0c"
|
|
|
|
# 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"
|