diff options
-rw-r--r-- | classes/fsl-kernel-localversion.bbclass | 2 | ||||
-rw-r--r-- | recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/classes/fsl-kernel-localversion.bbclass b/classes/fsl-kernel-localversion.bbclass index d4322e25..98fcfa05 100644 --- a/classes/fsl-kernel-localversion.bbclass +++ b/classes/fsl-kernel-localversion.bbclass | |||
@@ -20,7 +20,7 @@ do_kernel_localversion() { | |||
20 | 20 | ||
21 | # Fallback for recipes not able to use LINUX_VERSION_EXTENSION | 21 | # Fallback for recipes not able to use LINUX_VERSION_EXTENSION |
22 | if [ "${@bb.data.inherits_class('kernel-yocto', d)}" = "False" ]; then | 22 | if [ "${@bb.data.inherits_class('kernel-yocto', d)}" = "False" ]; then |
23 | echo "CONFIG_LOCALVERSION=${LOCALVERSION}" >> ${B}/.config | 23 | echo 'CONFIG_LOCALVERSION="${LOCALVERSION}"' >> ${B}/.config |
24 | fi | 24 | fi |
25 | 25 | ||
26 | if [ "${SCMVERSION}" = "y" ]; then | 26 | if [ "${SCMVERSION}" = "y" ]; then |
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb index 78a666c6..9eaa11b8 100644 --- a/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb | |||
@@ -12,6 +12,10 @@ SRC_URI[md5sum] = "4e33adeb8a43f5bd06703368721085f5" | |||
12 | SRC_URI[sha256sum] = "c44fc890902d9d8ef22186d56af035c9cac182817525e64575e3b79015383790" | 12 | SRC_URI[sha256sum] = "c44fc890902d9d8ef22186d56af035c9cac182817525e64575e3b79015383790" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | # provided by the isp-imx package, do not install them here additionally | ||
16 | rm -f ${S}/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_1080P_config.json | ||
17 | rm -f ${S}/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_4K_config.json | ||
18 | |||
15 | dest_dir=${D}/opt/imx8-isp/bin | 19 | dest_dir=${D}/opt/imx8-isp/bin |
16 | install -d ${D}/${libdir} | 20 | install -d ${D}/${libdir} |
17 | install -d $dest_dir | 21 | install -d $dest_dir |