summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-07 23:35:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-09 12:40:14 +0100
commitb4180ef8e2fef6bdd34596edfbe2bb7cd8f3206b (patch)
treea4b183474124854ba7c01e6bf764c54cc5150173 /meta
parent5477cad9b94e3522838d65e4f46ccadd5c98b3b0 (diff)
downloadpoky-b4180ef8e2fef6bdd34596edfbe2bb7cd8f3206b.tar.gz
linux-yocto/6.4: fix CONFIG_LEDS_TRIGGER_GPIO kernel audit warning
Integrating the following commit(s) to linux-yocto/.: eab54df7b72 leds : do not enable CONFIG_LEDS_TRIGGER_GPIO by default (From OE-Core rev: aee275255c740e048d4ecba7be7652446c645967) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.4.bb2
3 files changed, 3 insertions, 3 deletions
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 9273a08c61..4d0fc03ef0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17SRCREV_machine ?= "917d160a84f61aada28d09f5afc04d6451fa52a0" 17SRCREV_machine ?= "917d160a84f61aada28d09f5afc04d6451fa52a0"
18SRCREV_meta ?= "dab56f52aa33b5cea1513b36b98e50a6c7c31f47" 18SRCREV_meta ?= "eab54df7b727b239c88d29a29357dbbaca8ca1f7"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.4;destsuffix=${KMETA};protocol=https" 21 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-tiny_6.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
index 39abfcbb08..ca725c42d4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
@@ -18,7 +18,7 @@ KMETA = "kernel-meta"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "dee78ad1963cff9c063fba486d43fc9670285883" 20SRCREV_machine ?= "dee78ad1963cff9c063fba486d43fc9670285883"
21SRCREV_meta ?= "dab56f52aa33b5cea1513b36b98e50a6c7c31f47" 21SRCREV_meta ?= "eab54df7b727b239c88d29a29357dbbaca8ca1f7"
22 22
23PV = "${LINUX_VERSION}+git${SRCPV}" 23PV = "${LINUX_VERSION}+git${SRCPV}"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.4.bb b/meta/recipes-kernel/linux/linux-yocto_6.4.bb
index 443a89cc1e..322ca2a62c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.4.bb
@@ -28,7 +28,7 @@ SRCREV_machine:qemux86 ?= "dee78ad1963cff9c063fba486d43fc9670285883"
28SRCREV_machine:qemux86-64 ?= "dee78ad1963cff9c063fba486d43fc9670285883" 28SRCREV_machine:qemux86-64 ?= "dee78ad1963cff9c063fba486d43fc9670285883"
29SRCREV_machine:qemumips64 ?= "144ff37fee7f0499574d5b508e4db82234f38fec" 29SRCREV_machine:qemumips64 ?= "144ff37fee7f0499574d5b508e4db82234f38fec"
30SRCREV_machine ?= "dee78ad1963cff9c063fba486d43fc9670285883" 30SRCREV_machine ?= "dee78ad1963cff9c063fba486d43fc9670285883"
31SRCREV_meta ?= "dab56f52aa33b5cea1513b36b98e50a6c7c31f47" 31SRCREV_meta ?= "eab54df7b727b239c88d29a29357dbbaca8ca1f7"
32 32
33# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 33# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
34# get the <version>/base branch, which is pure upstream -stable, and the same 34# get the <version>/base branch, which is pure upstream -stable, and the same