diff options
| author | Vagner Nörnberg <vagner.nornberg@ossystems.com.br> | 2026-02-06 17:07:11 -0300 |
|---|---|---|
| committer | Vagner Nörnberg <vagner.nornberg@ossystems.com.br> | 2026-02-20 09:56:14 -0300 |
| commit | 07b006d50f712d242360311169de5b8b6f1db20e (patch) | |
| tree | d479664639e0945d4497e7aaeda66a9424d5d219 /recipes-kernel/kernel-modules | |
| parent | 21190779738ca13a069abf4f58b872d065c09374 (diff) | |
| download | meta-freescale-07b006d50f712d242360311169de5b8b6f1db20e.tar.gz | |
kernel-module-isp-vvcam: Update metadata in the recipe to match imx config
meta-imx version: walnascar-6.12.49_2.2.0
(# 2423)
Diffstat (limited to 'recipes-kernel/kernel-modules')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb | 23 | ||||
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb | 23 |
2 files changed, 23 insertions, 23 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb deleted file mode 100644 index 058d9e0d8..000000000 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | # Copyright (C) 2020-2025 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | ||
| 6 | |||
| 7 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | ||
| 8 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | ||
| 9 | SRCBRANCH = "lf-6.12.y_2.0.0" | ||
| 10 | SRCREV = "dc686fbb8b5b2f4cbc58d83756f65ad970b03ac2" | ||
| 11 | |||
| 12 | |||
| 13 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" | ||
| 14 | |||
| 15 | inherit module | ||
| 16 | |||
| 17 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | ||
| 18 | |||
| 19 | DEBUG_PREFIX_MAP:prepend = " \ | ||
| 20 | -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | ||
| 21 | -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb new file mode 100644 index 000000000..2da42a7dc --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Copyright 2020-2023 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | ||
| 7 | |||
| 8 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | ||
| 9 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | ||
| 10 | SRCBRANCH = "lf-6.12.y_2.2.0" | ||
| 11 | SRCREV = "ad057a15dd57e053e3596ae83b45ea96835acd3e" | ||
| 12 | |||
| 13 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" | ||
| 14 | |||
| 15 | inherit module | ||
| 16 | |||
| 17 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | ||
| 18 | |||
| 19 | DEBUG_PREFIX_MAP:prepend = " \ | ||
| 20 | -fmacro-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | ||
| 21 | -fdebug-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | ||
