mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Stable Linux tag v4.14.87 : (56 commits) Linux 4.14.87 tipc: use destination length for copy string net: qed: use correct strncpy() size mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo thermal/drivers/hisi: Remove costly sensor inspection thermal/drivers/hisi: Fix configuration register setting thermal/drivers/hisi: Encapsulate register writes into helpers thermal/drivers/hisi: Remove pointless lock thermal/drivers/hisi: Remove the multiple sensors support mm: cleancache: fix corruption on missed inode invalidation reset: remove remaining WARN_ON() in <linux/reset.h> reset: make device_reset_optional() really optional udf: Allow mounting volumes with incorrect identification strings arc: [devboards] Add support of NFSv3 ACL ARC: change defconfig defaults to ARCv2 btrfs: Always try all copies when reading extent buffers btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliable Input: elan_i2c - add support for ELAN0621 touchpad Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR Input: elan_i2c - add ELAN0620 to the ACPI table ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
21 lines
600 B
BlitzBasic
21 lines
600 B
BlitzBasic
|
|
require linux-intel.inc
|
|
|
|
KBRANCH = "4.9/yocto/base"
|
|
KMETA_BRANCH = "yocto-4.9"
|
|
|
|
SRC_URI_append = " \
|
|
file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
|
|
"
|
|
|
|
LINUX_VERSION ?= "4.9.134"
|
|
SRCREV_machine ?= "33c9f20d1f40e87af4ccaf55c0fabb89b068d6ab"
|
|
SRCREV_meta ?= "f9e90afd4e47920e990dacb73cd6508917ca5422"
|
|
|
|
# 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"
|