diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-03-01 10:13:40 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-03 18:03:56 +0000 |
| commit | 354b52e83d3e3696f6abc3d99117a0dc1219b142 (patch) | |
| tree | f57c94746382b8aeaa9298b47ad4747c2b1549cf /meta/recipes-kernel | |
| parent | 61e80223a9d7e7aa5046f673eccbb182374560a7 (diff) | |
| download | poky-354b52e83d3e3696f6abc3d99117a0dc1219b142.tar.gz | |
linux-yocto-dev: bump to v6.2
Updating the -dev kernel to the 6.2 kernel.
(From OE-Core rev: e65d10ea2c955c87a08e6ac0e2594e3618cdc7e8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 05e405f81c..9ef5b80a37 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
| @@ -16,7 +16,7 @@ inherit pkgconfig | |||
| 16 | # provide this .inc to set specific revisions | 16 | # provide this .inc to set specific revisions |
| 17 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc | 17 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc |
| 18 | 18 | ||
| 19 | KBRANCH = "v6.1/standard/base" | 19 | KBRANCH = "v6.2/standard/base" |
| 20 | KMETA = "kernel-meta" | 20 | KMETA = "kernel-meta" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \ | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \ |
| @@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name | |||
| 30 | SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' | 30 | SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' |
| 31 | SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' | 31 | SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' |
| 32 | 32 | ||
| 33 | LINUX_VERSION ?= "6.1" | 33 | LINUX_VERSION ?= "6.2" |
| 34 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" | 34 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" |
| 35 | PV = "${LINUX_VERSION}+git${SRCPV}" | 35 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 36 | 36 | ||
