From 07b006d50f712d242360311169de5b8b6f1db20e Mon Sep 17 00:00:00 2001 From: Vagner Nörnberg Date: Fri, 6 Feb 2026 17:07:11 -0300 Subject: kernel-module-isp-vvcam: Update metadata in the recipe to match imx config meta-imx version: walnascar-6.12.49_2.2.0 (# 2423) --- .../kernel-module-isp-vvcam_4.2.2.25.2.bb | 23 ---------------------- .../kernel-module-isp-vvcam_4.2.2.25.4.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb create mode 100644 recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb (limited to 'recipes-kernel/kernel-modules') 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 @@ -# Copyright (C) 2020-2025 NXP - -DESCRIPTION = "Kernel loadable module for ISP" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" - -SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" -ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" -SRCBRANCH = "lf-6.12.y_2.0.0" -SRCREV = "dc686fbb8b5b2f4cbc58d83756f65ad970b03ac2" - - -S = "${UNPACKDIR}/${BP}/vvcam/v4l2" - -inherit module - -MODULES_MODULE_SYMVERS_LOCATION = "dwe" - -DEBUG_PREFIX_MAP:prepend = " \ - -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ - -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " - -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 @@ +# Copyright 2020-2023 NXP + +DESCRIPTION = "Kernel loadable module for ISP" +LICENSE = "GPL-2.0-only" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" + +SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" +ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" +SRCBRANCH = "lf-6.12.y_2.2.0" +SRCREV = "ad057a15dd57e053e3596ae83b45ea96835acd3e" + +S = "${UNPACKDIR}/${BP}/vvcam/v4l2" + +inherit module + +MODULES_MODULE_SYMVERS_LOCATION = "dwe" + +DEBUG_PREFIX_MAP:prepend = " \ + -fmacro-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ + -fdebug-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " + +COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" -- cgit v1.2.3-54-g00ecf