mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
linux-ti-staging: Work around to avoid race condition with external module
- Currently there is an issue with compiling external kernel module which depends on symbols from another kernel module which is part of the list of modules configured to be built as modules in the default config. - This work around allows to avoid the issue by copying the module symbols to the kernel directory after making the kernel modules build. - This issue is already fixed in oe-core: master branch as of date - This is just work around before updating to latest oe-core Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
b7d57fa23e
commit
4f542c3fe4
@@ -65,3 +65,7 @@ KERNEL_GIT_PROTOCOL = "git"
|
||||
SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
do_compile_kernelmodules_append() {
|
||||
cp Module.symvers ${STAGING_KERNEL_BUILDDIR}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user