Hi, After a quick look, it seems like the problem is related to the Upgrade to Qt 5.8 that was done in pyro. commit: 333949a Upgrade to Qt 5.8 (in meta-qt5) The above mentioned commit causes './dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch' (in meta-freescale) to fail. So this patch needs to be updated to match the Qt 5.8 changes (that affects qmake.conf). BR Petter Petter Mabäcker Technux www.technux.se 2017-05-30 07:19 skrev Андрей Кононов: > i'm trying to build > bitbake fsl-image-multimedia-full -k > using PYRO repository and my image include QT5 library, but get error. The same configuration on MORTY builded without errors > > Parsing recipes: 100% |############################################################################################################################################################################################################################| Time: 0:19:36 > Parsing of 2258 .bb files complete (0 cached, 2258 parsed). 3050 targets, 506 skipped, 0 masked, 0 errors. > NOTE: Resolving any missing task queue dependencies > > Build Configuration: > BB_VERSION = "1.34.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "linuxmint-18.1" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "imx6qpsabreauto" > DISTRO = "poky" > DISTRO_VERSION = "2.3" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9" > TARGET_FPU = "hard" > meta > meta-poky = "HEAD:31389f8b0088a8a83aa5e50f11359b39934e4640" > meta-oe > meta-gnome > meta-multimedia = "HEAD:5e82995148a2844c6f483ae5ddd1438d87ea9fb7" > meta-freescale = "HEAD:a65d13c315db447adda68b47faeb4c0afd0655b8" > meta-freescale-3rdparty = "HEAD:1f37698ac62945b6531a316ec1232af23cc6c050" > meta-freescale-distro = "HEAD:cd5c7a2539f40004f74126e9fdf08254fd9a6390" > meta-qt5 = "master:6605c48f3a900da26425ef31d83eb1c95d551531" > meta-ruby > meta-networking > meta-python > meta-filesystems = "HEAD:5e82995148a2844c6f483ae5ddd1438d87ea9fb7" > > Initialising tasks: 100% |#########################################################################################################################################################################################################################| Time: 0:02:40 > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: qtbase-5.8.0+gitAUTOINC+49dc9aa409-r0 do_patch: Command Error: 'quilt --quiltrc /media/barsuk/ext4.720/pyro/rootfs.systemd.qp/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/qtbase/5.8.0+gitAUTOINC+49dc9aa409-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: > Applying patch 0014-Add-IMX-GPU-support.patch > patching file mkspecs/linux-oe-g++/qmake.conf > Hunk #1 FAILED at 39. > 1 out of 1 hunk FAILED -- rejects in file mkspecs/linux-oe-g++/qmake.conf > Patch 0014-Add-IMX-GPU-support.patch does not apply (enforce with -f) > ERROR: qtbase-5.8.0+gitAUTOINC+49dc9aa409-r0 do_patch: Function failed: patch_do_patch > ERROR: Logfile of failure stored in: /media/barsuk/ext4.720/pyro/rootfs.systemd.qp/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/qtbase/5.8.0+gitAUTOINC+49dc9aa409-r0/temp/log.do_patch.8895 > ERROR: Task (/media/barsuk/ext4.720/pyro/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_patch) failed with exit code '1' > WARNING: ttf-arphic-uming-20080216-r6 do_populate_lic: ttf-arphic-uming: No generic license file exists for: Arphic-Public-License in any provider > NOTE: Tasks Summary: Attempted 5116 tasks of which 6 didn't need to be rerun and 1 failed. > > Summary: 1 task failed: > /media/barsuk/ext4.720/pyro/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_patch > Summary: There were 2 WARNING messages shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > > -- > Андрей Кононов