From b6fd099d2a1fd5b0587d727d7f6916432072536e Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 25 Jan 2019 12:50:01 +0800 Subject: linux-intel: remove 4.9 kernel and related bbapends Remove support for building with 4.9 kernel in this release. Also remove related bbapends with patches to fix builds for 4.9. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/iwlwifi/backport-iwlwifi_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes-kernel/iwlwifi/backport-iwlwifi_git.bb') diff --git a/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb b/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb index 1453f519..71837318 100644 --- a/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb +++ b/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb @@ -20,13 +20,9 @@ inherit module PV = "30" SRCREV = "b31221a99488021300e7f89d2ecf9bdd2bc52dd2" -# Add a patch for Intel's Production Kernel as it's got a backport of HRTimers -PK_PATCH = "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/kernel','linux-intel','file://0001-hrtimer-fix-version-numbers-because-production-kerne.patch','',d)}" - SRC_URI = " \ git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi;branch=release/LinuxCore${PV} \ file://0001-Makefile.real-skip-host-install-scripts.patch \ - ${PK_PATCH} \ file://iwlwifi.conf \ " -- cgit v1.2.3-54-g00ecf