summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-26 17:34:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-27 14:31:36 +0000
commit42a020da70e6980c083005cb60dd4c1b427c788d (patch)
treefc6335fdb238289101be749c8ffde2fcc5792a8e /meta/recipes-kernel
parentf7fa98cca8a5ac64dbe5fa8a01b6699d731fb2ce (diff)
downloadpoky-42a020da70e6980c083005cb60dd4c1b427c788d.tar.gz
linux-yocto/6.6: genericarm64 configuration/definition
Integrating the following commit(s) to linux-yocto/.: 1/3 [ Author: Ross Burton Email: ross.burton@arm.com Subject: features/numa: remove CONFIG_NEED_MULTIPLE_NODES Date: Mon, 26 Feb 2024 12:10:12 +0000 This was removed in kernel a9ee6cf (5.14 onwards). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/3 [ Author: Ross Burton Email: ross.burton@arm.com Subject: features/cgroups: remove trailing whitespace Date: Mon, 26 Feb 2024 12:10:13 +0000 Otherwise the audit will notice that "y " was requested but "y" was set. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 3/3 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp: Add initial genericarm64 BSP Date: Mon, 26 Feb 2024 12:10:14 +0000 Add the skeleton of an initial genericarm64 kernel. At present this has only been boot tested on a BeaglePlay and is missing some functionality, but it does boot via EFI from SD card successfully. Future work will organise the configuration fragments more neatly, move more options to modules, increase functionality, and add support for more boards. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: c60bbcc73a5e623e5cf05339d42bc9d98a82b684) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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-rt_6.6.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.6.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
index 3b85917506..21f47cb7c0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17SRCREV_machine ?= "f0a5daf40acf2b457445f9b4f97f9eb2a3d1508a" 17SRCREV_machine ?= "f0a5daf40acf2b457445f9b4f97f9eb2a3d1508a"
18SRCREV_meta ?= "1a7881cb61f28deae2a90a93648a76fd4e1b0cc2" 18SRCREV_meta ?= "9141b18f231628a8605b899e836ba4abc7c43f09"
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.6;destsuffix=${KMETA};protocol=https" 21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
index a2234c4f57..ef81caaa9d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
@@ -18,7 +18,7 @@ KMETA = "kernel-meta"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" 20SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629"
21SRCREV_meta ?= "1a7881cb61f28deae2a90a93648a76fd4e1b0cc2" 21SRCREV_meta ?= "9141b18f231628a8605b899e836ba4abc7c43f09"
22 22
23PV = "${LINUX_VERSION}+git" 23PV = "${LINUX_VERSION}+git"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
index 141e1e4529..c89f99787c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
@@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629"
29SRCREV_machine:qemux86-64 ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" 29SRCREV_machine:qemux86-64 ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629"
30SRCREV_machine:qemumips64 ?= "7c478488b642339d97ac55fd8b1acfd086e95c5c" 30SRCREV_machine:qemumips64 ?= "7c478488b642339d97ac55fd8b1acfd086e95c5c"
31SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" 31SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629"
32SRCREV_meta ?= "1a7881cb61f28deae2a90a93648a76fd4e1b0cc2" 32SRCREV_meta ?= "9141b18f231628a8605b899e836ba4abc7c43f09"
33 33
34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
35# get the <version>/base branch, which is pure upstream -stable, and the same 35# get the <version>/base branch, which is pure upstream -stable, and the same