From 4d35d15fee891bc5e0687ea19eaebbda9f16fab9 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Tue, 9 Oct 2018 09:40:30 +0200 Subject: [PATCH] kernel-module-imx-gpu, imx-gst1.0-plugin: fix file paths Currently the contents of FILESEXTRAPATHS and the actual paths being used for the patch files are not aligned. That generates the following WARNINGs: imx-gst1.0-plugin_4.3.4.bb: Unable to get checksum for imx-gst1.0-plugin SRC_URI entry 0001-gstimxv4l2-map-dev-video1-to-dev-fb0.patch: file could not be found kernel-module-imx-gpu-viv_5.0.11.p8.6.bb: Unable to get checksum for kernel-module-imx-gpu-viv SRC_URI entry 0001-mxc-gpu-use-recommended-values-for-minimum-GPU-frequ.patch: file could not be found kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb: Unable to get checksum for kernel-module-imx-gpu-viv SRC_URI entry 0001-mxc-gpu-use-recommended-values-for-minimum-GPU-frequ.patch: file could not be found Also, those patches are not being applied. This patch fixes FILESEXTRAPATHS to contain the actual paths being used. Signed-off-by: Jose Diaz de Grenu --- .../kernel-modules/kernel-module-imx-gpu-viv_%.bbappend | 4 +--- .../recipes-multimedia/gstreamer/imx-gst1.0-plugin_%.bbappend | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_%.bbappend b/meta-digi-arm/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_%.bbappend index 86f3daa69..ac10b669d 100644 --- a/meta-digi-arm/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_%.bbappend +++ b/meta-digi-arm/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_%.bbappend @@ -1,8 +1,6 @@ # Copyright (C) 2017-2018 Digi International -VER_DIR = "${@d.getVar('PV', True).split('+git')[0]}" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${VER_DIR}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://0001-mxc-gpu-use-recommended-values-for-minimum-GPU-frequ.patch \ diff --git a/meta-digi-dey/recipes-multimedia/gstreamer/imx-gst1.0-plugin_%.bbappend b/meta-digi-dey/recipes-multimedia/gstreamer/imx-gst1.0-plugin_%.bbappend index 9cc4e0cb0..90696801e 100644 --- a/meta-digi-dey/recipes-multimedia/gstreamer/imx-gst1.0-plugin_%.bbappend +++ b/meta-digi-dey/recipes-multimedia/gstreamer/imx-gst1.0-plugin_%.bbappend @@ -1,7 +1,6 @@ # Copyright (C) 2016-2018 Digi International -FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" SRC_URI += "file://0001-gstimxv4l2-map-dev-video1-to-dev-fb0.patch" - SRC_URI_append_ccimx6 = " file://0002-imx_2d_device_g2d-define-a-G2D_AMPHION_INTERLACED-ma.patch"