mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 14:36:02 +01:00
kernel-module-isp-vvcam: prevent build warning
Merge the upstream fix meta-freescale@112e490e. The way the kernel-module-isp-vvcam Makefiles are written, each kernel module gets its own Module.symvers created in its own sub directory. The only kernel module actually having a symbol exported is vvcam-dwe. Thus point MODULES_MODULE_SYMVERS_LOCATION to that location. Prevents: | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Module.symvers not found in .../kernel-module-isp-vvcam/4.2.2.24.1/git/vvcam/v4l2/ | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Please consider setting MODULES_MODULE_SYMVERS_LOCATION to a | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: directory below B to get correct inter-module dependencies Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
07dc3e0fdb
commit
1c41e21223
|
|
@ -13,6 +13,8 @@ S = "${WORKDIR}/git/vvcam/v4l2"
|
||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
|
MODULES_MODULE_SYMVERS_LOCATION = "dwe"
|
||||||
|
|
||||||
DEBUG_PREFIX_MAP:prepend = " \
|
DEBUG_PREFIX_MAP:prepend = " \
|
||||||
-fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
|
-fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
|
||||||
-fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} "
|
-fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user