summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2022-08-24 18:58:54 +0200
committerLuca Ceresoli <luca.ceresoli@bootlin.com>2022-08-24 21:53:43 +0200
commitc1cb76721b333c3b5f1ee8f9e5e84a4fad8b1bf1 (patch)
tree415041a02498df73faffe043dabb8a6e019f9a32 /recipes-kernel/kernel-modules
parent8606b0908f3c8d68b76975206b7d35f0e8c3c9f3 (diff)
downloadmeta-freescale-c1cb76721b333c3b5f1ee8f9e5e84a4fad8b1bf1.tar.gz
kernel-module-isp-vvcam: fix LIC_FILES_CHKSUM when using devtool
This recipe fails when using devtool: ERROR: [...] do_populate_lic: QA Issue: kernel-module-isp-vvcam: LIC_FILES_CHKSUM points to an invalid file: [...]/build/tmp/work/nitrogen8mp-fslc-linux/kernel-module-isp-vvcam/4.2.2.16.0-r0/git/vvcam/LICENSE [license-checksum] How to reproduce: devtool modify kernel-module-isp-vvcam bitbake kernel-module-isp-vvcam Fix by pointing to a path relative to S. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
index d5862222..c5356495 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
@@ -2,7 +2,7 @@
2 2
3DESCRIPTION = "Kernel loadable module for ISP" 3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" 5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6 6
7SRCBRANCH = "lf-5.10.y_2.2.0" 7SRCBRANCH = "lf-5.10.y_2.2.0"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master" 8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master"