recipes-qt: qt5: Update recipes to new BSP release imx_5.4.70_2.3.0

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2021-02-01 15:04:41 +01:00
parent bad803d09e
commit 98d760370c
2 changed files with 7 additions and 9 deletions

View File

@ -7,15 +7,13 @@ DEPENDS += "gstreamer1.0-plugins-base virtual/kernel libcap zlib bzip2 \
" "
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
SRCBRANCH = "MM_04.05.05_2005_L5.4.24" SRCBRANCH = "MM_04.05.07_2011_L5.4.70"
SRC_URI = " \ SRC_URI = " \
${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \ ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \
file://0001-configure.ac-Add-prefix-to-correct-the-QT_PATH.patch \ file://0001-configure.ac-Add-prefix-to-correct-the-QT_PATH.patch \
" "
SRCREV = "fc6d8ccf3bd775517fafb1ce1d9224312d2812d8" SRCREV = "6005e8199ea19878f269b058ffbbbcaa314472d8"
PV = "1.16.1.imx"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -16,13 +16,13 @@ SRC_URI_append_imxgpu3d = " \
'file://0016-Configure-eglfs-with-egl-pkg-config.patch', d)} \ 'file://0016-Configure-eglfs-with-egl-pkg-config.patch', d)} \
" "
PACKAGECONFIG_GL_imxpxp = "gles2"
PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gl', '', d)}"
PACKAGECONFIG_GL_imxgpu3d = "gles2"
PACKAGECONFIG_append = " accessibility examples" PACKAGECONFIG_append = " accessibility examples"
PACKAGECONFIG_MX8_GPU = "" PACKAGECONFIG_PLATFORM_IMX_GPU = ""
PACKAGECONFIG_MX8_GPU_mx8 = " gbm kms" PACKAGECONFIG_PLATFORM_IMX_GPU_mx8 = "eglfs"
PACKAGECONFIG_PLATFORM_imxgpu2d += "${PACKAGECONFIG_PLATFORM_IMX_GPU}"
PACKAGECONFIG_PLATFORM_imxgpu3d += "${PACKAGECONFIG_PLATFORM_IMX_GPU}"
PACKAGECONFIG_append_imxgpu = " ${PACKAGECONFIG_MX8_GPU}" PACKAGECONFIG_append_imxgpu = " ${PACKAGECONFIG_MX8_GPU}"
PACKAGECONFIG_append_ccimx6 = " icu" PACKAGECONFIG_append_ccimx6 = " icu"