mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
edbd2f82bd
commit
e1a6ae2309
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "1b5e52801e8db782ac8313ca7c10668880d84951"
|
||||
SRCREV_meta ?= "44bd5711078ef3bf89012274afa8df13aaaebbfc"
|
||||
SRCREV_machine ?= "b2c792d89ac51b1147810021dddab1e9f38ade9c"
|
||||
SRCREV_meta ?= "d034c1073cb7f88eaf3ce929ba21ba11503729b2"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user