summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/blktrace/blktrace_git.bb2
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.4.bb2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
index d0eeba3208..d4f5bac84f 100644
--- a/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "libaio"
12 12
13SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" 13SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
14 14
15PV = "1.3.0+git${SRCPV}" 15PV = "1.3.0+git"
16 16
17SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https" 17SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https"
18 18
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index cea12240f0..3fcfe4b4c3 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "\
12DEPENDS = "git-native" 12DEPENDS = "git-native"
13 13
14SRCREV = "6645d3897cc2eeb1237ee0e2ff5342bd73ee0875" 14SRCREV = "6645d3897cc2eeb1237ee0e2ff5342bd73ee0875"
15PV = "0.3+git${SRCPV}" 15PV = "0.3+git"
16 16
17inherit native 17inherit native
18 18
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index fba603b0f2..95e3592731 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -30,7 +30,7 @@ SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "li
30 30
31LINUX_VERSION ?= "6.5" 31LINUX_VERSION ?= "6.5"
32LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" 32LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
33PV = "${LINUX_VERSION}+git${SRCPV}" 33PV = "${LINUX_VERSION}+git"
34 34
35LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 35LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
36 36
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
index d13722b32f..be2110ecc9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
27DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 27DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
28DEPENDS += "openssl-native util-linux-native" 28DEPENDS += "openssl-native util-linux-native"
29 29
30PV = "${LINUX_VERSION}+git${SRCPV}" 30PV = "${LINUX_VERSION}+git"
31 31
32KMETA = "kernel-meta" 32KMETA = "kernel-meta"
33KCONF_BSP_AUDIT_LEVEL = "1" 33KCONF_BSP_AUDIT_LEVEL = "1"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
index 5f633405ea..3c168def2c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
27DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 27DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
28DEPENDS += "openssl-native util-linux-native" 28DEPENDS += "openssl-native util-linux-native"
29 29
30PV = "${LINUX_VERSION}+git${SRCPV}" 30PV = "${LINUX_VERSION}+git"
31 31
32KMETA = "kernel-meta" 32KMETA = "kernel-meta"
33KCONF_BSP_AUDIT_LEVEL = "1" 33KCONF_BSP_AUDIT_LEVEL = "1"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
index a77bd9d183..6b452f3803 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
@@ -20,7 +20,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
20SRCREV_machine ?= "44fd0c7a5a7955282a1ab24bf3dcdee068839ad2" 20SRCREV_machine ?= "44fd0c7a5a7955282a1ab24bf3dcdee068839ad2"
21SRCREV_meta ?= "295d37e268bc02070da670e46456227bee38795b" 21SRCREV_meta ?= "295d37e268bc02070da670e46456227bee38795b"
22 22
23PV = "${LINUX_VERSION}+git${SRCPV}" 23PV = "${LINUX_VERSION}+git"
24 24
25SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 25SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
26 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA};protocol=https" 26 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
index 982352b010..721b52bc8a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
@@ -20,7 +20,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
20SRCREV_machine ?= "9753b4497951a5bd1a921e784532257d26a8b008" 20SRCREV_machine ?= "9753b4497951a5bd1a921e784532257d26a8b008"
21SRCREV_meta ?= "d9483a24c9ee33b6e566baa5233cbd9feaeb5212" 21SRCREV_meta ?= "d9483a24c9ee33b6e566baa5233cbd9feaeb5212"
22 22
23PV = "${LINUX_VERSION}+git${SRCPV}" 23PV = "${LINUX_VERSION}+git"
24 24
25SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 25SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
26 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.4;destsuffix=${KMETA};protocol=https" 26 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.4;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index deed2115c4..b4601f583e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -47,7 +47,7 @@ SRC_URI += "file://0001-perf-cpumap-Make-counter-as-unsigned-ints.patch"
47LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 47LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
48LINUX_VERSION ?= "6.1.46" 48LINUX_VERSION ?= "6.1.46"
49 49
50PV = "${LINUX_VERSION}+git${SRCPV}" 50PV = "${LINUX_VERSION}+git"
51 51
52KMETA = "kernel-meta" 52KMETA = "kernel-meta"
53KCONF_BSP_AUDIT_LEVEL = "1" 53KCONF_BSP_AUDIT_LEVEL = "1"
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.4.bb b/meta/recipes-kernel/linux/linux-yocto_6.4.bb
index ce406db90e..52accc9f87 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.4.bb
@@ -46,7 +46,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
46LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 46LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
47LINUX_VERSION ?= "6.4.11" 47LINUX_VERSION ?= "6.4.11"
48 48
49PV = "${LINUX_VERSION}+git${SRCPV}" 49PV = "${LINUX_VERSION}+git"
50 50
51KMETA = "kernel-meta" 51KMETA = "kernel-meta"
52KCONF_BSP_AUDIT_LEVEL = "1" 52KCONF_BSP_AUDIT_LEVEL = "1"