diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.19.bb | 20 |
3 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb index 6604bdf90c..a431773aa5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "4dbcaca4c9ff89e866d2b5d01df005f317c618a4" | 14 | SRCREV_machine ?= "dac3a011d5832c5f94ffac569559f05014746f01" |
15 | SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1" | 15 | SRCREV_meta ?= "772b96e00bb4d0dc4d2a18d2f7da7d5df53bf368" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.19.44" | 20 | LINUX_VERSION ?= "4.19.57" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb index 4ca11d769a..993f294b9e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | |||
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
6 | 6 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "4.19.44" | 9 | LINUX_VERSION ?= "4.19.57" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "a3cd9d732b27e78f94634924b7232b6280dae002" | 18 | SRCREV_machine_qemuarm ?= "36a736baed7fedb11c7c39b3e8d06e165e9e4d06" |
19 | SRCREV_machine ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 19 | SRCREV_machine ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
20 | SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1" | 20 | SRCREV_meta ?= "772b96e00bb4d0dc4d2a18d2f7da7d5df53bf368" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb index a5fdafe6b2..7ee67cf29a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb | |||
@@ -11,22 +11,22 @@ KBRANCH_qemux86 ?= "v4.19/standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "v4.19/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v4.19/standard/base" |
12 | KBRANCH_qemumips64 ?= "v4.19/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v4.19/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "c12bc1a098be009c44582e75af630ff573155473" | 14 | SRCREV_machine_qemuarm ?= "c093532d256a8c46a4e73a940998ddec916f63be" |
15 | SRCREV_machine_qemuarm64 ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 15 | SRCREV_machine_qemuarm64 ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
16 | SRCREV_machine_qemumips ?= "18ba7160ac7a094bf9659649c537303201eb022e" | 16 | SRCREV_machine_qemumips ?= "8bac53c36a72ab7dc343f754a76094c41c633c77" |
17 | SRCREV_machine_qemuppc ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 17 | SRCREV_machine_qemuppc ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
18 | SRCREV_machine_qemux86 ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 18 | SRCREV_machine_qemux86 ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
19 | SRCREV_machine_qemux86-64 ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 19 | SRCREV_machine_qemux86-64 ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
20 | SRCREV_machine_qemumips64 ?= "d9c77fe2a6038848fbadd660882b78e590c3252e" | 20 | SRCREV_machine_qemumips64 ?= "bbc2fcd94ccdb48977a7bf3fcbbc56ef785a0bd1" |
21 | SRCREV_machine ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c" | 21 | SRCREV_machine ?= "b1d253af9cdeb237b4875ca6184c0cbdfbe65e70" |
22 | SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1" | 22 | SRCREV_meta ?= "772b96e00bb4d0dc4d2a18d2f7da7d5df53bf368" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ |
26 | " | 26 | " |
27 | 27 | ||
28 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 28 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
29 | LINUX_VERSION ?= "4.19.44" | 29 | LINUX_VERSION ?= "4.19.57" |
30 | 30 | ||
31 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 31 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
32 | DEPENDS += "openssl-native util-linux-native" | 32 | DEPENDS += "openssl-native util-linux-native" |