diff options
-rw-r--r-- | common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 6 | ||||
-rw-r--r-- | common/recipes-kernel/linux/linux-intel_4.9.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb index 55015941..dee89396 100644 --- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | } | 11 | } |
12 | 12 | ||
13 | KBRANCH = "base-rt" | 13 | KBRANCH = "base-rt" |
14 | SRCREV_machine ?= "cd65d037683c92be2c7dedc846f4bfd9ef84ecf4" | 14 | SRCREV_machine ?= "fc08e0615edccfb4d297c07531451cb7905fb4f4" |
15 | SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be" | 15 | SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 17 | SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.9.30" | 20 | LINUX_VERSION ?= "4.9.47" |
21 | LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" | 21 | LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" |
22 | 22 | ||
23 | 23 | ||
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index 51506555..106125a1 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb | |||
@@ -2,13 +2,13 @@ | |||
2 | require recipes-kernel/linux/linux-yocto.inc | 2 | require recipes-kernel/linux/linux-yocto.inc |
3 | 3 | ||
4 | KBRANCH = "base" | 4 | KBRANCH = "base" |
5 | SRCREV_machine ?= "22a3e397584619839ec645c7378dc40bdd5ad2d1" | 5 | SRCREV_machine ?= "2d533948da0a7c53a0a662d3764be166ba996d93" |
6 | SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be" | 6 | SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 8 | SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
10 | 10 | ||
11 | LINUX_VERSION ?= "4.9.30" | 11 | LINUX_VERSION ?= "4.9.47" |
12 | LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" | 12 | LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |