diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-20 09:40:11 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-20 17:49:16 +0000 |
| commit | e1a6ae2309d6729c44b01fe3be76b5eea633de61 (patch) | |
| tree | 669a55d1f00af60396e52fedf2d394965aab08df /meta | |
| parent | edbd2f82bdd8cf6a0318cf2329e3996b2b42ec4d (diff) | |
| download | poky-e1a6ae2309d6729c44b01fe3be76b5eea633de61.tar.gz | |
linux-yocto/6.12: yaffs2: fix module build
Integrating the following commit(s) to linux-yocto/6.12:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: yaffs2: switch from readlink_copy() to vfs_readlink()
Date: Fri, 14 Mar 2025 10:33:42 +0200
To compile also as module. Fixes:
ERROR: modpost: "readlink_copy" [fs/yaffs2/yaffs.ko] undefined!
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 276922ca1957b8e4234fd3e4884b3a2bcd4017fe)
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.12.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.12.bb | 24 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb index dd11a8836d..e0bf187823 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | |||
| @@ -14,8 +14,8 @@ python () { | |||
| 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "e9449f7fd2025227dbae7f3c254c1c22c086f856" | 17 | SRCREV_machine ?= "9f69ed0ac5f665d431fe52bacdda72534172712b" |
| 18 | SRCREV_meta ?= "44bd5711078ef3bf89012274afa8df13aaaebbfc" | 18 | SRCREV_meta ?= "d034c1073cb7f88eaf3ce929ba21ba11503729b2" |
| 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.12;destsuffix=${KMETA};protocol=https" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb index 314bba5fb3..c96874480b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | |||
| @@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
| 18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 19 | 19 | ||
| 20 | SRCREV_machine ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 20 | SRCREV_machine ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 21 | SRCREV_meta ?= "44bd5711078ef3bf89012274afa8df13aaaebbfc" | 21 | SRCREV_meta ?= "d034c1073cb7f88eaf3ce929ba21ba11503729b2" |
| 22 | 22 | ||
| 23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
| 24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb index d1a6b84321..2a8cb964d0 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb | |||
| @@ -18,18 +18,18 @@ KBRANCH:qemux86.104 ?= "v6.12/standard/base" | |||
| 18 | KBRANCH:qemuloongarch64 ?= "v6.12/standard/base" | 18 | KBRANCH:qemuloongarch64 ?= "v6.12/standard/base" |
| 19 | KBRANCH:qemumips64 ?= "v6.12/standard/mti-malta64" | 19 | KBRANCH:qemumips64 ?= "v6.12/standard/mti-malta64" |
| 20 | 20 | ||
| 21 | SRCREV_machine:qemuarm ?= "e8404cbe72cb5bf44d8a89130f388357c71a73ad" | 21 | SRCREV_machine:qemuarm ?= "f7235e5c375b9ba3d49902dd36d4b66eefc19979" |
| 22 | SRCREV_machine:qemuarm64 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 22 | SRCREV_machine:qemuarm64 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 23 | SRCREV_machine:qemuloongarch64 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 23 | SRCREV_machine:qemuloongarch64 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 24 | SRCREV_machine:qemumips ?= "2afe846961bd3c8a12b803e9aebfd291d4257dfd" | 24 | SRCREV_machine:qemumips ?= "c102fc13802679cf23f6a41f9ea54294294f7a93" |
| 25 | SRCREV_machine:qemuppc ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 25 | SRCREV_machine:qemuppc ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 26 | SRCREV_machine:qemuriscv64 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 26 | SRCREV_machine:qemuriscv64 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 27 | SRCREV_machine:qemuriscv32 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 27 | SRCREV_machine:qemuriscv32 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 28 | SRCREV_machine:qemux86 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 28 | SRCREV_machine:qemux86 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 29 | SRCREV_machine:qemux86-64 ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 29 | SRCREV_machine:qemux86-64 ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 30 | SRCREV_machine:qemumips64 ?= "1d91393bd4ca94c2689da237efc60b15b241be4d" | 30 | SRCREV_machine:qemumips64 ?= "ee2d5ef2e92ca23c5b345ac50bab130c6a9ad0fc" |
| 31 | SRCREV_machine ?= "1b5e52801e8db782ac8313ca7c10668880d84951" | 31 | SRCREV_machine ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c" |
| 32 | SRCREV_meta ?= "44bd5711078ef3bf89012274afa8df13aaaebbfc" | 32 | SRCREV_meta ?= "d034c1073cb7f88eaf3ce929ba21ba11503729b2" |
| 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 |
