diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-17 08:39:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 08:39:26 -0300 |
commit | 0627128b341cfb2bef7a0832ce8cac0ce1127f13 (patch) | |
tree | 84af7153a9d2066ad507de757fc38b148bf40143 | |
parent | 9f3f9e4b9a2d49077731c1f6db7ae325d64e752a (diff) | |
parent | 112e490e89b1dcbbbd611a47c12c51ea135d15ab (diff) | |
download | meta-freescale-0627128b341cfb2bef7a0832ce8cac0ce1127f13.tar.gz |
Merge pull request #1977 from Freescale/backport-1976-to-scarthgap
[Backport scarthgap] kernel-module-isp-vvcam: prevent build warning
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb index 55a4beda..5bd58cb1 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.2.bb | |||
@@ -13,6 +13,8 @@ S = "${WORKDIR}/git/vvcam/v4l2" | |||
13 | 13 | ||
14 | inherit module | 14 | inherit module |
15 | 15 | ||
16 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | ||
17 | |||
16 | DEBUG_PREFIX_MAP:prepend = " \ | 18 | DEBUG_PREFIX_MAP:prepend = " \ |
17 | -fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 19 | -fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
18 | -fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | 20 | -fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " |