diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-26 17:34:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-27 14:31:35 +0000 |
commit | eb54ef787d84e630faf96728138dd76c775c7e94 (patch) | |
tree | 7d38840d5d36f3c27579bb056696d1d1fb08e0cd | |
parent | f342b4c57b4d791e2c529c7705b90edc51078ab0 (diff) | |
download | poky-eb54ef787d84e630faf96728138dd76c775c7e94.tar.gz |
linux-yocto/6.6: enable squashfs for selftests
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Vyacheslav Yurkov
Email: uvv.mail@gmail.com
Subject: squashfs: Add initial support
Date: Wed, 21 Feb 2024 07:15:31 +0100
It's required at least in selftest to test read-only file systems.
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 5ec087fe143051c2b47aa4ee0ba0ad97dae39377)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 |
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 11f8b0ac21..ab28df64cd 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 | ||
17 | SRCREV_machine ?= "f0a5daf40acf2b457445f9b4f97f9eb2a3d1508a" | 17 | SRCREV_machine ?= "f0a5daf40acf2b457445f9b4f97f9eb2a3d1508a" |
18 | SRCREV_meta ?= "86a5aa3e0d1c850b0cff608fcbfbddac77ab3299" | 18 | SRCREV_meta ?= "7fa1deab7b048f2b8c5cad8268e48419e00b92fb" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_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 597ee8eeb5..7ac6987582 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" | |||
18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
19 | 19 | ||
20 | SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" | 20 | SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" |
21 | SRCREV_meta ?= "86a5aa3e0d1c850b0cff608fcbfbddac77ab3299" | 21 | SRCREV_meta ?= "7fa1deab7b048f2b8c5cad8268e48419e00b92fb" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${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 0dc95ba754..2b93f5d185 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" | |||
29 | SRCREV_machine:qemux86-64 ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" | 29 | SRCREV_machine:qemux86-64 ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" |
30 | SRCREV_machine:qemumips64 ?= "7c478488b642339d97ac55fd8b1acfd086e95c5c" | 30 | SRCREV_machine:qemumips64 ?= "7c478488b642339d97ac55fd8b1acfd086e95c5c" |
31 | SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" | 31 | SRCREV_machine ?= "cdd0ebde3e0d20f0524b1328b9ea2d23e82dc629" |
32 | SRCREV_meta ?= "86a5aa3e0d1c850b0cff608fcbfbddac77ab3299" | 32 | SRCREV_meta ?= "7fa1deab7b048f2b8c5cad8268e48419e00b92fb" |
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 |