diff options
80 files changed, 185 insertions, 185 deletions
diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass index 9e2c25557..a246622a3 100644 --- a/classes/fsl-eula-unpack.bbclass +++ b/classes/fsl-eula-unpack.bbclass | |||
| @@ -66,7 +66,7 @@ FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V60 = "cf2070b16b9d4acf60a98e8c | |||
| 66 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V62 = "a93b654673e1bc8398ed1f30e0813359" | 66 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V62 = "a93b654673e1bc8398ed1f30e0813359" |
| 67 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V63 = "bc649096ad3928ec06a8713b8d787eac" | 67 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V63 = "bc649096ad3928ec06a8713b8d787eac" |
| 68 | 68 | ||
| 69 | FSL_EULA_FILE_MD5SUMS = " \ | 69 | FSL_EULA_FILE_MD5SUMS = "\ |
| 70 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V8} \ | 70 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V8} \ |
| 71 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V10} \ | 71 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V10} \ |
| 72 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V11} \ | 72 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V11} \ |
diff --git a/classes/image_populate_mfgtool.bbclass b/classes/image_populate_mfgtool.bbclass index d30b47a3b..2c9b44f44 100644 --- a/classes/image_populate_mfgtool.bbclass +++ b/classes/image_populate_mfgtool.bbclass | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | # | 41 | # |
| 42 | # SPDX-License-Identifier: MIT | 42 | # SPDX-License-Identifier: MIT |
| 43 | 43 | ||
| 44 | MFGTOOL_FILESPATH ??= " \ | 44 | MFGTOOL_FILESPATH ??= "\ |
| 45 | ${@base_set_filespath(["%s/mfgtool" % p for p in "${BBPATH}".split(":")] \ | 45 | ${@base_set_filespath(["%s/mfgtool"% p for p in "${BBPATH}".split(":")] \ |
| 46 | + ["${FILE_DIRNAME}/${BP}/mfgtool", \ | 46 | + ["${FILE_DIRNAME}/${BP}/mfgtool", \ |
| 47 | "${FILE_DIRNAME}/${BPN}/mfgtool", \ | 47 | "${FILE_DIRNAME}/${BPN}/mfgtool", \ |
| 48 | "${FILE_DIRNAME}/files/mfgtool"] \ | 48 | "${FILE_DIRNAME}/files/mfgtool"] \ |
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 5365e5fd7..345f71035 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
| @@ -32,21 +32,21 @@ ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-o | |||
| 32 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" | 32 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" |
| 33 | 33 | ||
| 34 | IMX_BOOT_CONTAINER_FIRMWARE_SOC ?= "" | 34 | IMX_BOOT_CONTAINER_FIRMWARE_SOC ?= "" |
| 35 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx8mq-generic-bsp = " \ | 35 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx8mq-generic-bsp = "\ |
| 36 | signed_dp_imx8m.bin \ | 36 | signed_dp_imx8m.bin \ |
| 37 | signed_hdmi_imx8m.bin \ | 37 | signed_hdmi_imx8m.bin \ |
| 38 | " | 38 | " |
| 39 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx91-generic-bsp = " \ | 39 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx91-generic-bsp = "\ |
| 40 | ${SECO_FIRMWARE_NAME} \ | 40 | ${SECO_FIRMWARE_NAME} \ |
| 41 | " | 41 | " |
| 42 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx93-generic-bsp = " \ | 42 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx93-generic-bsp = "\ |
| 43 | ${SECO_FIRMWARE_NAME} \ | 43 | ${SECO_FIRMWARE_NAME} \ |
| 44 | " | 44 | " |
| 45 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx95-generic-bsp = " \ | 45 | IMX_BOOT_CONTAINER_FIRMWARE_SOC:mx95-generic-bsp = "\ |
| 46 | ${SECO_FIRMWARE_NAME} \ | 46 | ${SECO_FIRMWARE_NAME} \ |
| 47 | ${OEI_NAME} \ | 47 | ${OEI_NAME} \ |
| 48 | " | 48 | " |
| 49 | IMX_BOOT_CONTAINER_FIRMWARE ?= " \ | 49 | IMX_BOOT_CONTAINER_FIRMWARE ?= "\ |
| 50 | ${IMX_BOOT_CONTAINER_FIRMWARE_SOC} \ | 50 | ${IMX_BOOT_CONTAINER_FIRMWARE_SOC} \ |
| 51 | ${DDR_FIRMWARE_NAME} \ | 51 | ${DDR_FIRMWARE_NAME} \ |
| 52 | " | 52 | " |
diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass index f338bf829..38a607778 100644 --- a/classes/mfgtool-initramfs-image.bbclass +++ b/classes/mfgtool-initramfs-image.bbclass | |||
| @@ -19,12 +19,12 @@ IMAGE_ROOTFS_SIZE ?= "8192" | |||
| 19 | IMAGE_NAME_SUFFIX = "" | 19 | IMAGE_NAME_SUFFIX = "" |
| 20 | 20 | ||
| 21 | # Filesystems enabled by default | 21 | # Filesystems enabled by default |
| 22 | DEFAULT_FS_SUPPORT = " \ | 22 | DEFAULT_FS_SUPPORT = "\ |
| 23 | mtd \ | 23 | mtd \ |
| 24 | extfs \ | 24 | extfs \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | IMAGE_FEATURES = " \ | 27 | IMAGE_FEATURES = "\ |
| 28 | ${DEFAULT_FS_SUPPORT} \ | 28 | ${DEFAULT_FS_SUPPORT} \ |
| 29 | \ | 29 | \ |
| 30 | read-only-rootfs \ | 30 | read-only-rootfs \ |
| @@ -38,6 +38,6 @@ USE_DEVFS = "1" | |||
| 38 | 38 | ||
| 39 | inherit core-image | 39 | inherit core-image |
| 40 | 40 | ||
| 41 | CORE_IMAGE_BASE_INSTALL = " \ | 41 | CORE_IMAGE_BASE_INSTALL = "\ |
| 42 | ${CORE_IMAGE_EXTRA_INSTALL} \ | 42 | ${CORE_IMAGE_EXTRA_INSTALL} \ |
| 43 | " | 43 | " |
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc index 7c5303066..8415a3ea9 100644 --- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc +++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc | |||
| @@ -3,7 +3,7 @@ DEPENDS = "gcc-arm-none-eabi-native" | |||
| 3 | 3 | ||
| 4 | inherit deploy | 4 | inherit deploy |
| 5 | 5 | ||
| 6 | PACKAGECONFIG ??= " \ | 6 | PACKAGECONFIG ??= "\ |
| 7 | ${@bb.utils.contains('UBOOT_CONFIG', 'sd-ecc', 'ecc', '', d)}" | 7 | ${@bb.utils.contains('UBOOT_CONFIG', 'sd-ecc', 'ecc', '', d)}" |
| 8 | 8 | ||
| 9 | PACKAGECONFIG[ecc] = "" | 9 | PACKAGECONFIG[ecc] = "" |
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc index 65f0a0e0c..e33cd1829 100644 --- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc +++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager.inc | |||
| @@ -18,7 +18,7 @@ SYSTEM_MANAGER_CONFIG ?= "INVALID" | |||
| 18 | 18 | ||
| 19 | LDFLAGS[unexport] = "1" | 19 | LDFLAGS[unexport] = "1" |
| 20 | 20 | ||
| 21 | EXTRA_OEMAKE = " \ | 21 | EXTRA_OEMAKE = "\ |
| 22 | CONFIG=${SYSTEM_MANAGER_CONFIG} \ | 22 | CONFIG=${SYSTEM_MANAGER_CONFIG} \ |
| 23 | SM_CROSS_COMPILE=arm-none-eabi- \ | 23 | SM_CROSS_COMPILE=arm-none-eabi- \ |
| 24 | V=1 \ | 24 | V=1 \ |
diff --git a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend index ea4622612..5490f6881 100644 --- a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend +++ b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend | |||
| @@ -4,7 +4,7 @@ PACKAGES += "\ | |||
| 4 | ${PN}-f2fs \ | 4 | ${PN}-f2fs \ |
| 5 | " | 5 | " |
| 6 | 6 | ||
| 7 | RDEPENDS:${PN}-f2fs = " \ | 7 | RDEPENDS:${PN}-f2fs = "\ |
| 8 | ${PN}-base \ | 8 | ${PN}-base \ |
| 9 | f2fs-tools \ | 9 | f2fs-tools \ |
| 10 | " | 10 | " |
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend index fb90c73e1..20b03e12a 100644 --- a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend +++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PACKAGECONFIG:imxgpu3d ??= " \ | 1 | PACKAGECONFIG:imxgpu3d ??= "\ |
| 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ |
| 3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | 3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ |
| 4 | '', d), d)} \ | 4 | '', d), d)} \ |
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend index e07d0d542..e4401bf9a 100644 --- a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend +++ b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PACKAGECONFIG:imxgpu3d ??= " \ | 1 | PACKAGECONFIG:imxgpu3d ??= "\ |
| 2 | cogl-pango gles2 \ | 2 | cogl-pango gles2 \ |
| 3 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ | 3 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ |
| 4 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ | 4 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb index 364c91bcc..e1f28c53b 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | |||
| 5 | DEPENDS = "sg3-utils" | 5 | DEPENDS = "sg3-utils" |
| 6 | 6 | ||
| 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" |
| 8 | SRC_URI = " \ | 8 | SRC_URI = "\ |
| 9 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ | 9 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb index 724d0ff53..2b766b199 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-opencv-imx.bb | |||
| @@ -2,11 +2,11 @@ DESCRIPTION = "Add packages for opencv i.MX build" | |||
| 2 | 2 | ||
| 3 | inherit packagegroup | 3 | inherit packagegroup |
| 4 | 4 | ||
| 5 | OPENCV_PKGS = " \ | 5 | OPENCV_PKGS = "\ |
| 6 | opencv-apps \ | 6 | opencv-apps \ |
| 7 | opencv-samples \ | 7 | opencv-samples \ |
| 8 | python3-opencv \ | 8 | python3-opencv \ |
| 9 | " | 9 | " |
| 10 | RDEPENDS:${PN} = " \ | 10 | RDEPENDS:${PN} = "\ |
| 11 | ${OPENCV_PKGS} \ | 11 | ${OPENCV_PKGS} \ |
| 12 | " | 12 | " |
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb index 534d37627..111bd931a 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | |||
| @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 8 | 8 | ||
| 9 | inherit packagegroup | 9 | inherit packagegroup |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} = " \ | 11 | RDEPENDS:${PN} = "\ |
| 12 | lmbench \ | 12 | lmbench \ |
| 13 | bonnie++ \ | 13 | bonnie++ \ |
| 14 | dbench \ | 14 | dbench \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb index 2706dca97..c8095100c 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | |||
| @@ -15,7 +15,7 @@ SOC_TOOLS_TEST:imx-nxp-bsp = "imx-test" | |||
| 15 | SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" | 15 | SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" |
| 16 | SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" | 16 | SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} = " \ | 18 | RDEPENDS:${PN} = "\ |
| 19 | alsa-utils \ | 19 | alsa-utils \ |
| 20 | alsa-tools \ | 20 | alsa-tools \ |
| 21 | dosfstools \ | 21 | dosfstools \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb index deb67f64e..d28c13b90 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_4.6.0.imx.bb | |||
| @@ -113,7 +113,7 @@ LDFLAGS:append:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed" | |||
| 113 | EXTRA_OECMAKE:append:x86 = " -DX86=ON" | 113 | EXTRA_OECMAKE:append:x86 = " -DX86=ON" |
| 114 | # disable sse4.1 and sse4.2 to fix 32bit build failure | 114 | # disable sse4.1 and sse4.2 to fix 32bit build failure |
| 115 | # https://github.com/opencv/opencv/issues/21597 | 115 | # https://github.com/opencv/opencv/issues/21597 |
| 116 | EXTRA_OECMAKE:remove:x86 = " -DENABLE_SSE41=1 -DENABLE_SSE42=1" | 116 | EXTRA_OECMAKE:remove:x86 = "-DENABLE_SSE41=1 -DENABLE_SSE42=1" |
| 117 | 117 | ||
| 118 | PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ | 118 | PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ |
| 119 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ | 119 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ |
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index e450e568e..80aaa88fa 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
| @@ -23,7 +23,7 @@ PACKAGECONFIG_GL:use-mainline-bsp ?= "gles2 gbm kms" | |||
| 23 | 23 | ||
| 24 | PACKAGECONFIG_PLATFORM = "" | 24 | PACKAGECONFIG_PLATFORM = "" |
| 25 | PACKAGECONFIG_PLATFORM:imxgpu2d = "no-opengl linuxfb" | 25 | PACKAGECONFIG_PLATFORM:imxgpu2d = "no-opengl linuxfb" |
| 26 | PACKAGECONFIG_PLATFORM:imxgpu3d = " \ | 26 | PACKAGECONFIG_PLATFORM:imxgpu3d = "\ |
| 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ |
| 28 | bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ | 28 | bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ |
| 29 | 'eglfs', d), d)}" | 29 | 'eglfs', d), d)}" |
diff --git a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend index e38bbe070..1efe277c3 100644 --- a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend +++ b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend | |||
| @@ -3,43 +3,43 @@ | |||
| 3 | # Copyright (C) 2016, 2017 O.S. Systems Software LTDA. | 3 | # Copyright (C) 2016, 2017 O.S. Systems Software LTDA. |
| 4 | # Copyright (C) 2017-2018 NXP | 4 | # Copyright (C) 2017-2018 NXP |
| 5 | 5 | ||
| 6 | PACKAGECONFIG_GRAPHICS:imxpxp = " \ | 6 | PACKAGECONFIG_GRAPHICS:imxpxp = "\ |
| 7 | gles2" | 7 | gles2" |
| 8 | PACKAGECONFIG_GRAPHICS:imxgpu2d = " \ | 8 | PACKAGECONFIG_GRAPHICS:imxgpu2d = "\ |
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)} \ | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)} \ |
| 10 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" | 10 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" |
| 11 | PACKAGECONFIG_GRAPHICS:imxgpu3d = " \ | 11 | PACKAGECONFIG_GRAPHICS:imxgpu3d = "\ |
| 12 | gles2 \ | 12 | gles2 \ |
| 13 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" | 13 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" |
| 14 | PACKAGECONFIG_GRAPHICS_IMX_GPU = "" | 14 | PACKAGECONFIG_GRAPHICS_IMX_GPU = "" |
| 15 | PACKAGECONFIG_GRAPHICS_IMX_GPU:mx8-nxp-bsp = " \ | 15 | PACKAGECONFIG_GRAPHICS_IMX_GPU:mx8-nxp-bsp = "\ |
| 16 | gbm kms" | 16 | gbm kms" |
| 17 | PACKAGECONFIG_GRAPHICS_IMX_GPU:mx95-nxp-bsp = " \ | 17 | PACKAGECONFIG_GRAPHICS_IMX_GPU:mx95-nxp-bsp = "\ |
| 18 | gbm kms" | 18 | gbm kms" |
| 19 | 19 | ||
| 20 | PACKAGECONFIG_GRAPHICS:use-mainline-bsp ?= " \ | 20 | PACKAGECONFIG_GRAPHICS:use-mainline-bsp ?= "\ |
| 21 | gles2 gbm kms" | 21 | gles2 gbm kms" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG += "\ | 23 | PACKAGECONFIG += "\ |
| 24 | ${PACKAGECONFIG_PLATFORM}" | 24 | ${PACKAGECONFIG_PLATFORM}" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG_PLATFORM = "" | 26 | PACKAGECONFIG_PLATFORM = "" |
| 27 | PACKAGECONFIG_PLATFORM:imxgpu2d = " \ | 27 | PACKAGECONFIG_PLATFORM:imxgpu2d = "\ |
| 28 | no-opengl \ | 28 | no-opengl \ |
| 29 | linuxfb \ | 29 | linuxfb \ |
| 30 | ${PACKAGECONFIG_PLATFORM_EGLFS}" | 30 | ${PACKAGECONFIG_PLATFORM_EGLFS}" |
| 31 | PACKAGECONFIG_PLATFORM:imxgpu3d = " \ | 31 | PACKAGECONFIG_PLATFORM:imxgpu3d = "\ |
| 32 | ${PACKAGECONFIG_PLATFORM_EGLFS}" | 32 | ${PACKAGECONFIG_PLATFORM_EGLFS}" |
| 33 | 33 | ||
| 34 | PACKAGECONFIG_PLATFORM_EGLFS = "" | 34 | PACKAGECONFIG_PLATFORM_EGLFS = "" |
| 35 | PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d = " \ | 35 | PACKAGECONFIG_PLATFORM_EGLFS:imxgpu3d = "\ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ |
| 37 | bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ | 37 | bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ |
| 38 | 'eglfs', d), d)}" | 38 | 'eglfs', d), d)}" |
| 39 | PACKAGECONFIG_PLATFORM_EGLFS:mx8-nxp-bsp = " \ | 39 | PACKAGECONFIG_PLATFORM_EGLFS:mx8-nxp-bsp = "\ |
| 40 | eglfs" | 40 | eglfs" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG_PLATFORM:use-mainline-bsp = " \ | 42 | PACKAGECONFIG_PLATFORM:use-mainline-bsp = "\ |
| 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'eglfs', d)}" |
| 44 | 44 | ||
| 45 | PACKAGECONFIG += "\ | 45 | PACKAGECONFIG += "\ |
| @@ -49,7 +49,7 @@ PACKAGECONFIG_WAYLAND = "wayland" | |||
| 49 | PACKAGECONFIG += "\ | 49 | PACKAGECONFIG += "\ |
| 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}" | 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', '${PACKAGECONFIG_VULKAN}', '', d)}" |
| 51 | PACKAGECONFIG_VULKAN = "" | 51 | PACKAGECONFIG_VULKAN = "" |
| 52 | PACKAGECONFIG_VULKAN:imxgpu = " \ | 52 | PACKAGECONFIG_VULKAN:imxgpu = "\ |
| 53 | ${PACKAGECONFIG_VULKAN_IMX_GPU}" | 53 | ${PACKAGECONFIG_VULKAN_IMX_GPU}" |
| 54 | PACKAGECONFIG_VULKAN_IMX_GPU = "" | 54 | PACKAGECONFIG_VULKAN_IMX_GPU = "" |
| 55 | PACKAGECONFIG_VULKAN_IMX_GPU:mx8-nxp-bsp = "vulkan" | 55 | PACKAGECONFIG_VULKAN_IMX_GPU:mx8-nxp-bsp = "vulkan" |
diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb index 0a64ab740..f523fe352 100644 --- a/recipes-bsp/atf/qoriq-atf_2.12.bb +++ b/recipes-bsp/atf/qoriq-atf_2.12.bb | |||
| @@ -68,7 +68,7 @@ EXTRA_OEMAKE += "\ | |||
| 68 | ${@bb.utils.contains('DISTRO_FEATURES', 'fuse', 'fip_fuse FUSE_PROG=1 FUSE_PROV_FILE=fuse_scr.bin', '', d)} \ | 68 | ${@bb.utils.contains('DISTRO_FEATURES', 'fuse', 'fip_fuse FUSE_PROG=1 FUSE_PROV_FILE=fuse_scr.bin', '', d)} \ |
| 69 | " | 69 | " |
| 70 | 70 | ||
| 71 | PACKAGECONFIG ??= " \ | 71 | PACKAGECONFIG ??= "\ |
| 72 | ${@bb.utils.filter('COMBINED_FEATURES', 'optee', d)} \ | 72 | ${@bb.utils.filter('COMBINED_FEATURES', 'optee', d)} \ |
| 73 | " | 73 | " |
| 74 | PACKAGECONFIG[optee] = ",,optee-os-qoriq" | 74 | PACKAGECONFIG[optee] = ",,optee-os-qoriq" |
diff --git a/recipes-bsp/firmware-imx/firmware-imx_8.31.bb b/recipes-bsp/firmware-imx/firmware-imx_8.31.bb index 0847a96c0..288fa13bc 100644 --- a/recipes-bsp/firmware-imx/firmware-imx_8.31.bb +++ b/recipes-bsp/firmware-imx/firmware-imx_8.31.bb | |||
| @@ -164,7 +164,7 @@ PACKAGES_DYNAMIC = "${PN}-vpu-* ${PN}-sdma-* ${PN}-easrc-* ${PN}-xcvr-* ${PN}-xu | |||
| 164 | PACKAGES = "${PN} ${PN}-epdc ${PN}-hdmi ${PN}-vpu-amphion ${PN}-vpu-coda980 ${PN}-vpu-wave511 ${PN}-vpu-wave" | 164 | PACKAGES = "${PN} ${PN}-epdc ${PN}-hdmi ${PN}-vpu-amphion ${PN}-vpu-coda980 ${PN}-vpu-wave511 ${PN}-vpu-wave" |
| 165 | 165 | ||
| 166 | FILES:${PN}-epdc = "${nonarch_base_libdir}/firmware/imx/epdc/" | 166 | FILES:${PN}-epdc = "${nonarch_base_libdir}/firmware/imx/epdc/" |
| 167 | FILES:${PN}-hdmi = " \ | 167 | FILES:${PN}-hdmi = "\ |
| 168 | ${nonarch_base_libdir}/firmware/hdmitxfw.bin \ | 168 | ${nonarch_base_libdir}/firmware/hdmitxfw.bin \ |
| 169 | ${nonarch_base_libdir}/firmware/hdmirxfw.bin \ | 169 | ${nonarch_base_libdir}/firmware/hdmirxfw.bin \ |
| 170 | ${nonarch_base_libdir}/firmware/dpfw.bin \ | 170 | ${nonarch_base_libdir}/firmware/dpfw.bin \ |
diff --git a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb index a285ba22a..aa8717d39 100644 --- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb +++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | |||
| @@ -37,7 +37,7 @@ do_install() { | |||
| 37 | ln -frs ${D}${nonarch_base_libdir}/firmware/nxp/sduartiw416_combo.bin ${D}${nonarch_base_libdir}/firmware/nxp/sdiouartiw416_combo_v0.bin | 37 | ln -frs ${D}${nonarch_base_libdir}/firmware/nxp/sduartiw416_combo.bin ${D}${nonarch_base_libdir}/firmware/nxp/sdiouartiw416_combo_v0.bin |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES =+ " \ | 40 | PACKAGES =+ "\ |
| 41 | ${PN}-all-pcie \ | 41 | ${PN}-all-pcie \ |
| 42 | ${PN}-all-sdio \ | 42 | ${PN}-all-sdio \ |
| 43 | ${PN}-all-usb \ | 43 | ${PN}-all-usb \ |
| @@ -55,7 +55,7 @@ PACKAGES =+ " \ | |||
| 55 | ${PN}-nxpiw612-sdio \ | 55 | ${PN}-nxpiw612-sdio \ |
| 56 | " | 56 | " |
| 57 | 57 | ||
| 58 | RDEPENDS:${PN}-all-sdio = " \ | 58 | RDEPENDS:${PN}-all-sdio = "\ |
| 59 | ${PN}-nxp8987-sdio \ | 59 | ${PN}-nxp8987-sdio \ |
| 60 | ${PN}-nxp8997-sdio \ | 60 | ${PN}-nxp8997-sdio \ |
| 61 | ${PN}-nxp9098-sdio \ | 61 | ${PN}-nxp9098-sdio \ |
| @@ -64,21 +64,21 @@ RDEPENDS:${PN}-all-sdio = " \ | |||
| 64 | ${PN}-nxpiw612-sdio \ | 64 | ${PN}-nxpiw612-sdio \ |
| 65 | " | 65 | " |
| 66 | 66 | ||
| 67 | RDEPENDS:${PN}-all-pcie = " \ | 67 | RDEPENDS:${PN}-all-pcie = "\ |
| 68 | ${PN}-nxp9098-pcie \ | 68 | ${PN}-nxp9098-pcie \ |
| 69 | ${PN}-nxpaw693-pcie \ | 69 | ${PN}-nxpaw693-pcie \ |
| 70 | " | 70 | " |
| 71 | 71 | ||
| 72 | RDEPENDS:${PN}-all-usb = " \ | 72 | RDEPENDS:${PN}-all-usb = "\ |
| 73 | ${PN}-nxpiw610-usb \ | 73 | ${PN}-nxpiw610-usb \ |
| 74 | " | 74 | " |
| 75 | 75 | ||
| 76 | FILES:${PN}-nxp-common = " \ | 76 | FILES:${PN}-nxp-common = "\ |
| 77 | ${nonarch_base_libdir}/firmware/nxp/wifi_mod_para.conf \ | 77 | ${nonarch_base_libdir}/firmware/nxp/wifi_mod_para.conf \ |
| 78 | ${nonarch_base_libdir}/firmware/nxp/helper_uart_3000000.bin \ | 78 | ${nonarch_base_libdir}/firmware/nxp/helper_uart_3000000.bin \ |
| 79 | " | 79 | " |
| 80 | 80 | ||
| 81 | FILES:${PN}-nxp8987-sdio = " \ | 81 | FILES:${PN}-nxp8987-sdio = "\ |
| 82 | ${nonarch_base_libdir}/firmware/nxp/*8987* \ | 82 | ${nonarch_base_libdir}/firmware/nxp/*8987* \ |
| 83 | " | 83 | " |
| 84 | RDEPENDS:${PN}-nxp8987-sdio += "${PN}-nxp-common" | 84 | RDEPENDS:${PN}-nxp8987-sdio += "${PN}-nxp-common" |
| @@ -86,11 +86,11 @@ RPROVIDES:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" | |||
| 86 | RREPLACES:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" | 86 | RREPLACES:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" |
| 87 | RCONFLICTS:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" | 87 | RCONFLICTS:${PN}-nxp8987-sdio = "linux-firmware-nxp8987-sdio" |
| 88 | 88 | ||
| 89 | FILES:${PN}-nxp8997-sdio = " \ | 89 | FILES:${PN}-nxp8997-sdio = "\ |
| 90 | ${nonarch_base_libdir}/firmware/mrvl/sdiouart8997_combo_v4.bin \ | 90 | ${nonarch_base_libdir}/firmware/mrvl/sdiouart8997_combo_v4.bin \ |
| 91 | " | 91 | " |
| 92 | 92 | ||
| 93 | FILES:${PN}-nxp9098-common = " \ | 93 | FILES:${PN}-nxp9098-common = "\ |
| 94 | ${nonarch_base_libdir}/firmware/nxp/ed_mac_ctrl_V3_909x.conf \ | 94 | ${nonarch_base_libdir}/firmware/nxp/ed_mac_ctrl_V3_909x.conf \ |
| 95 | ${nonarch_base_libdir}/firmware/nxp/txpwrlimit_cfg_9098.conf \ | 95 | ${nonarch_base_libdir}/firmware/nxp/txpwrlimit_cfg_9098.conf \ |
| 96 | ${nonarch_base_libdir}/firmware/nxp/uart9098_bt_v1.bin \ | 96 | ${nonarch_base_libdir}/firmware/nxp/uart9098_bt_v1.bin \ |
| @@ -100,7 +100,7 @@ RPROVIDES:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" | |||
| 100 | RREPLACES:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" | 100 | RREPLACES:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" |
| 101 | RCONFLICTS:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" | 101 | RCONFLICTS:${PN}-nxp9098-common = "linux-firmware-nxp9098-common" |
| 102 | 102 | ||
| 103 | FILES:${PN}-nxp9098-pcie = " \ | 103 | FILES:${PN}-nxp9098-pcie = "\ |
| 104 | ${nonarch_base_libdir}/firmware/nxp/pcie*9098* \ | 104 | ${nonarch_base_libdir}/firmware/nxp/pcie*9098* \ |
| 105 | " | 105 | " |
| 106 | RDEPENDS:${PN}-nxp9098-pcie += "${PN}-nxp9098-common" | 106 | RDEPENDS:${PN}-nxp9098-pcie += "${PN}-nxp9098-common" |
| @@ -108,7 +108,7 @@ RPROVIDES:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" | |||
| 108 | RREPLACES:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" | 108 | RREPLACES:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" |
| 109 | RCONFLICTS:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" | 109 | RCONFLICTS:${PN}-nxp9098-pcie = "linux-firmware-nxp9098-pcie" |
| 110 | 110 | ||
| 111 | FILES:${PN}-nxp9098-sdio = " \ | 111 | FILES:${PN}-nxp9098-sdio = "\ |
| 112 | ${nonarch_base_libdir}/firmware/nxp/sd*9098* \ | 112 | ${nonarch_base_libdir}/firmware/nxp/sd*9098* \ |
| 113 | " | 113 | " |
| 114 | RDEPENDS:${PN}-nxp9098-sdio += "${PN}-nxp9098-common" | 114 | RDEPENDS:${PN}-nxp9098-sdio += "${PN}-nxp9098-common" |
| @@ -122,7 +122,7 @@ FILES:${PN}-nxpaw693-pcie += "\ | |||
| 122 | " | 122 | " |
| 123 | RDEPENDS:${PN}-nxpaw693-pcie += "${PN}-nxp-common" | 123 | RDEPENDS:${PN}-nxpaw693-pcie += "${PN}-nxp-common" |
| 124 | 124 | ||
| 125 | FILES:${PN}-nxpiw416-sdio = " \ | 125 | FILES:${PN}-nxpiw416-sdio = "\ |
| 126 | ${nonarch_base_libdir}/firmware/mrvl/sdiouartiw416_combo_v0.bin \ | 126 | ${nonarch_base_libdir}/firmware/mrvl/sdiouartiw416_combo_v0.bin \ |
| 127 | ${nonarch_base_libdir}/firmware/nxp/*iw416* \ | 127 | ${nonarch_base_libdir}/firmware/nxp/*iw416* \ |
| 128 | " | 128 | " |
| @@ -148,7 +148,7 @@ FILES:${PN}-nxpiw610-usb += "\ | |||
| 148 | " | 148 | " |
| 149 | RDEPENDS:${PN}-nxpiw610-usb += "${PN}-nxp-common" | 149 | RDEPENDS:${PN}-nxpiw610-usb += "${PN}-nxp-common" |
| 150 | 150 | ||
| 151 | FILES:${PN}-nxpiw612-sdio = " \ | 151 | FILES:${PN}-nxpiw612-sdio = "\ |
| 152 | ${nonarch_base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \ | 152 | ${nonarch_base_libdir}/firmware/nxp/sd_w61x_v1.bin.se \ |
| 153 | ${nonarch_base_libdir}/firmware/nxp/sduart_nw61x_*.bin.se \ | 153 | ${nonarch_base_libdir}/firmware/nxp/sduart_nw61x_*.bin.se \ |
| 154 | ${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_*.bin.se \ | 154 | ${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_*.bin.se \ |
diff --git a/recipes-bsp/imx-atf/imx-atf_2.12.bb b/recipes-bsp/imx-atf/imx-atf_2.12.bb index 27984aeea..84f29975c 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.12.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.12.bb | |||
| @@ -16,7 +16,7 @@ SRCREV = "4a2e9ef5f9f185bda68470b46365add008903b8c" | |||
| 16 | 16 | ||
| 17 | inherit deploy | 17 | inherit deploy |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= " \ | 19 | PACKAGECONFIG ??= "\ |
| 20 | ${@bb.utils.filter('UBOOT_CONFIG', 'crrm', d)} \ | 20 | ${@bb.utils.filter('UBOOT_CONFIG', 'crrm', d)} \ |
| 21 | ${@bb.utils.filter('MACHINE_FEATURES', 'optee', d)}" | 21 | ${@bb.utils.filter('MACHINE_FEATURES', 'optee', d)}" |
| 22 | 22 | ||
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index 49d7ffb4b..c8e076407 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -25,7 +25,7 @@ DEPENDS += "\ | |||
| 25 | do_compile[deptask] = "do_deploy" | 25 | do_compile[deptask] = "do_deploy" |
| 26 | do_compile[depends] += "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${CRRM_INITRAMFS}:do_build', '', d)}" | 26 | do_compile[depends] += "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${CRRM_INITRAMFS}:do_build', '', d)}" |
| 27 | 27 | ||
| 28 | CRRM_DEPLOY_DEPENDS ?= " \ | 28 | CRRM_DEPLOY_DEPENDS ?= "\ |
| 29 | virtual/kernel \ | 29 | virtual/kernel \ |
| 30 | ${CRRM_INITRAMFS}" | 30 | ${CRRM_INITRAMFS}" |
| 31 | CRRM_INITRAMFS ??= "imx-image-crrm-initramfs" | 31 | CRRM_INITRAMFS ??= "imx-image-crrm-initramfs" |
| @@ -81,30 +81,30 @@ SOC_FAMILY:mx95-generic-bsp = "mx95" | |||
| 81 | REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}" | 81 | REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}" |
| 82 | 82 | ||
| 83 | MKIMAGE_EXTRA_ARGS ?= "" | 83 | MKIMAGE_EXTRA_ARGS ?= "" |
| 84 | MKIMAGE_EXTRA_ARGS:mx943-nxp-bsp ?= " \ | 84 | MKIMAGE_EXTRA_ARGS:mx943-nxp-bsp ?= "\ |
| 85 | OEI=YES \ | 85 | OEI=YES \ |
| 86 | LPDDR_TYPE=${DDR_TYPE} \ | 86 | LPDDR_TYPE=${DDR_TYPE} \ |
| 87 | MSEL=${MSEL_TYPE} \ | 87 | MSEL=${MSEL_TYPE} \ |
| 88 | " | 88 | " |
| 89 | MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp ?= " \ | 89 | MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp ?= "\ |
| 90 | OEI=YES \ | 90 | OEI=YES \ |
| 91 | LPDDR_TYPE=${DDR_TYPE} \ | 91 | LPDDR_TYPE=${DDR_TYPE} \ |
| 92 | ${@'LPDDR_FW_VERSION='+d.getVar('LPDDR_FW_VERSION') if d.getVar('LPDDR_FW_VERSION') else ''} \ | 92 | ${@'LPDDR_FW_VERSION='+d.getVar('LPDDR_FW_VERSION') if d.getVar('LPDDR_FW_VERSION') else ''} \ |
| 93 | ${@bb.utils.contains('SYSTEM_MANAGER_CONFIG', 'mx95alt', 'MSEL=1', '', d)}" | 93 | ${@bb.utils.contains('SYSTEM_MANAGER_CONFIG', 'mx95alt', 'MSEL=1', '', d)}" |
| 94 | MKIMAGE_EXTRA_ARGS:imx95-19x19-lpddr5-frdm-pro ?= " \ | 94 | MKIMAGE_EXTRA_ARGS:imx95-19x19-lpddr5-frdm-pro ?= "\ |
| 95 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ | 95 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ |
| 96 | QSPI_HEADER=./scripts/fspi_header-W25Q512NWEIQ" | 96 | QSPI_HEADER=./scripts/fspi_header-W25Q512NWEIQ" |
| 97 | 97 | ||
| 98 | MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin ?= " \ | 98 | MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin ?= "\ |
| 99 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ | 99 | ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ |
| 100 | QSPI_HEADER=./scripts/fspi_header_133" | 100 | QSPI_HEADER=./scripts/fspi_header_133" |
| 101 | MKIMAGE_EXTRA_ARGS:imx95-a1-19x19-verdin ?= " \ | 101 | MKIMAGE_EXTRA_ARGS:imx95-a1-19x19-verdin ?= "\ |
| 102 | ${MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin} \ | 102 | ${MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin} \ |
| 103 | " | 103 | " |
| 104 | 104 | ||
| 105 | UBOOT_DTB_BINARY ?= "u-boot.dtb" | 105 | UBOOT_DTB_BINARY ?= "u-boot.dtb" |
| 106 | 106 | ||
| 107 | CRRM_FILES = " \ | 107 | CRRM_FILES = "\ |
| 108 | ${KERNEL_IMAGETYPE}.gz \ | 108 | ${KERNEL_IMAGETYPE}.gz \ |
| 109 | ${KERNEL_IMAGETYPE}_crrm.gz \ | 109 | ${KERNEL_IMAGETYPE}_crrm.gz \ |
| 110 | ${KERNEL_DEVICETREE_BASENAME}.dtb \ | 110 | ${KERNEL_DEVICETREE_BASENAME}.dtb \ |
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc index bb045b6fb..7ca89431a 100644 --- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc | |||
| @@ -6,7 +6,7 @@ SECTION = "base" | |||
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982" |
| 8 | 8 | ||
| 9 | DEPENDS = " mbedtls openssl" | 9 | DEPENDS = "mbedtls openssl" |
| 10 | 10 | ||
| 11 | SRC_URI = "${SECURE_ENCLAVE_LIB_SRC};branch=${SRCBRANCH}" | 11 | SRC_URI = "${SECURE_ENCLAVE_LIB_SRC};branch=${SRCBRANCH}" |
| 12 | SECURE_ENCLAVE_LIB_SRC ?= "git://github.com/NXP/imx-secure-enclave.git;protocol=https" | 12 | SECURE_ENCLAVE_LIB_SRC ?= "git://github.com/NXP/imx-secure-enclave.git;protocol=https" |
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb index 647a9d768..7095ce7a1 100644 --- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave_git.bb | |||
| @@ -11,7 +11,7 @@ PACKAGES =+ "${PN}-crrm" | |||
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${PN}-crrm', '', d)}" | 12 | RDEPENDS:${PN} = "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${PN}-crrm', '', d)}" |
| 13 | 13 | ||
| 14 | FILES:${PN}-crrm = " \ | 14 | FILES:${PN}-crrm = "\ |
| 15 | ${bindir}/ele_crrm_test \ | 15 | ${bindir}/ele_crrm_test \ |
| 16 | ${libdir}/lib*crrm${SOLIBS}" | 16 | ${libdir}/lib*crrm${SOLIBS}" |
| 17 | 17 | ||
diff --git a/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.11.0.bb b/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.11.0.bb index 528b05e17..e47bc87a5 100644 --- a/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.11.0.bb +++ b/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.11.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | |||
| 6 | 6 | ||
| 7 | inherit fsl-eula-unpack | 7 | inherit fsl-eula-unpack |
| 8 | 8 | ||
| 9 | SRC_URI = " ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | 9 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
| 10 | IMX_SRCREV_ABBREV = "5e18a84" | 10 | IMX_SRCREV_ABBREV = "5e18a84" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "04d2a9c5c75804a11a4500a0133dfc7d8e84f74254cee52c42075f5ecc229550" | 12 | SRC_URI[sha256sum] = "04d2a9c5c75804a11a4500a0133dfc7d8e84f74254cee52c42075f5ecc229550" |
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.9.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.9.0.bb index d24ab66ea..cd1094b13 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.9.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro-daemon_1.9.0.bb | |||
| @@ -17,11 +17,11 @@ PLATFORM:mx8mm-nxp-bsp = "IMX8MM" | |||
| 17 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" | 17 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" |
| 18 | PLATFORM:mx8mp-nxp-bsp = "IMX8MP" | 18 | PLATFORM:mx8mp-nxp-bsp = "IMX8MP" |
| 19 | 19 | ||
| 20 | EXTRA_OEMAKE = " \ | 20 | EXTRA_OEMAKE = "\ |
| 21 | CROSS_COMPILE="${HOST_PREFIX}" \ | 21 | CROSS_COMPILE="${HOST_PREFIX}"\ |
| 22 | SDKTARGETSYSROOT="${STAGING_DIR_TARGET}" \ | 22 | SDKTARGETSYSROOT="${STAGING_DIR_TARGET}"\ |
| 23 | CTRLSW_HDRPATH="${STAGING_INCDIR}" \ | 23 | CTRLSW_HDRPATH="${STAGING_INCDIR}"\ |
| 24 | PLATFORM="${PLATFORM}" \ | 24 | PLATFORM="${PLATFORM}"\ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | do_install () { | 27 | do_install () { |
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.40.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.40.0.bb index 9cc366835..f2629b9d4 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.40.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.40.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | |||
| 6 | 6 | ||
| 7 | PROVIDES = "virtual/imxvpu" | 7 | PROVIDES = "virtual/imxvpu" |
| 8 | 8 | ||
| 9 | SRC_URI = " \ | 9 | SRC_URI = "\ |
| 10 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ | 10 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ |
| 11 | " | 11 | " |
| 12 | IMX_SRCREV_ABBREV = "52c7e45" | 12 | IMX_SRCREV_ABBREV = "52c7e45" |
| @@ -29,10 +29,10 @@ PLATFORM:mx8mp-nxp-bsp = "IMX8MP" | |||
| 29 | #| 2086 | ref_data = ref.virtual_address; | 29 | #| 2086 | ref_data = ref.virtual_address; |
| 30 | 30 | ||
| 31 | CFLAGS += "-Wno-error=incompatible-pointer-types" | 31 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
| 32 | EXTRA_OEMAKE = " \ | 32 | EXTRA_OEMAKE = "\ |
| 33 | CROSS_COMPILE="${HOST_PREFIX}" \ | 33 | CROSS_COMPILE="${HOST_PREFIX}"\ |
| 34 | SDKTARGETSYSROOT="${STAGING_DIR_TARGET}" \ | 34 | SDKTARGETSYSROOT="${STAGING_DIR_TARGET}"\ |
| 35 | PLATFORM="${PLATFORM}" \ | 35 | PLATFORM="${PLATFORM}"\ |
| 36 | " | 36 | " |
| 37 | 37 | ||
| 38 | do_install () { | 38 | do_install () { |
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb index 8b5d27f4f..52ff9c359 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.26.1.bb | |||
| @@ -83,7 +83,7 @@ do_install() { | |||
| 83 | FILES_SOLIBSDEV = "" | 83 | FILES_SOLIBSDEV = "" |
| 84 | FILES:${PN} += "/opt ${libdir}/lib*${SOLIBSDEV}" | 84 | FILES:${PN} += "/opt ${libdir}/lib*${SOLIBSDEV}" |
| 85 | FILES:${PN}-dev += "${FILES_SOLIBS_VERSIONED}" | 85 | FILES:${PN}-dev += "${FILES_SOLIBS_VERSIONED}" |
| 86 | FILES_SOLIBS_VERSIONED = " \ | 86 | FILES_SOLIBS_VERSIONED = "\ |
| 87 | ${libdir}/libcppnetlib-client-connections.so \ | 87 | ${libdir}/libcppnetlib-client-connections.so \ |
| 88 | ${libdir}/libcppnetlib-server-parsers.so \ | 88 | ${libdir}/libcppnetlib-server-parsers.so \ |
| 89 | ${libdir}/libcppnetlib-uri.so \ | 89 | ${libdir}/libcppnetlib-uri.so \ |
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.2.0.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.2.0.bb index a94d6bf14..c1c720073 100644 --- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.2.0.bb +++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.2.0.bb | |||
| @@ -47,7 +47,7 @@ CACHED_DMA_HEAP_CONF = "--dma-heap-device-node-path=${CACHED_DMA_HEAP_DEVICE_NOD | |||
| 47 | UNCACHED_DMA_HEAP_CONF = "--dma-heap-device-node-path=${UNCACHED_DMA_HEAP_DEVICE_NODE_PATH} \ | 47 | UNCACHED_DMA_HEAP_CONF = "--dma-heap-device-node-path=${UNCACHED_DMA_HEAP_DEVICE_NODE_PATH} \ |
| 48 | --dma-heap-uncached-memory" | 48 | --dma-heap-uncached-memory" |
| 49 | 49 | ||
| 50 | PACKAGECONFIG ?= " " | 50 | PACKAGECONFIG ?= "" |
| 51 | PACKAGECONFIG:append:imxgpu2d = " ${LIBG2D_PACKAGECONFIG}" | 51 | PACKAGECONFIG:append:imxgpu2d = " ${LIBG2D_PACKAGECONFIG}" |
| 52 | PACKAGECONFIG:append:imxipu = " ipu" | 52 | PACKAGECONFIG:append:imxipu = " ipu" |
| 53 | PACKAGECONFIG:append:imxpxp = " pxp" | 53 | PACKAGECONFIG:append:imxpxp = " pxp" |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb index 11e5ea0ff..9f8841842 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb | |||
| @@ -6,7 +6,7 @@ PROVIDES += "u-boot" | |||
| 6 | inherit fsl-u-boot-localversion | 6 | inherit fsl-u-boot-localversion |
| 7 | 7 | ||
| 8 | LICENSE = "GPL-2.0-only & BSD-3-Clause & BSD-2-Clause & LGPL-2.0-only & LGPL-2.1-only" | 8 | LICENSE = "GPL-2.0-only & BSD-3-Clause & BSD-2-Clause & LGPL-2.0-only & LGPL-2.1-only" |
| 9 | LIC_FILES_CHKSUM = " \ | 9 | LIC_FILES_CHKSUM = "\ |
| 10 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 11 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ | 11 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ |
| 12 | file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \ | 12 | file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \ |
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb index cd8d5ccb6..bec39e46f 100644 --- a/recipes-core/udev/udev-rules-imx.bb +++ b/recipes-core/udev/udev-rules-imx.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Freescale/meta-freescale/" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 5 | ||
| 6 | SRC_URI = " file://10-imx.rules" | 6 | SRC_URI = "file://10-imx.rules" |
| 7 | 7 | ||
| 8 | S = "${UNPACKDIR}" | 8 | S = "${UNPACKDIR}" |
| 9 | 9 | ||
diff --git a/recipes-devtools/qemu/qemu-qoriq.inc b/recipes-devtools/qemu/qemu-qoriq.inc index b52eb77a1..6c3b3d70b 100644 --- a/recipes-devtools/qemu/qemu-qoriq.inc +++ b/recipes-devtools/qemu/qemu-qoriq.inc | |||
| @@ -76,7 +76,7 @@ do_install_ptest() { | |||
| 76 | # QEMU_TARGETS is overridable variable | 76 | # QEMU_TARGETS is overridable variable |
| 77 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64" | 77 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64" |
| 78 | 78 | ||
| 79 | EXTRA_OECONF = " \ | 79 | EXTRA_OECONF = "\ |
| 80 | --prefix=${prefix} \ | 80 | --prefix=${prefix} \ |
| 81 | --bindir=${bindir} \ | 81 | --bindir=${bindir} \ |
| 82 | --includedir=${includedir} \ | 82 | --includedir=${includedir} \ |
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 8996a2f44..222fc5b47 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
| @@ -49,7 +49,7 @@ do_install_ptest() { | |||
| 49 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env | 49 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | PACKAGECONFIG ??= " \ | 52 | PACKAGECONFIG ??= "\ |
| 53 | fdt sdl kvm aio libusb vhost numa \ | 53 | fdt sdl kvm aio libusb vhost numa \ |
| 54 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ | 54 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ |
| 55 | " | 55 | " |
diff --git a/recipes-devtools/uuu/uuu-bin_1.5.233.bb b/recipes-devtools/uuu/uuu-bin_1.5.233.bb index ec2f40e00..b0fcbc09a 100644 --- a/recipes-devtools/uuu/uuu-bin_1.5.233.bb +++ b/recipes-devtools/uuu/uuu-bin_1.5.233.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & LGPL-2.1-or-later" | |||
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ |
| 10 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" | 10 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = "\ |
| 13 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ | 13 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ |
| 14 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_x86;downloadfilename=uuu-${PV}_mac_x86;name=Mac_x86 \ | 14 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_x86;downloadfilename=uuu-${PV}_mac_x86;name=Mac_x86 \ |
| 15 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_arm;downloadfilename=uuu-${PV}_mac_arm;name=Mac_arm \ | 15 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_arm;downloadfilename=uuu-${PV}_mac_arm;name=Mac_arm \ |
diff --git a/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb b/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb index 7b3c2f606..9d4aa4c5c 100644 --- a/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb +++ b/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb | |||
| @@ -24,7 +24,7 @@ inherit cmake python3native | |||
| 24 | 24 | ||
| 25 | DEPENDS = "spirv-tools" | 25 | DEPENDS = "spirv-tools" |
| 26 | 26 | ||
| 27 | EXTRA_OECMAKE = " \ | 27 | EXTRA_OECMAKE = "\ |
| 28 | -DCMAKE_BUILD_TYPE=Release \ | 28 | -DCMAKE_BUILD_TYPE=Release \ |
| 29 | -DBUILD_SHARED_LIBS=ON \ | 29 | -DBUILD_SHARED_LIBS=ON \ |
| 30 | -DENABLE_PCH=OFF \ | 30 | -DENABLE_PCH=OFF \ |
diff --git a/recipes-extended/dpdk/dpdk_22.11.bb b/recipes-extended/dpdk/dpdk_22.11.bb index 84bda4770..b25ce270c 100644 --- a/recipes-extended/dpdk/dpdk_22.11.bb +++ b/recipes-extended/dpdk/dpdk_22.11.bb | |||
| @@ -25,7 +25,7 @@ DPDK_EXAMPLES ?= "l2fwd,l3fwd,l2fwd-crypto,ipsec-secgw,ip_fragmentation,ip_reass | |||
| 25 | DPDK_APPS ?= "pdump,test-pmd,proc-info,test-crypto-perf" | 25 | DPDK_APPS ?= "pdump,test-pmd,proc-info,test-crypto-perf" |
| 26 | 26 | ||
| 27 | # kernel module is provide by dpdk-module recipe, so disable here | 27 | # kernel module is provide by dpdk-module recipe, so disable here |
| 28 | EXTRA_OEMESON = " \ | 28 | EXTRA_OEMESON = "\ |
| 29 | -Denable_kmods=false \ | 29 | -Denable_kmods=false \ |
| 30 | -Doptimization=3 \ | 30 | -Doptimization=3 \ |
| 31 | --cross-file ${S}/config/arm/arm64_poky_linux_gcc \ | 31 | --cross-file ${S}/config/arm/arm64_poky_linux_gcc \ |
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index a8e229aee..746202820 100644 --- a/recipes-extended/jailhouse/jailhouse-imx_git.bb +++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb | |||
| @@ -28,7 +28,7 @@ SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ | |||
| 28 | file://0002-YOCIMX-9281-2-hypervisor-arm64-fix-strh-usage.patch \ | 28 | file://0002-YOCIMX-9281-2-hypervisor-arm64-fix-strh-usage.patch \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | DEPENDS = " \ | 31 | DEPENDS = "\ |
| 32 | make-native \ | 32 | make-native \ |
| 33 | python3-mako-native \ | 33 | python3-mako-native \ |
| 34 | python3-mako \ | 34 | python3-mako \ |
| @@ -103,7 +103,7 @@ RDEPENDS:${PN} += "\ | |||
| 103 | python3-mmap \ | 103 | python3-mmap \ |
| 104 | " | 104 | " |
| 105 | 105 | ||
| 106 | RDEPENDS:pyjailhouse = " \ | 106 | RDEPENDS:pyjailhouse = "\ |
| 107 | python3-core \ | 107 | python3-core \ |
| 108 | python3-ctypes \ | 108 | python3-ctypes \ |
| 109 | python3-fcntl \ | 109 | python3-fcntl \ |
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 412667f01..0151ebc52 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" |
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = "\ |
| 12 | git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ | 12 | git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ |
| 13 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/platform/linux-dpaa2/flib/qbman \ | 13 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/platform/linux-dpaa2/flib/qbman \ |
| 14 | git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=${S}/platform/linux-dpaa2/flib/rta \ | 14 | git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=${S}/platform/linux-dpaa2/flib/rta \ |
diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb index c67ab1303..98816ae60 100644 --- a/recipes-extended/ofp/ofp_git.bb +++ b/recipes-extended/ofp/ofp_git.bb | |||
| @@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 16 | 16 | ||
| 17 | DEPENDS = "odp" | 17 | DEPENDS = "odp" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = " \ | 19 | EXTRA_OECONF = "\ |
| 20 | --prefix=/usr \ | 20 | --prefix=/usr \ |
| 21 | --libdir=${libdir} \ | 21 | --libdir=${libdir} \ |
| 22 | --host=${SIMPLE_TARGET_SYS} \ | 22 | --host=${SIMPLE_TARGET_SYS} \ |
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 826868442..66ca551ec 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -2,7 +2,7 @@ require secure-obj.inc | |||
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | DEPENDS:remove = " python3-pycryptodomex-native" | 5 | DEPENDS:remove = "python3-pycryptodomex-native" |
| 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" | 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" |
| 7 | RDEPENDS:${PN} += "secure-obj-module" | 7 | RDEPENDS:${PN} += "secure-obj-module" |
| 8 | 8 | ||
diff --git a/recipes-extended/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb index 45e9365da..c19ed5547 100644 --- a/recipes-extended/testfloat/testfloat_2a.bb +++ b/recipes-extended/testfloat/testfloat_2a.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "TestFloat" | |||
| 3 | 3 | ||
| 4 | LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145" | 4 | LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145" |
| 5 | 5 | ||
| 6 | SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ | 6 | SRC_URI = "http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ |
| 7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ | 7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ |
| 8 | " | 8 | " |
| 9 | SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ | 9 | SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb index 9a86e5013..fd1ccfdef 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-commercial.bb | |||
| @@ -6,12 +6,12 @@ LICENSE_FLAGS = "commercial" | |||
| 6 | 6 | ||
| 7 | inherit packagegroup | 7 | inherit packagegroup |
| 8 | 8 | ||
| 9 | RDEPENDS:${PN} = " \ | 9 | RDEPENDS:${PN} = "\ |
| 10 | packagegroup-fsl-gstreamer1.0 \ | 10 | packagegroup-fsl-gstreamer1.0 \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | # Plugins from the -ugly collection which require the "commercial" flag in LICENSE_FLAGS_ACCEPTED to be set | 13 | # Plugins from the -ugly collection which require the "commercial" flag in LICENSE_FLAGS_ACCEPTED to be set |
| 14 | RDEPENDS:${PN} = " \ | 14 | RDEPENDS:${PN} = "\ |
| 15 | gstreamer1.0-plugins-ugly-asf \ | 15 | gstreamer1.0-plugins-ugly-asf \ |
| 16 | gstreamer1.0-libav \ | 16 | gstreamer1.0-libav \ |
| 17 | " | 17 | " |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb index 6b2c3ac0e..ab0a396c9 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb | |||
| @@ -5,7 +5,7 @@ SUMMARY = "FSL Community package group - full set of all GStreamer 1.0 plugins" | |||
| 5 | 5 | ||
| 6 | inherit packagegroup | 6 | inherit packagegroup |
| 7 | 7 | ||
| 8 | RDEPENDS:${PN} = " \ | 8 | RDEPENDS:${PN} = "\ |
| 9 | packagegroup-fsl-gstreamer1.0 \ | 9 | packagegroup-fsl-gstreamer1.0 \ |
| 10 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'packagegroup-fsl-gstreamer1.0-commercial', '', d)} \ | 10 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'packagegroup-fsl-gstreamer1.0-commercial', '', d)} \ |
| 11 | gstreamer1.0-plugins-base-meta \ | 11 | gstreamer1.0-plugins-base-meta \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb index fe34a1942..85cd9ebe3 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb | |||
| @@ -18,7 +18,7 @@ PACKAGES += "\ | |||
| 18 | 18 | ||
| 19 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | 19 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" |
| 20 | 20 | ||
| 21 | RDEPENDS:${PN} = " \ | 21 | RDEPENDS:${PN} = "\ |
| 22 | ${PN}-audio \ | 22 | ${PN}-audio \ |
| 23 | ${PN}-video \ | 23 | ${PN}-video \ |
| 24 | ${PN}-network-base \ | 24 | ${PN}-network-base \ |
| @@ -26,18 +26,18 @@ RDEPENDS:${PN} = " \ | |||
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | # List of X11 specific plugins | 28 | # List of X11 specific plugins |
| 29 | GST_X11_PACKAGES = " \ | 29 | GST_X11_PACKAGES = "\ |
| 30 | gstreamer1.0-plugins-base-ximagesink \ | 30 | gstreamer1.0-plugins-base-ximagesink \ |
| 31 | gstreamer1.0-plugins-base-xvimagesink \ | 31 | gstreamer1.0-plugins-base-xvimagesink \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | # List of Wayland specific plugins | 34 | # List of Wayland specific plugins |
| 35 | GST_WAYLAND_PACKAGES = " \ | 35 | GST_WAYLAND_PACKAGES = "\ |
| 36 | gstreamer1.0-plugins-bad-waylandsink \ | 36 | gstreamer1.0-plugins-bad-waylandsink \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | # basic plugins required in virtually every pipeline | 39 | # basic plugins required in virtually every pipeline |
| 40 | RDEPENDS:${PN}-base = " \ | 40 | RDEPENDS:${PN}-base = "\ |
| 41 | gstreamer1.0 \ | 41 | gstreamer1.0 \ |
| 42 | gstreamer1.0-plugins-base-playback \ | 42 | gstreamer1.0-plugins-base-playback \ |
| 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'gstreamer1.0-plugins-base-alsa', '', d)} \ | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'gstreamer1.0-plugins-base-alsa', '', d)} \ |
| @@ -52,14 +52,14 @@ RDEPENDS:${PN}-base = " \ | |||
| 52 | ${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "imx-gst1.0-plugin", "imx-gst1.0-plugin-tools", "", d)} \ | 52 | ${@bb.utils.contains("MACHINE_GSTREAMER_1_0_PLUGIN", "imx-gst1.0-plugin", "imx-gst1.0-plugin-tools", "", d)} \ |
| 53 | " | 53 | " |
| 54 | 54 | ||
| 55 | RRECOMMENDS:${PN}-base = " \ | 55 | RRECOMMENDS:${PN}-base = "\ |
| 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${GST_X11_PACKAGES}', \ | 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${GST_X11_PACKAGES}', \ |
| 57 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | 57 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ |
| 58 | '${GST_WAYLAND_PACKAGES}', '', d), d)} \ | 58 | '${GST_WAYLAND_PACKAGES}', '', d), d)} \ |
| 59 | " | 59 | " |
| 60 | 60 | ||
| 61 | # Basic audio plugins: parsers, demuxers, decoders | 61 | # Basic audio plugins: parsers, demuxers, decoders |
| 62 | RDEPENDS:${PN}-audio = " \ | 62 | RDEPENDS:${PN}-audio = "\ |
| 63 | ${PN}-base \ | 63 | ${PN}-base \ |
| 64 | gstreamer1.0-plugins-base-ogg \ | 64 | gstreamer1.0-plugins-base-ogg \ |
| 65 | gstreamer1.0-plugins-good-audioparsers \ | 65 | gstreamer1.0-plugins-good-audioparsers \ |
| @@ -71,7 +71,7 @@ RDEPENDS:${PN}-audio = " \ | |||
| 71 | " | 71 | " |
| 72 | 72 | ||
| 73 | # Basic video plugins: parsers, demuxers | 73 | # Basic video plugins: parsers, demuxers |
| 74 | RDEPENDS:${PN}-video = " \ | 74 | RDEPENDS:${PN}-video = "\ |
| 75 | ${PN}-base \ | 75 | ${PN}-base \ |
| 76 | gstreamer1.0-plugins-base-subparse \ | 76 | gstreamer1.0-plugins-base-subparse \ |
| 77 | gstreamer1.0-plugins-base-theora \ | 77 | gstreamer1.0-plugins-base-theora \ |
| @@ -81,12 +81,12 @@ RDEPENDS:${PN}-video = " \ | |||
| 81 | gstreamer1.0-plugins-good-matroska \ | 81 | gstreamer1.0-plugins-good-matroska \ |
| 82 | " | 82 | " |
| 83 | 83 | ||
| 84 | RRECOMMENDS:${PN}-video = " \ | 84 | RRECOMMENDS:${PN}-video = "\ |
| 85 | ${PN}-audio \ | 85 | ${PN}-audio \ |
| 86 | " | 86 | " |
| 87 | 87 | ||
| 88 | # Additional video plugins from the -bad collection | 88 | # Additional video plugins from the -bad collection |
| 89 | RDEPENDS:${PN}-video-bad = " \ | 89 | RDEPENDS:${PN}-video-bad = "\ |
| 90 | ${PN}-video \ | 90 | ${PN}-video \ |
| 91 | gstreamer1.0-plugins-bad-mpegpsdemux \ | 91 | gstreamer1.0-plugins-bad-mpegpsdemux \ |
| 92 | gstreamer1.0-plugins-bad-mpegtsdemux \ | 92 | gstreamer1.0-plugins-bad-mpegtsdemux \ |
| @@ -94,7 +94,7 @@ RDEPENDS:${PN}-video-bad = " \ | |||
| 94 | " | 94 | " |
| 95 | 95 | ||
| 96 | # Plugins used for diagnostics and debugging of pipelines | 96 | # Plugins used for diagnostics and debugging of pipelines |
| 97 | RDEPENDS:${PN}-debug = " \ | 97 | RDEPENDS:${PN}-debug = "\ |
| 98 | ${PN}-base \ | 98 | ${PN}-base \ |
| 99 | gstreamer1.0-plugins-base-audiotestsrc \ | 99 | gstreamer1.0-plugins-base-audiotestsrc \ |
| 100 | gstreamer1.0-plugins-base-videotestsrc \ | 100 | gstreamer1.0-plugins-base-videotestsrc \ |
| @@ -103,14 +103,14 @@ RDEPENDS:${PN}-debug = " \ | |||
| 103 | " | 103 | " |
| 104 | 104 | ||
| 105 | # Basic networking plugins required by most pipelines that receive and/or send data | 105 | # Basic networking plugins required by most pipelines that receive and/or send data |
| 106 | RDEPENDS:${PN}-network-base = " \ | 106 | RDEPENDS:${PN}-network-base = "\ |
| 107 | gstreamer1.0-plugins-base-tcp \ | 107 | gstreamer1.0-plugins-base-tcp \ |
| 108 | gstreamer1.0-plugins-good-soup \ | 108 | gstreamer1.0-plugins-good-soup \ |
| 109 | gstreamer1.0-plugins-good-udp \ | 109 | gstreamer1.0-plugins-good-udp \ |
| 110 | " | 110 | " |
| 111 | 111 | ||
| 112 | # Additional networking plugins | 112 | # Additional networking plugins |
| 113 | RDEPENDS:${PN}-network = " \ | 113 | RDEPENDS:${PN}-network = "\ |
| 114 | ${PN}-network-base \ | 114 | ${PN}-network-base \ |
| 115 | gstreamer1.0-plugins-good-rtp \ | 115 | gstreamer1.0-plugins-good-rtp \ |
| 116 | gstreamer1.0-plugins-good-rtpmanager \ | 116 | gstreamer1.0-plugins-good-rtpmanager \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb index 09eac053b..dc51f7203 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb | |||
| @@ -5,11 +5,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 5 | inherit packagegroup | 5 | inherit packagegroup |
| 6 | 6 | ||
| 7 | ISP_PKGS ?= "" | 7 | ISP_PKGS ?= "" |
| 8 | ISP_PKGS:mx8mp-nxp-bsp = " \ | 8 | ISP_PKGS:mx8mp-nxp-bsp = "\ |
| 9 | isp-imx \ | 9 | isp-imx \ |
| 10 | basler-camera \ | 10 | basler-camera \ |
| 11 | kernel-module-isp-vvcam \ | 11 | kernel-module-isp-vvcam \ |
| 12 | " | 12 | " |
| 13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = "\ |
| 14 | ${ISP_PKGS} \ | 14 | ${ISP_PKGS} \ |
| 15 | " | 15 | " |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb index d0367fdb7..44f1927af 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | |||
| @@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 7 | 7 | ||
| 8 | inherit packagegroup | 8 | inherit packagegroup |
| 9 | 9 | ||
| 10 | PACKAGES = " \ | 10 | PACKAGES = "\ |
| 11 | ${PN}-base \ | 11 | ${PN}-base \ |
| 12 | ${PN}-mtd \ | 12 | ${PN}-mtd \ |
| 13 | ${PN}-extfs \ | 13 | ${PN}-extfs \ |
| @@ -20,7 +20,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | |||
| 20 | # Distro can override the following VIRTUAL-RUNTIME providers: | 20 | # Distro can override the following VIRTUAL-RUNTIME providers: |
| 21 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | 21 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" |
| 22 | 22 | ||
| 23 | RDEPENDS:${PN}-base = " \ | 23 | RDEPENDS:${PN}-base = "\ |
| 24 | bash \ | 24 | bash \ |
| 25 | imx-uuc \ | 25 | imx-uuc \ |
| 26 | util-linux \ | 26 | util-linux \ |
| @@ -34,14 +34,14 @@ RDEPENDS:${PN}-base = " \ | |||
| 34 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ | 34 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ |
| 35 | " | 35 | " |
| 36 | 36 | ||
| 37 | RDEPENDS:${PN}-mtd = " \ | 37 | RDEPENDS:${PN}-mtd = "\ |
| 38 | ${PN}-base \ | 38 | ${PN}-base \ |
| 39 | imx-kobs \ | 39 | imx-kobs \ |
| 40 | mtd-utils \ | 40 | mtd-utils \ |
| 41 | mtd-utils-ubifs \ | 41 | mtd-utils-ubifs \ |
| 42 | " | 42 | " |
| 43 | 43 | ||
| 44 | RDEPENDS:${PN}-extfs = " \ | 44 | RDEPENDS:${PN}-extfs = "\ |
| 45 | ${PN}-base \ | 45 | ${PN}-base \ |
| 46 | e2fsprogs-mke2fs \ | 46 | e2fsprogs-mke2fs \ |
| 47 | e2fsprogs-e2fsck \ | 47 | e2fsprogs-e2fsck \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-network.bb b/recipes-fsl/packagegroups/packagegroup-fsl-network.bb index 218b9eca8..f14c077fd 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-network.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-network.bb | |||
| @@ -44,6 +44,6 @@ NETWORK_TOOLS:append:fsl-lsch3 = " \ | |||
| 44 | spc \ | 44 | spc \ |
| 45 | " | 45 | " |
| 46 | 46 | ||
| 47 | RDEPENDS:${PN} = " \ | 47 | RDEPENDS:${PN} = "\ |
| 48 | ${NETWORK_TOOLS} \ | 48 | ${NETWORK_TOOLS} \ |
| 49 | " | 49 | " |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb index a361a4dd2..172b1e1ab 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | |||
| @@ -11,7 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 11 | inherit packagegroup | 11 | inherit packagegroup |
| 12 | 12 | ||
| 13 | SOC_TOOLS_GPU_X11 = "" | 13 | SOC_TOOLS_GPU_X11 = "" |
| 14 | SOC_TOOLS_GPU_X11:imxgpu2d = " mesa-demos glmark2 gtkperf" | 14 | SOC_TOOLS_GPU_X11:imxgpu2d = "mesa-demos glmark2 gtkperf" |
| 15 | 15 | ||
| 16 | SOC_TOOLS_GPU_FB = "" | 16 | SOC_TOOLS_GPU_FB = "" |
| 17 | 17 | ||
| @@ -20,7 +20,7 @@ SOC_TOOLS_GPU_WAYLAND = "" | |||
| 20 | SOC_TOOLS_GPU_XWAYLAND = "" | 20 | SOC_TOOLS_GPU_XWAYLAND = "" |
| 21 | SOC_TOOLS_GPU_XWAYLAND:imxgpu2d = "mesa-demos gtkperf" | 21 | SOC_TOOLS_GPU_XWAYLAND:imxgpu2d = "mesa-demos gtkperf" |
| 22 | 22 | ||
| 23 | RDEPENDS:${PN} = " \ | 23 | RDEPENDS:${PN} = "\ |
| 24 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland", "${SOC_TOOLS_GPU_XWAYLAND}", \ | 24 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland", "${SOC_TOOLS_GPU_XWAYLAND}", \ |
| 25 | bb.utils.contains("DISTRO_FEATURES", "wayland", "${SOC_TOOLS_GPU_WAYLAND}", \ | 25 | bb.utils.contains("DISTRO_FEATURES", "wayland", "${SOC_TOOLS_GPU_WAYLAND}", \ |
| 26 | bb.utils.contains("DISTRO_FEATURES", "x11", "${SOC_TOOLS_GPU_X11}", \ | 26 | bb.utils.contains("DISTRO_FEATURES", "x11", "${SOC_TOOLS_GPU_X11}", \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb index c7e820adb..11c6a9b55 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb | |||
| @@ -12,7 +12,7 @@ inherit packagegroup | |||
| 12 | SOC_TOOLS_GPU = "" | 12 | SOC_TOOLS_GPU = "" |
| 13 | 13 | ||
| 14 | # i.MX6 SoloLite does not support apitrace because of its dependency on gles2. | 14 | # i.MX6 SoloLite does not support apitrace because of its dependency on gles2. |
| 15 | SOC_TOOLS_GPU:imxgpu2d = " \ | 15 | SOC_TOOLS_GPU:imxgpu2d = "\ |
| 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ |
| 17 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'xserver-xorg-extension-viv-autohdmi', \ | 17 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'xserver-xorg-extension-viv-autohdmi', \ |
| 18 | '', d), d)} \ | 18 | '', d), d)} \ |
| @@ -27,6 +27,6 @@ SOC_TOOLS_GPU:append:imxgpu = " \ | |||
| 27 | imx-gpu-viv-tools \ | 27 | imx-gpu-viv-tools \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | RDEPENDS:${PN} = " \ | 30 | RDEPENDS:${PN} = "\ |
| 31 | ${SOC_TOOLS_GPU} \ | 31 | ${SOC_TOOLS_GPU} \ |
| 32 | " | 32 | " |
diff --git a/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb index 54a428fdf..ae4683723 100644 --- a/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb +++ b/recipes-fsl/packagegroups/packagegroup-imx-tools-audio.bb | |||
| @@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 9 | 9 | ||
| 10 | inherit packagegroup | 10 | inherit packagegroup |
| 11 | 11 | ||
| 12 | ALSA_INSTALL = " \ | 12 | ALSA_INSTALL = "\ |
| 13 | alsa-utils \ | 13 | alsa-utils \ |
| 14 | alsa-tools \ | 14 | alsa-tools \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | PULSEAUDIO_INSTALL = " \ | 17 | PULSEAUDIO_INSTALL = "\ |
| 18 | pulseaudio-server \ | 18 | pulseaudio-server \ |
| 19 | pulseaudio-module-cli \ | 19 | pulseaudio-module-cli \ |
| 20 | pulseaudio-misc \ | 20 | pulseaudio-misc \ |
| @@ -27,7 +27,7 @@ PULSEAUDIO_INSTALL = " \ | |||
| 27 | "", d)} \ | 27 | "", d)} \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | RDEPENDS:${PN} = " \ | 30 | RDEPENDS:${PN} = "\ |
| 31 | ${@bb.utils.contains("DISTRO_FEATURES", "alsa", "${ALSA_INSTALL}", "", d)} \ | 31 | ${@bb.utils.contains("DISTRO_FEATURES", "alsa", "${ALSA_INSTALL}", "", d)} \ |
| 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pulseaudio", "${PULSEAUDIO_INSTALL}", "", d)} \ | 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pulseaudio", "${PULSEAUDIO_INSTALL}", "", d)} \ |
| 33 | " | 33 | " |
diff --git a/recipes-graphics/gli/gli_0.8.4.0.bb b/recipes-graphics/gli/gli_0.8.4.0.bb index 14d6a75ed..f1ab37606 100644 --- a/recipes-graphics/gli/gli_0.8.4.0.bb +++ b/recipes-graphics/gli/gli_0.8.4.0.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "libs" | |||
| 9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" | 10 | LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = "\ |
| 13 | git://github.com/g-truc/gli;protocol=https;branch=master \ | 13 | git://github.com/g-truc/gli;protocol=https;branch=master \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" | 15 | SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" |
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb index bd08639b6..297a5b313 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | |||
| @@ -11,12 +11,12 @@ SRCREV = "522cb2981289b7ba20d6dd4b4bf75097e079815b" | |||
| 11 | 11 | ||
| 12 | inherit cmake pkgconfig perlnative python3native | 12 | inherit cmake pkgconfig perlnative python3native |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= " \ | 14 | PACKAGECONFIG ??= "\ |
| 15 | egl \ | 15 | egl \ |
| 16 | ${PACKAGECONFIG_BACKEND} \ | 16 | ${PACKAGECONFIG_BACKEND} \ |
| 17 | ${PACKAGECONFIG_GPU2D} \ | 17 | ${PACKAGECONFIG_GPU2D} \ |
| 18 | " | 18 | " |
| 19 | PACKAGECONFIG_BACKEND = " \ | 19 | PACKAGECONFIG_BACKEND = "\ |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'waffle', \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'waffle', \ |
| 21 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ | 21 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ |
| 22 | '', d), d)} \ | 22 | '', d), d)} \ |
diff --git a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb index 126f12b92..86b8a9f97 100644 --- a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb +++ b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS_BACKEND = \ | |||
| 8 | bb.utils.contains('DISTRO_FEATURES', 'x11', ' xrandr', \ | 8 | bb.utils.contains('DISTRO_FEATURES', 'x11', ' xrandr', \ |
| 9 | '', d), d)}" | 9 | '', d), d)}" |
| 10 | DEPENDS_MX8 = "" | 10 | DEPENDS_MX8 = "" |
| 11 | DEPENDS_MX8:mx8-nxp-bsp = " \ | 11 | DEPENDS_MX8:mx8-nxp-bsp = "\ |
| 12 | glslang-native \ | 12 | glslang-native \ |
| 13 | opencv \ | 13 | opencv \ |
| 14 | rapidopencl \ | 14 | rapidopencl \ |
| @@ -17,10 +17,10 @@ DEPENDS_MX8:mx8-nxp-bsp = " \ | |||
| 17 | vulkan-headers \ | 17 | vulkan-headers \ |
| 18 | vulkan-loader \ | 18 | vulkan-loader \ |
| 19 | " | 19 | " |
| 20 | DEPENDS_MX8:mx8mm-nxp-bsp = " \ | 20 | DEPENDS_MX8:mx8mm-nxp-bsp = "\ |
| 21 | opencv \ | 21 | opencv \ |
| 22 | " | 22 | " |
| 23 | DEPENDS = " \ | 23 | DEPENDS = "\ |
| 24 | assimp \ | 24 | assimp \ |
| 25 | cmake-native \ | 25 | cmake-native \ |
| 26 | devil \ | 26 | devil \ |
| @@ -75,7 +75,7 @@ do_compile () { | |||
| 75 | FslBuild.py -vvvvv -t sdk --UseFeatures [${FEATURES}] --UseExtensions [${EXTENSIONS}] --Variants [WindowSystem=${WINDOW_SYSTEM}] --BuildThreads ${@oe.utils.parallel_make(d)} -c install --CMakeInstallPrefix ${S} | 75 | FslBuild.py -vvvvv -t sdk --UseFeatures [${FEATURES}] --UseExtensions [${EXTENSIONS}] --Variants [WindowSystem=${WINDOW_SYSTEM}] --BuildThreads ${@oe.utils.parallel_make(d)} -c install --CMakeInstallPrefix ${S} |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | REMOVALS = " \ | 78 | REMOVALS = "\ |
| 79 | GLES2/DeBayer \ | 79 | GLES2/DeBayer \ |
| 80 | GLES2/DirectMultiSamplingVideoYUV \ | 80 | GLES2/DirectMultiSamplingVideoYUV \ |
| 81 | GLES3/DirectMultiSamplingVideoYUV \ | 81 | GLES3/DirectMultiSamplingVideoYUV \ |
| @@ -108,7 +108,7 @@ INSANE_SKIP:${PN} += "already-stripped rpaths" | |||
| 108 | 108 | ||
| 109 | # Unfortunately recipes with an empty main package, like header-only libraries, | 109 | # Unfortunately recipes with an empty main package, like header-only libraries, |
| 110 | # are not included in the SDK. Use RDEPENDS as a workaround. | 110 | # are not included in the SDK. Use RDEPENDS as a workaround. |
| 111 | RDEPENDS_EMPTY_MAIN_PACKAGE = " \ | 111 | RDEPENDS_EMPTY_MAIN_PACKAGE = "\ |
| 112 | fmt \ | 112 | fmt \ |
| 113 | gli \ | 113 | gli \ |
| 114 | glm \ | 114 | glm \ |
| @@ -119,7 +119,7 @@ RDEPENDS_EMPTY_MAIN_PACKAGE = " \ | |||
| 119 | stb \ | 119 | stb \ |
| 120 | " | 120 | " |
| 121 | RDEPENDS_EMPTY_MAIN_PACKAGE_MX8 = "" | 121 | RDEPENDS_EMPTY_MAIN_PACKAGE_MX8 = "" |
| 122 | RDEPENDS_EMPTY_MAIN_PACKAGE_MX8:mx8-nxp-bsp = " \ | 122 | RDEPENDS_EMPTY_MAIN_PACKAGE_MX8:mx8-nxp-bsp = "\ |
| 123 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libxdg-shell', '', d)} \ | 123 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libxdg-shell', '', d)} \ |
| 124 | rapidopencl \ | 124 | rapidopencl \ |
| 125 | rapidopenvx \ | 125 | rapidopenvx \ |
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb index a5637869a..42d60701c 100644 --- a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb +++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb | |||
| @@ -12,7 +12,7 @@ S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell" | |||
| 12 | 12 | ||
| 13 | inherit cmake pkgconfig | 13 | inherit cmake pkgconfig |
| 14 | 14 | ||
| 15 | EXTRA_OECMAKE = " \ | 15 | EXTRA_OECMAKE = "\ |
| 16 | -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ | 16 | -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ |
| 17 | -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ | 17 | -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ |
| 18 | " | 18 | " |
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index f3650fb57..6cedf2525 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -30,7 +30,7 @@ PROVIDES += "\ | |||
| 30 | virtual/libopenvg \ | 30 | virtual/libopenvg \ |
| 31 | ${EXTRA_PROVIDES} \ | 31 | ${EXTRA_PROVIDES} \ |
| 32 | " | 32 | " |
| 33 | EXTRA_PROVIDES = " \ | 33 | EXTRA_PROVIDES = "\ |
| 34 | ${PROVIDES_OPENCL} \ | 34 | ${PROVIDES_OPENCL} \ |
| 35 | ${PROVIDES_OPENVX} \ | 35 | ${PROVIDES_OPENVX} \ |
| 36 | " | 36 | " |
| @@ -43,7 +43,7 @@ EXTRA_PROVIDES:append:mx8-nxp-bsp = " \ | |||
| 43 | virtual/libgbm \ | 43 | virtual/libgbm \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | PROVIDES_OPENCL = " \ | 46 | PROVIDES_OPENCL = "\ |
| 47 | opencl-headers \ | 47 | opencl-headers \ |
| 48 | opencl-clhpp \ | 48 | opencl-clhpp \ |
| 49 | opencl-icd-loader \ | 49 | opencl-icd-loader \ |
| @@ -76,7 +76,7 @@ PACKAGECONFIG ?= "" | |||
| 76 | PACKAGECONFIG[valgrind] = "" | 76 | PACKAGECONFIG[valgrind] = "" |
| 77 | 77 | ||
| 78 | # Note : If you add a package here, to prevent a naming conflict see the python_anonymous() futher below | 78 | # Note : If you add a package here, to prevent a naming conflict see the python_anonymous() futher below |
| 79 | PACKAGES =+ " \ | 79 | PACKAGES =+ "\ |
| 80 | libgles1-imx libgles1-imx-dev \ | 80 | libgles1-imx libgles1-imx-dev \ |
| 81 | libgles2-imx libgles2-imx-dev \ | 81 | libgles2-imx libgles2-imx-dev \ |
| 82 | libgles3-imx-dev \ | 82 | libgles3-imx-dev \ |
| @@ -343,11 +343,11 @@ FILES:libvulkan-imx = "\ | |||
| 343 | FILES:libvulkan-imx-dev = "${includedir}/vulkan ${libdir}/libvulkan_VSI${SOLIBSDEV}" | 343 | FILES:libvulkan-imx-dev = "${includedir}/vulkan ${libdir}/libvulkan_VSI${SOLIBSDEV}" |
| 344 | RPROVIDES:libvulkan-imx = "virtual-vulkan-icd" | 344 | RPROVIDES:libvulkan-imx = "virtual-vulkan-icd" |
| 345 | 345 | ||
| 346 | FILES:libspirv-imx = " \ | 346 | FILES:libspirv-imx = "\ |
| 347 | ${libdir}/libSPIRV_viv${SOLIBS} \ | 347 | ${libdir}/libSPIRV_viv${SOLIBS} \ |
| 348 | " | 348 | " |
| 349 | 349 | ||
| 350 | FILES:libopenvx-imx = " \ | 350 | FILES:libopenvx-imx = "\ |
| 351 | ${libdir}/libOpenVX${REALSOLIBS} \ | 351 | ${libdir}/libOpenVX${REALSOLIBS} \ |
| 352 | ${libdir}/libOpenVXC${SOLIBS} \ | 352 | ${libdir}/libOpenVXC${SOLIBS} \ |
| 353 | ${libdir}/libOpenVXU${SOLIBS} \ | 353 | ${libdir}/libOpenVXU${SOLIBS} \ |
diff --git a/recipes-graphics/mali/mali-imx.inc b/recipes-graphics/mali/mali-imx.inc index e500a5cd7..37dfc32f0 100644 --- a/recipes-graphics/mali/mali-imx.inc +++ b/recipes-graphics/mali/mali-imx.inc | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" | 1 | SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | DEPENDS = " \ | 3 | DEPENDS = "\ |
| 4 | libdrm \ | 4 | libdrm \ |
| 5 | vulkan-loader \ | 5 | vulkan-loader \ |
| 6 | wayland \ | 6 | wayland \ |
| 7 | wayland-protocols" | 7 | wayland-protocols" |
| 8 | PROVIDES = " \ | 8 | PROVIDES = "\ |
| 9 | virtual/egl \ | 9 | virtual/egl \ |
| 10 | virtual/libgbm \ | 10 | virtual/libgbm \ |
| 11 | virtual/libgles1 \ | 11 | virtual/libgles1 \ |
| @@ -18,7 +18,7 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
| 18 | INHIBIT_PACKAGE_STRIP = "1" | 18 | INHIBIT_PACKAGE_STRIP = "1" |
| 19 | INHIBIT_SYSROOT_STRIP = "1" | 19 | INHIBIT_SYSROOT_STRIP = "1" |
| 20 | 20 | ||
| 21 | PACKAGES =+ " \ | 21 | PACKAGES =+ "\ |
| 22 | ${PN}-libegl ${PN}-libegl-dev \ | 22 | ${PN}-libegl ${PN}-libegl-dev \ |
| 23 | ${PN}-libgbm ${PN}-libgbm-dev \ | 23 | ${PN}-libgbm ${PN}-libgbm-dev \ |
| 24 | ${PN}-libgles1 ${PN}-libgles1-dev \ | 24 | ${PN}-libgles1 ${PN}-libgles1-dev \ |
| @@ -33,37 +33,37 @@ FILES:${PN} += "\ | |||
| 33 | ${nonarch_base_libdir}/firmware" | 33 | ${nonarch_base_libdir}/firmware" |
| 34 | FILES_SOLIBSDEV = "" | 34 | FILES_SOLIBSDEV = "" |
| 35 | INSANE_SKIP:${PN} = "dev-so" | 35 | INSANE_SKIP:${PN} = "dev-so" |
| 36 | FILES:${PN}-libegl = " \ | 36 | FILES:${PN}-libegl = "\ |
| 37 | ${libdir}/libEGL${SOLIBS}" | 37 | ${libdir}/libEGL${SOLIBS}" |
| 38 | FILES:${PN}-libgbm = " \ | 38 | FILES:${PN}-libgbm = "\ |
| 39 | ${libdir}/libgbm${SOLIBS}" | 39 | ${libdir}/libgbm${SOLIBS}" |
| 40 | FILES:${PN}-libgles1 = " \ | 40 | FILES:${PN}-libgles1 = "\ |
| 41 | ${libdir}/libGLESv1_CM${SOLIBS}" | 41 | ${libdir}/libGLESv1_CM${SOLIBS}" |
| 42 | FILES:${PN}-libgles2 = " \ | 42 | FILES:${PN}-libgles2 = "\ |
| 43 | ${libdir}/libGLESv2${SOLIBS}" | 43 | ${libdir}/libGLESv2${SOLIBS}" |
| 44 | FILES:${PN}-opencl-icd = " \ | 44 | FILES:${PN}-opencl-icd = "\ |
| 45 | ${sysconfdir}/OpenCL" | 45 | ${sysconfdir}/OpenCL" |
| 46 | RPROVIDES:${PN}-opencl-icd = "virtual-opencl-icd" | 46 | RPROVIDES:${PN}-opencl-icd = "virtual-opencl-icd" |
| 47 | FILES:${PN}-libvulkan = " \ | 47 | FILES:${PN}-libvulkan = "\ |
| 48 | ${sysconfdir}/vulkan" | 48 | ${sysconfdir}/vulkan" |
| 49 | RDEPENDS:${PN}-libvulkan = "vulkan-wsi-layer" | 49 | RDEPENDS:${PN}-libvulkan = "vulkan-wsi-layer" |
| 50 | RPROVIDES:${PN}-libvulkan = "virtual-vulkan-icd" | 50 | RPROVIDES:${PN}-libvulkan = "virtual-vulkan-icd" |
| 51 | 51 | ||
| 52 | FILES:${PN}-dev = " \ | 52 | FILES:${PN}-dev = "\ |
| 53 | ${bindir}/malisc" | 53 | ${bindir}/malisc" |
| 54 | FILES:${PN}-libegl-dev = " \ | 54 | FILES:${PN}-libegl-dev = "\ |
| 55 | ${includedir}/EGL \ | 55 | ${includedir}/EGL \ |
| 56 | ${includedir}/KHR \ | 56 | ${includedir}/KHR \ |
| 57 | ${libdir}/libEGL${SOLIBSDEV} \ | 57 | ${libdir}/libEGL${SOLIBSDEV} \ |
| 58 | ${libdir}/pkgconfig/egl.pc" | 58 | ${libdir}/pkgconfig/egl.pc" |
| 59 | FILES:${PN}-libgbm-dev = " \ | 59 | FILES:${PN}-libgbm-dev = "\ |
| 60 | ${includedir}/gbm.h \ | 60 | ${includedir}/gbm.h \ |
| 61 | ${libdir}/libgbm${SOLIBSDEV} \ | 61 | ${libdir}/libgbm${SOLIBSDEV} \ |
| 62 | ${libdir}/pkgconfig/gbm.pc" | 62 | ${libdir}/pkgconfig/gbm.pc" |
| 63 | 63 | ||
| 64 | # Consolidate GLES dev packages | 64 | # Consolidate GLES dev packages |
| 65 | PACKAGES =+ "${PN}-libgles-dev" | 65 | PACKAGES =+ "${PN}-libgles-dev" |
| 66 | FILES:${PN}-libgles-dev = " \ | 66 | FILES:${PN}-libgles-dev = "\ |
| 67 | ${includedir}/GLES* \ | 67 | ${includedir}/GLES* \ |
| 68 | ${libdir}/libGLES*${SOLIBSDEV} \ | 68 | ${libdir}/libGLES*${SOLIBSDEV} \ |
| 69 | ${libdir}/pkgconfig/gles*.pc" | 69 | ${libdir}/pkgconfig/gles*.pc" |
| @@ -78,7 +78,7 @@ RDEPENDS:${PN}-libgles1-dev = "${PN}-libgles-dev" | |||
| 78 | RDEPENDS:${PN}-libgles2-dev = "${PN}-libgles-dev" | 78 | RDEPENDS:${PN}-libgles2-dev = "${PN}-libgles-dev" |
| 79 | RDEPENDS:${PN}-libgles3-dev = "${PN}-libgles-dev" | 79 | RDEPENDS:${PN}-libgles3-dev = "${PN}-libgles-dev" |
| 80 | 80 | ||
| 81 | FILES:${PN}-opencl-icd-dev = " \ | 81 | FILES:${PN}-opencl-icd-dev = "\ |
| 82 | ${bindir}/mali_clcc" | 82 | ${bindir}/mali_clcc" |
| 83 | 83 | ||
| 84 | python __anonymous() { | 84 | python __anonymous() { |
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend index 7d3e7ca1c..b5487d523 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
| @@ -9,7 +9,7 @@ SRC_URI:append:imxgpu = " \ | |||
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES:remove:imxgpu = "x11" | 10 | REQUIRED_DISTRO_FEATURES:remove:imxgpu = "x11" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG:remove = " \ | 12 | PACKAGECONFIG:remove = "\ |
| 13 | ${PACKAGECONFIG_REMOVE_IF_2D_ONLY} \ | 13 | ${PACKAGECONFIG_REMOVE_IF_2D_ONLY} \ |
| 14 | ${PACKAGECONFIG_REMOVE_IF_GPU}" | 14 | ${PACKAGECONFIG_REMOVE_IF_GPU}" |
| 15 | PACKAGECONFIG_REMOVE_IF_2D_ONLY = "" | 15 | PACKAGECONFIG_REMOVE_IF_2D_ONLY = "" |
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend index 0a4a3a4a4..d95fe6a19 100644 --- a/recipes-graphics/piglit/piglit_%.bbappend +++ b/recipes-graphics/piglit/piglit_%.bbappend | |||
| @@ -4,9 +4,9 @@ SRC_URI += "file://0001-tests-Fix-cl-test-Include-Directories-error-Error-0-.pat | |||
| 4 | file://0002-cl-Add-mutually-exclusive-memory-flags-for-CL_MEM_KE.patch" | 4 | file://0002-cl-Add-mutually-exclusive-memory-flags-for-CL_MEM_KE.patch" |
| 5 | 5 | ||
| 6 | PACKAGECONFIG:append = " ${PACKAGECONFIG_APPEND}" | 6 | PACKAGECONFIG:append = " ${PACKAGECONFIG_APPEND}" |
| 7 | PACKAGECONFIG:remove = " ${PACKAGECONFIG_REMOVE}" | 7 | PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" |
| 8 | 8 | ||
| 9 | PACKAGECONFIG_APPEND ?= " \ | 9 | PACKAGECONFIG_APPEND ?= "\ |
| 10 | gbm \ | 10 | gbm \ |
| 11 | ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | 11 | ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" |
| 12 | PACKAGECONFIG_APPEND:append:imxviv:mx8-nxp-bsp = " opencl" | 12 | PACKAGECONFIG_APPEND:append:imxviv:mx8-nxp-bsp = " opencl" |
diff --git a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb index 0118975a5..e2ad0da34 100644 --- a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb +++ b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb | |||
| @@ -29,7 +29,7 @@ PACKAGECONFIG[wayland] = " \ | |||
| 29 | wayland wayland-native wayland-protocols,,, \ | 29 | wayland wayland-native wayland-protocols,,, \ |
| 30 | headless" | 30 | headless" |
| 31 | 31 | ||
| 32 | EXTRA_OECMAKE = " \ | 32 | EXTRA_OECMAKE = "\ |
| 33 | -DBUILD_WSI_DISPLAY=0 \ | 33 | -DBUILD_WSI_DISPLAY=0 \ |
| 34 | -DBUILD_WSI_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN=1 \ | 34 | -DBUILD_WSI_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN=1 \ |
| 35 | -DCMAKE_BUILD_TYPE=Release \ | 35 | -DCMAKE_BUILD_TYPE=Release \ |
diff --git a/recipes-graphics/waffle/waffle_%.bbappend b/recipes-graphics/waffle/waffle_%.bbappend index fd375271f..f9b39a868 100644 --- a/recipes-graphics/waffle/waffle_%.bbappend +++ b/recipes-graphics/waffle/waffle_%.bbappend | |||
| @@ -10,7 +10,7 @@ PACKAGECONFIG_IMXGPU_X11:imxgpu3d = "x11-egl glx" | |||
| 10 | PACKAGECONFIG_IMXGPU_GBM = "gbm" | 10 | PACKAGECONFIG_IMXGPU_GBM = "gbm" |
| 11 | PACKAGECONFIG_IMXGPU_GBM:mx6-nxp-bsp = "" | 11 | PACKAGECONFIG_IMXGPU_GBM:mx6-nxp-bsp = "" |
| 12 | PACKAGECONFIG_IMXGPU_GBM:mx7-nxp-bsp = "" | 12 | PACKAGECONFIG_IMXGPU_GBM:mx7-nxp-bsp = "" |
| 13 | PACKAGECONFIG:imxgpu = " \ | 13 | PACKAGECONFIG:imxgpu = "\ |
| 14 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 14 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |
| 15 | bb.utils.contains('DISTRO_FEATURES', 'x11', '${PACKAGECONFIG_IMXGPU_X11}', \ | 15 | bb.utils.contains('DISTRO_FEATURES', 'x11', '${PACKAGECONFIG_IMXGPU_X11}', \ |
| 16 | '', d), d)} \ | 16 | '', d), d)} \ |
diff --git a/recipes-graphics/wayland/wayland-protocols_%.bbappend b/recipes-graphics/wayland/wayland-protocols_%.bbappend index 762b47a31..041cb491a 100644 --- a/recipes-graphics/wayland/wayland-protocols_%.bbappend +++ b/recipes-graphics/wayland/wayland-protocols_%.bbappend | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" |
| 2 | 2 | ||
| 3 | NXP_PATCHES = " \ | 3 | NXP_PATCHES = "\ |
| 4 | file://0001-unstable-Add-alpha-compositing-protocol.patch \ | 4 | file://0001-unstable-Add-alpha-compositing-protocol.patch \ |
| 5 | file://0002-unstable-Add-hdr10-metadata-protocol.patch \ | 5 | file://0002-unstable-Add-hdr10-metadata-protocol.patch \ |
| 6 | file://0003-linux-dmabuf-support-passing-buffer-DTRC-meta-to-com.patch \ | 6 | file://0003-linux-dmabuf-support-passing-buffer-DTRC-meta-to-com.patch \ |
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 1b08b1955..4b1dc2b4e 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
| @@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES:remove = "${IMX_REQUIRED_DISTRO_FEATURES_REMOVE}" | |||
| 8 | 8 | ||
| 9 | SRC_URI:append:mx6sl-nxp-bsp = " file://weston.config" | 9 | SRC_URI:append:mx6sl-nxp-bsp = " file://weston.config" |
| 10 | 10 | ||
| 11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= "\ |
| 12 | no-idle-timeout \ | 12 | no-idle-timeout \ |
| 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)} \ |
| 14 | ${PACKAGECONFIG_GBM_FORMAT} \ | 14 | ${PACKAGECONFIG_GBM_FORMAT} \ |
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb index dfe55bc80..7a9c327f2 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb | |||
| @@ -17,7 +17,7 @@ inherit module | |||
| 17 | 17 | ||
| 18 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | 18 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" |
| 19 | 19 | ||
| 20 | DEBUG_PREFIX_MAP:prepend = " \ | 20 | DEBUG_PREFIX_MAP:prepend = "\ |
| 21 | -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 21 | -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
| 22 | -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | 22 | -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " |
| 23 | 23 | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb index d22b643c7..1ac1e498f 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
| @@ -10,7 +10,7 @@ RCONFLICTS:${PN} = "kernel-module-nxp89xx" | |||
| 10 | KERNEL_MODULE_PROBECONF += "moal" | 10 | KERNEL_MODULE_PROBECONF += "moal" |
| 11 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" | 11 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = "\ |
| 14 | ${MRVL_SRC};branch=${SRCBRANCH} \ | 14 | ${MRVL_SRC};branch=${SRCBRANCH} \ |
| 15 | file://0001-mlinux-moal_main-fix-device-wakeup-capability.patch \ | 15 | file://0001-mlinux-moal_main-fix-device-wakeup-capability.patch \ |
| 16 | " | 16 | " |
diff --git a/recipes-kernel/linux/linux-imx-headers_6.18.bb b/recipes-kernel/linux/linux-imx-headers_6.18.bb index b6d7f8eb8..79173efab 100644 --- a/recipes-kernel/linux/linux-imx-headers_6.18.bb +++ b/recipes-kernel/linux/linux-imx-headers_6.18.bb | |||
| @@ -21,7 +21,7 @@ do_configure[noexec] = "1" | |||
| 21 | 21 | ||
| 22 | do_compile[noexec] = "1" | 22 | do_compile[noexec] = "1" |
| 23 | 23 | ||
| 24 | IMX_UAPI_HEADERS = " \ | 24 | IMX_UAPI_HEADERS = "\ |
| 25 | dma-buf.h \ | 25 | dma-buf.h \ |
| 26 | hantrodec.h \ | 26 | hantrodec.h \ |
| 27 | hx280enc.h \ | 27 | hx280enc.h \ |
| @@ -38,7 +38,7 @@ IMX_UAPI_HEADERS = " \ | |||
| 38 | videodev2.h \ | 38 | videodev2.h \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | IMX_UAPI_HEADERS_SOUND = " \ | 41 | IMX_UAPI_HEADERS_SOUND = "\ |
| 42 | sound/compress_offload.h \ | 42 | sound/compress_offload.h \ |
| 43 | sound/compress_params.h \ | 43 | sound/compress_params.h \ |
| 44 | " | 44 | " |
diff --git a/recipes-multimedia/alsa/alsa-lib_%.bbappend b/recipes-multimedia/alsa/alsa-lib_%.bbappend index 23380142e..5a69da1bd 100644 --- a/recipes-multimedia/alsa/alsa-lib_%.bbappend +++ b/recipes-multimedia/alsa/alsa-lib_%.bbappend | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | IMX_PATCH = " \ | 3 | IMX_PATCH = "\ |
| 4 | file://0001-add-conf-for-multichannel-support-in-imx.patch \ | 4 | file://0001-add-conf-for-multichannel-support-in-imx.patch \ |
| 5 | file://0005-add-ak4458-conf-for-multichannel-support.patch \ | 5 | file://0005-add-ak4458-conf-for-multichannel-support.patch \ |
| 6 | file://0006-add-conf-for-iMX-XCVR-sound-card.patch \ | 6 | file://0006-add-conf-for-iMX-XCVR-sound-card.patch \ |
diff --git a/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb index 96a7ce6ab..1af5324ca 100644 --- a/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb +++ b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-rtsp-server glib-2.0" | |||
| 12 | 12 | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 14 | 14 | ||
| 15 | SRC_URI = " \ | 15 | SRC_URI = "\ |
| 16 | git://github.com/Gateworks/gst-gateworks-apps;branch=master;protocol=https \ | 16 | git://github.com/Gateworks/gst-gateworks-apps;branch=master;protocol=https \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.6.imx.bb index 666770083..8cefd5cbe 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.6.imx.bb | |||
| @@ -26,7 +26,7 @@ DEPENDS += "gstreamer1.0-plugins-base" | |||
| 26 | 26 | ||
| 27 | inherit gobject-introspection | 27 | inherit gobject-introspection |
| 28 | 28 | ||
| 29 | PACKAGECONFIG ??= " \ | 29 | PACKAGECONFIG ??= "\ |
| 30 | ${GSTREAMER_ORC} \ | 30 | ${GSTREAMER_ORC} \ |
| 31 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 31 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ |
| 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'directfb vulkan x11', d)} \ | 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'directfb vulkan x11', d)} \ |
| @@ -197,7 +197,7 @@ inherit use-imx-headers | |||
| 197 | PACKAGE_ARCH:imxpxp = "${MACHINE_SOCARCH}" | 197 | PACKAGE_ARCH:imxpxp = "${MACHINE_SOCARCH}" |
| 198 | PACKAGE_ARCH:mx8-nxp-bsp = "${MACHINE_SOCARCH}" | 198 | PACKAGE_ARCH:mx8-nxp-bsp = "${MACHINE_SOCARCH}" |
| 199 | 199 | ||
| 200 | PACKAGECONFIG_REMOVE ?= " \ | 200 | PACKAGECONFIG_REMOVE ?= "\ |
| 201 | dtls vulkan \ | 201 | dtls vulkan \ |
| 202 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'gl', d)} \ | 202 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'gl', d)} \ |
| 203 | " | 203 | " |
| @@ -217,7 +217,7 @@ EXTRA_OEMESON += "\ | |||
| 217 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ | 217 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ |
| 218 | " | 218 | " |
| 219 | 219 | ||
| 220 | EXTRA_OEMESON:remove = " \ | 220 | EXTRA_OEMESON:remove = "\ |
| 221 | -Dkate=disabled \ | 221 | -Dkate=disabled \ |
| 222 | " | 222 | " |
| 223 | 223 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb index dff76babc..d761bc9d6 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb | |||
| @@ -29,7 +29,7 @@ inherit gobject-introspection | |||
| 29 | PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl glx', '', d)}" | 29 | PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl glx', '', d)}" |
| 30 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl ${PACKAGECONFIG_X11}', '', d)}" | 30 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl ${PACKAGECONFIG_X11}', '', d)}" |
| 31 | 31 | ||
| 32 | PACKAGECONFIG ??= " \ | 32 | PACKAGECONFIG ??= "\ |
| 33 | ${GSTREAMER_ORC} \ | 33 | ${GSTREAMER_ORC} \ |
| 34 | ${PACKAGECONFIG_GL} \ | 34 | ${PACKAGECONFIG_GL} \ |
| 35 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa x11', d)} \ | 35 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa x11', d)} \ |
| @@ -108,7 +108,7 @@ DEFAULT_PREFERENCE = "-1" | |||
| 108 | 108 | ||
| 109 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=69333daa044cb77e486cc36129f7a770" | 109 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=69333daa044cb77e486cc36129f7a770" |
| 110 | 110 | ||
| 111 | SRC_URI:remove = " \ | 111 | SRC_URI:remove = "\ |
| 112 | https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.xz \ | 112 | https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.xz \ |
| 113 | file://0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch \ | 113 | file://0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch \ |
| 114 | file://0003-viv-fb-Make-sure-config.h-is-included.patch \ | 114 | file://0003-viv-fb-Make-sure-config.h-is-included.patch \ |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb index ac26ad4e6..f745947f5 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb | |||
| @@ -30,7 +30,7 @@ RDEPENDS:${PN}-soup += "${MLPREFIX}${@bb.utils.contains('PACKAGECONFIG', 'soup2' | |||
| 30 | 30 | ||
| 31 | PACKAGECONFIG_SOUP ?= "soup3" | 31 | PACKAGECONFIG_SOUP ?= "soup3" |
| 32 | 32 | ||
| 33 | PACKAGECONFIG ??= " \ | 33 | PACKAGECONFIG ??= "\ |
| 34 | ${GSTREAMER_ORC} \ | 34 | ${GSTREAMER_ORC} \ |
| 35 | ${PACKAGECONFIG_SOUP} \ | 35 | ${PACKAGECONFIG_SOUP} \ |
| 36 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ | 36 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ |
| @@ -93,7 +93,7 @@ FILES:${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | |||
| 93 | 93 | ||
| 94 | DEFAULT_PREFERENCE = "-1" | 94 | DEFAULT_PREFERENCE = "-1" |
| 95 | 95 | ||
| 96 | LIC_FILES_CHKSUM = " \ | 96 | LIC_FILES_CHKSUM = "\ |
| 97 | file://LICENSE.txt;md5=69333daa044cb77e486cc36129f7a770 \ | 97 | file://LICENSE.txt;md5=69333daa044cb77e486cc36129f7a770 \ |
| 98 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe \ | 98 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe \ |
| 99 | " | 99 | " |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.6.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.6.bb index 572901c20..40a7a12d1 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.6.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.6.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
| 11 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" | 11 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" |
| 12 | LICENSE_FLAGS = "commercial" | 12 | LICENSE_FLAGS = "commercial" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = "\ |
| 15 | https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | 15 | https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| @@ -23,7 +23,7 @@ DEPENDS += "gstreamer1.0-plugins-base" | |||
| 23 | 23 | ||
| 24 | GST_PLUGIN_SET_HAS_EXAMPLES = "0" | 24 | GST_PLUGIN_SET_HAS_EXAMPLES = "0" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= " \ | 26 | PACKAGECONFIG ??= "\ |
| 27 | ${GSTREAMER_ORC} \ | 27 | ${GSTREAMER_ORC} \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.26.6.imx.bb index 730479d86..d597e2d59 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.26.6.imx.bb | |||
| @@ -84,7 +84,7 @@ PTEST_BUILD_HOST_FILES = "" | |||
| 84 | 84 | ||
| 85 | DEFAULT_PREFERENCE = "-1" | 85 | DEFAULT_PREFERENCE = "-1" |
| 86 | 86 | ||
| 87 | LIC_FILES_CHKSUM = " \ | 87 | LIC_FILES_CHKSUM = "\ |
| 88 | file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \ | 88 | file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \ |
| 89 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d \ | 89 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d \ |
| 90 | " | 90 | " |
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 48d84cead..b2a323436 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "multimedia" | |||
| 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" | 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
| 9 | 9 | ||
| 10 | DEPENDS = " \ | 10 | DEPENDS = "\ |
| 11 | gstreamer1.0 \ | 11 | gstreamer1.0 \ |
| 12 | gstreamer1.0-plugins-base \ | 12 | gstreamer1.0-plugins-base \ |
| 13 | gstreamer1.0-plugins-bad \ | 13 | gstreamer1.0-plugins-bad \ |
diff --git a/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb b/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb index 96656f85b..00d86960c 100644 --- a/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb +++ b/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb | |||
| @@ -13,7 +13,7 @@ S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | |||
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "fc6e6a7c2417730b39eeddc26606c3d58a8f5d0a1521f44bbbd505657046858b" | 14 | SRC_URI[sha256sum] = "fc6e6a7c2417730b39eeddc26606c3d58a8f5d0a1521f44bbbd505657046858b" |
| 15 | 15 | ||
| 16 | EXTRA_OECONF = " \ | 16 | EXTRA_OECONF = "\ |
| 17 | -datadir=${base_libdir}/firmware \ | 17 | -datadir=${base_libdir}/firmware \ |
| 18 | --bindir=/unit_tests \ | 18 | --bindir=/unit_tests \ |
| 19 | ${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '--enable-armv8', '', d)} \ | 19 | ${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '--enable-armv8', '', d)} \ |
diff --git a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb index ca0e8a9a7..a29b00749 100644 --- a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb +++ b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb | |||
| @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 15 | file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ | 15 | file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI = " \ | 18 | SRC_URI = "\ |
| 19 | git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \ | 19 | git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| @@ -44,7 +44,7 @@ LIBCAMERA_PIPELINES ??= "auto" | |||
| 44 | LIBCAMERA_PIPELINES:arm ??= "${ARM_PIPELINES}" | 44 | LIBCAMERA_PIPELINES:arm ??= "${ARM_PIPELINES}" |
| 45 | LIBCAMERA_PIPELINES:aarch64 ??= "${ARM_PIPELINES}" | 45 | LIBCAMERA_PIPELINES:aarch64 ??= "${ARM_PIPELINES}" |
| 46 | 46 | ||
| 47 | EXTRA_OEMESON = " \ | 47 | EXTRA_OEMESON = "\ |
| 48 | -Dpipelines=${LIBCAMERA_PIPELINES} \ | 48 | -Dpipelines=${LIBCAMERA_PIPELINES} \ |
| 49 | -Dv4l2=true \ | 49 | -Dv4l2=true \ |
| 50 | -Dcam=enabled \ | 50 | -Dcam=enabled \ |
diff --git a/recipes-multimedia/nxp-afe/nxp-afe_git.bb b/recipes-multimedia/nxp-afe/nxp-afe_git.bb index 5ac5d374a..fce6e8d74 100644 --- a/recipes-multimedia/nxp-afe/nxp-afe_git.bb +++ b/recipes-multimedia/nxp-afe/nxp-afe_git.bb | |||
| @@ -8,7 +8,7 @@ PV = "1.0+git" | |||
| 8 | 8 | ||
| 9 | SRCBRANCH = "MM_04.10.03_2512_L6.18.2" | 9 | SRCBRANCH = "MM_04.10.03_2512_L6.18.2" |
| 10 | NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" | 10 | NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" |
| 11 | SRC_URI = " ${NXPAFE_SRC};branch=${SRCBRANCH}" | 11 | SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}" |
| 12 | 12 | ||
| 13 | SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e" | 13 | SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e" |
| 14 | 14 | ||
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend index 7f5a7ffbe..837f5321f 100644 --- a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend +++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | |||
| @@ -2,16 +2,16 @@ FILESEXTRAPATHS:prepend:imx-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp:" | |||
| 2 | 2 | ||
| 3 | SRC_URI:append:imx-nxp-bsp = " ${SRC_URI_IMX}" | 3 | SRC_URI:append:imx-nxp-bsp = " ${SRC_URI_IMX}" |
| 4 | SRC_URI_IMX = "" | 4 | SRC_URI_IMX = "" |
| 5 | SRC_URI_IMX:mx6-nxp-bsp = " \ | 5 | SRC_URI_IMX:mx6-nxp-bsp = "\ |
| 6 | file://0001-Fix-pulseaudio-mutex-issue-when-do-pause-in-gstreame.patch \ | 6 | file://0001-Fix-pulseaudio-mutex-issue-when-do-pause-in-gstreame.patch \ |
| 7 | file://daemon.conf \ | 7 | file://daemon.conf \ |
| 8 | file://default.pa" | 8 | file://default.pa" |
| 9 | SRC_URI_IMX:mx7-nxp-bsp = " \ | 9 | SRC_URI_IMX:mx7-nxp-bsp = "\ |
| 10 | ${SRC_URI_IMX:mx6-nxp-bsp} \ | 10 | ${SRC_URI_IMX:mx6-nxp-bsp} \ |
| 11 | file://0100-pulseaudio-remove-the-control-for-speaker-headphone-widge.patch" | 11 | file://0100-pulseaudio-remove-the-control-for-speaker-headphone-widge.patch" |
| 12 | SRC_URI_IMX:mx8-nxp-bsp = " \ | 12 | SRC_URI_IMX:mx8-nxp-bsp = "\ |
| 13 | ${SRC_URI_IMX:mx6-nxp-bsp}" | 13 | ${SRC_URI_IMX:mx6-nxp-bsp}" |
| 14 | SRC_URI_IMX:mx9-nxp-bsp = " \ | 14 | SRC_URI_IMX:mx9-nxp-bsp = "\ |
| 15 | ${SRC_URI_IMX:mx6-nxp-bsp}" | 15 | ${SRC_URI_IMX:mx6-nxp-bsp}" |
| 16 | 16 | ||
| 17 | CACHED_CONFIGUREVARS:append:mx6-nxp-bsp = " ax_cv_PTHREAD_PRIO_INHERIT=no" | 17 | CACHED_CONFIGUREVARS:append:mx6-nxp-bsp = " ax_cv_PTHREAD_PRIO_INHERIT=no" |
diff --git a/recipes-security/optee-imx/optee-client-fslc.inc b/recipes-security/optee-imx/optee-client-fslc.inc index a5ac0f3a0..61629209d 100644 --- a/recipes-security/optee-imx/optee-client-fslc.inc +++ b/recipes-security/optee-imx/optee-client-fslc.inc | |||
| @@ -10,14 +10,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
| 10 | 10 | ||
| 11 | inherit systemd update-rc.d cmake useradd | 11 | inherit systemd update-rc.d cmake useradd |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = "\ |
| 14 | git://github.com/OP-TEE/optee_client.git;branch=master;protocol=https \ | 14 | git://github.com/OP-TEE/optee_client.git;branch=master;protocol=https \ |
| 15 | file://tee-supplicant.sh \ | 15 | file://tee-supplicant.sh \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
| 19 | 19 | ||
| 20 | EXTRA_OECMAKE = " \ | 20 | EXTRA_OECMAKE = "\ |
| 21 | -DBUILD_SHARED_LIBS=ON \ | 21 | -DBUILD_SHARED_LIBS=ON \ |
| 22 | -DCFG_USE_PKGCONFIG=ON \ | 22 | -DCFG_USE_PKGCONFIG=ON \ |
| 23 | " | 23 | " |
diff --git a/recipes-security/smw/itest_git.bb b/recipes-security/smw/itest_git.bb index 7885edc30..a50079cab 100644 --- a/recipes-security/smw/itest_git.bb +++ b/recipes-security/smw/itest_git.bb | |||
| @@ -24,9 +24,9 @@ PACKAGECONFIG[ele] = "-DELE=1,,imx-secure-enclave" | |||
| 24 | PACKAGECONFIG[ele-seco] = "-DV2X=1,,imx-secure-enclave-seco" | 24 | PACKAGECONFIG[ele-seco] = "-DV2X=1,,imx-secure-enclave-seco" |
| 25 | PACKAGECONFIG[prime] = "-DPRIME=1,,imx-secure-enclave-prime" | 25 | PACKAGECONFIG[prime] = "-DPRIME=1,,imx-secure-enclave-prime" |
| 26 | 26 | ||
| 27 | EXTRA_OECMAKE = " \ | 27 | EXTRA_OECMAKE = "\ |
| 28 | -DOPENSSL_PATH="${STAGING_DIR_HOST}/usr" \ | 28 | -DOPENSSL_PATH="${STAGING_DIR_HOST}/usr"\ |
| 29 | -DELE_LIB_PATH="${STAGING_DIR_HOST}/usr" \ | 29 | -DELE_LIB_PATH="${STAGING_DIR_HOST}/usr"\ |
| 30 | -DLIB_PATH="${STAGING_DIR_HOST}${libdir}"" | 30 | -DLIB_PATH="${STAGING_DIR_HOST}${libdir}"" |
| 31 | 31 | ||
| 32 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 32 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
diff --git a/recipes-security/smw/keyctl-caam_git.bb b/recipes-security/smw/keyctl-caam_git.bb index 13202326b..869fbb4a8 100644 --- a/recipes-security/smw/keyctl-caam_git.bb +++ b/recipes-security/smw/keyctl-caam_git.bb | |||
| @@ -11,11 +11,11 @@ SRC_URI = "git://github.com/nxp-imx/keyctl_caam.git;protocol=https;branch=${SRCB | |||
| 11 | 11 | ||
| 12 | SRCREV = "71cb18f17d766145217a5517748e37e250b055bf" | 12 | SRCREV = "71cb18f17d766145217a5517748e37e250b055bf" |
| 13 | 13 | ||
| 14 | DEPENDS = " openssl" | 14 | DEPENDS = "openssl" |
| 15 | 15 | ||
| 16 | TARGET_CC_ARCH += "${LDFLAGS}" | 16 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 17 | 17 | ||
| 18 | EXTRA_OEMAKE = " OPENSSL_PATH=${STAGING_INCDIR}" | 18 | EXTRA_OEMAKE = "OPENSSL_PATH=${STAGING_INCDIR}" |
| 19 | 19 | ||
| 20 | do_install () { | 20 | do_install () { |
| 21 | oe_runmake DESTDIR=${D} install | 21 | oe_runmake DESTDIR=${D} install |
diff --git a/recipes-security/smw/smw_5.3.bb b/recipes-security/smw/smw_5.3.bb index 46155978e..115b2e224 100644 --- a/recipes-security/smw/smw_5.3.bb +++ b/recipes-security/smw/smw_5.3.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "Apache-2.0 & BSD-3-Clause & Zlib" | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff20c8e51b28869d9cdec70a818d163f \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff20c8e51b28869d9cdec70a818d163f \ |
| 10 | file://${PSA_ARCH_TESTS_SRC_PATH}/LICENSE.md;md5=2a944942e1496af1886903d274dedb13" | 10 | file://${PSA_ARCH_TESTS_SRC_PATH}/LICENSE.md;md5=2a944942e1496af1886903d274dedb13" |
| 11 | 11 | ||
| 12 | DEPENDS = " \ | 12 | DEPENDS = "\ |
| 13 | python3-cryptography-native \ | 13 | python3-cryptography-native \ |
| 14 | json-c \ | 14 | json-c \ |
| 15 | optee-client \ | 15 | optee-client \ |
| @@ -61,11 +61,11 @@ LD[unexport] = "1" | |||
| 61 | # setting the linker options | 61 | # setting the linker options |
| 62 | TARGET_LDFLAGS:remove = "${DEBUG_PREFIX_MAP}" | 62 | TARGET_LDFLAGS:remove = "${DEBUG_PREFIX_MAP}" |
| 63 | 63 | ||
| 64 | EXTRA_OECMAKE = " \ | 64 | EXTRA_OECMAKE = "\ |
| 65 | -DYOCTO_BUILD=ON \ | 65 | -DYOCTO_BUILD=ON \ |
| 66 | -DTA_DEV_KIT_ROOT=${TA_DEV_KIT_DIR} \ | 66 | -DTA_DEV_KIT_ROOT=${TA_DEV_KIT_DIR} \ |
| 67 | -DTEEC_ROOT=${STAGING_DIR_HOST} \ | 67 | -DTEEC_ROOT=${STAGING_DIR_HOST} \ |
| 68 | -DJSONC_ROOT="${COMPONENTS_DIR}/${TARGET_ARCH}/json-c/usr" \ | 68 | -DJSONC_ROOT="${COMPONENTS_DIR}/${TARGET_ARCH}/json-c/usr"\ |
| 69 | -DPSA_ARCH_TESTS_SRC_PATH=${PSA_ARCH_TESTS_SRC_PATH} \ | 69 | -DPSA_ARCH_TESTS_SRC_PATH=${PSA_ARCH_TESTS_SRC_PATH} \ |
| 70 | -DTEE_TA_DESTDIR=${nonarch_base_libdir} \ | 70 | -DTEE_TA_DESTDIR=${nonarch_base_libdir} \ |
| 71 | " | 71 | " |
