diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index f39b28c5fb..332a19366a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.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 ?= "42be00a6acf8aa69c1816ed0022af788eda02635" | 14 | SRCREV_machine ?= "8008621f28248a94b5f1154350a4fc9c71b130d5" |
| 15 | SRCREV_meta ?= "4ffe48fc9d3491d0123ea5698759f2010f22372d" | 15 | SRCREV_meta ?= "4476e17760bea9d68c392368f2396a2e9efa86c3" |
| 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-5.10;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "5.10.179" | 20 | LINUX_VERSION ?= "5.10.180" |
| 21 | 21 | ||
| 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index c77162c9f9..e8d4eeea72 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.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 ?= "5.10.179" | 9 | LINUX_VERSION ?= "5.10.180" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 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 ?= "c368271929a4b4b419575966578abb32cab23b5d" | 18 | SRCREV_machine:qemuarm ?= "d0dc3a46c784849731fc25990679b676f4306cef" |
| 19 | SRCREV_machine ?= "f1b49ee7456e402d93961861e611b9ca829da753" | 19 | SRCREV_machine ?= "5ca66907abef1e8a0be5d3109fd3f0d50f77bc5f" |
| 20 | SRCREV_meta ?= "4ffe48fc9d3491d0123ea5698759f2010f22372d" | 20 | SRCREV_meta ?= "4476e17760bea9d68c392368f2396a2e9efa86c3" |
| 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_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 46b9fdf870..cb28294a7f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -13,23 +13,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
| 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
| 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
| 15 | 15 | ||
| 16 | SRCREV_machine:qemuarm ?= "7b27b209bb9a594edeb3b4f4b919e8900aade179" | 16 | SRCREV_machine:qemuarm ?= "1cf6a458134cbbe232467622d8e34d2e9d10e92b" |
| 17 | SRCREV_machine:qemuarm64 ?= "17427c04e8d8c55004e817279ea99e977097787f" | 17 | SRCREV_machine:qemuarm64 ?= "5db230097771631366812f12c9b04c8379f53c24" |
| 18 | SRCREV_machine:qemumips ?= "0bd9e4cdcd99d0d4576a1198bba063ba2500ab16" | 18 | SRCREV_machine:qemumips ?= "795276fa64f0874a4ee0dcfa9c78e572314bdfa1" |
| 19 | SRCREV_machine:qemuppc ?= "123f9fe3b1ce8c60a4b55c0030a8a7428c18a516" | 19 | SRCREV_machine:qemuppc ?= "6ccfcf5138703538662241bf8ed897a1ef2a3def" |
| 20 | SRCREV_machine:qemuriscv64 ?= "15c1b808c9f87a794a15ceaf104514e0a2bc21c1" | 20 | SRCREV_machine:qemuriscv64 ?= "c6515d2a698792220bed8fd39ccbcfec64d1130f" |
| 21 | SRCREV_machine:qemuriscv32 ?= "15c1b808c9f87a794a15ceaf104514e0a2bc21c1" | 21 | SRCREV_machine:qemuriscv32 ?= "c6515d2a698792220bed8fd39ccbcfec64d1130f" |
| 22 | SRCREV_machine:qemux86 ?= "15c1b808c9f87a794a15ceaf104514e0a2bc21c1" | 22 | SRCREV_machine:qemux86 ?= "c6515d2a698792220bed8fd39ccbcfec64d1130f" |
| 23 | SRCREV_machine:qemux86-64 ?= "15c1b808c9f87a794a15ceaf104514e0a2bc21c1" | 23 | SRCREV_machine:qemux86-64 ?= "c6515d2a698792220bed8fd39ccbcfec64d1130f" |
| 24 | SRCREV_machine:qemumips64 ?= "55e025dc1b9a8847f0307b87e07e175c929528a0" | 24 | SRCREV_machine:qemumips64 ?= "4d6b146f00b8efc99e3d3d1d8a63220c29590c8d" |
| 25 | SRCREV_machine ?= "15c1b808c9f87a794a15ceaf104514e0a2bc21c1" | 25 | SRCREV_machine ?= "c6515d2a698792220bed8fd39ccbcfec64d1130f" |
| 26 | SRCREV_meta ?= "4ffe48fc9d3491d0123ea5698759f2010f22372d" | 26 | SRCREV_meta ?= "4476e17760bea9d68c392368f2396a2e9efa86c3" |
| 27 | 27 | ||
| 28 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 28 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
| 29 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 29 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 30 | 30 | ||
| 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 32 | LINUX_VERSION ?= "5.10.179" | 32 | LINUX_VERSION ?= "5.10.180" |
| 33 | 33 | ||
| 34 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 34 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 35 | DEPENDS += "openssl-native util-linux-native" | 35 | DEPENDS += "openssl-native util-linux-native" |
