summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-intel_5.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb
index a3a43da9..9730b691 100644
--- a/recipes-kernel/linux/linux-intel_5.4.bb
+++ b/recipes-kernel/linux/linux-intel_5.4.bb
@@ -1,7 +1,7 @@
1require linux-intel.inc 1require linux-intel.inc
2 2
3KBRANCH = "5.4/yocto" 3KBRANCH = "5.4/yocto"
4KMETA_BRANCH = "master" 4KMETA_BRANCH = "yocto-5.4"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 6LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
7 7
@@ -9,9 +9,9 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs
9 9
10DEPENDS += "elfutils-native openssl-native util-linux-native" 10DEPENDS += "elfutils-native openssl-native util-linux-native"
11 11
12LINUX_VERSION ?= "5.4.2" 12LINUX_VERSION ?= "5.4.6"
13SRCREV_machine ?= "dafda1446f5af2f71c97a41f279bde06acda37c5" 13SRCREV_machine ?= "4cea0e11353c3d58771677c095032bad9a4d9e64"
14SRCREV_meta ?= "0a2379e9aa2bf7ac86f0b83cd4e016d6139e7384" 14SRCREV_meta ?= "ad6487c4c983fbf8c42e2eea54f64059a09f3d0c"
15 15
16# For Crystalforest and Romley 16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"