mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Stable Linux tag 'v4.19.23': (355 commits) Linux 4.19.23 Revert "exec: load_script: don't blindly truncate shebang string" Linux 4.19.22 svcrdma: Remove max_sge check at connect time svcrdma: Reduce max_send_sges batman-adv: Force mac header to start of data on xmit batman-adv: Avoid WARN on net_device without parent in netns xfrm: refine validation of template and selector families libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal" xfrm: Make set-mark default behavior backward compatible SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user drm/vmwgfx: Fix setting of dma masks drm/i915: always return something on DDI clock selection drm/amd/powerplay: Fix missing break in switch drm/modes: Prevent division by zero htotal mac80211: ensure that mgmt tx skbs have tailroom for encryption mic: vop: Fix use-after-free on remove powerpc/radix: Fix kernel crash with mremap() ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
22 lines
720 B
BlitzBasic
22 lines
720 B
BlitzBasic
require linux-intel.inc
|
|
|
|
KBRANCH = "4.19/base"
|
|
KMETA_BRANCH = "yocto-4.19"
|
|
|
|
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 ?= "4.19.23"
|
|
SRCREV_machine ?= "b1fcbc4ee6bf1ff49e17472cc9ec678abe880eb0"
|
|
SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86"
|
|
|
|
# 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"
|