Commit Graph

28 Commits

Author SHA1 Message Date
Tom Hochstein
872eeda760 imx-image-full: Properly populate Qt toolchain [YOCIMX-6602]
The SDK for this image is missing the Qt toolchain components. It seems
that including populate_sdk_qt6_base.bbclass is not enough. Add the
missing components manually, as is done here:

https://code.qt.io/cgit/yocto/meta-qt6.git/tree/recipes-qt/meta/meta-toolchain-qt6.bb

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-11-16 12:41:02 -06:00
Tom Hochstein
3039a661a7 imx-image-full: Add opencv for i.MX 93 [YOCIMX-6543]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-09-20 13:38:17 -05:00
Neena Busireddy
c9a965e5cd packagegroup-qt6-demos: Enable cinematicexperience-rhi demo [YOCIMX-5793]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-05-25 15:18:50 -07:00
Neena Busireddy
778b1c42d5 cinematicexperience-rhi: Fix the override syntax [YOCIMX-5793]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-05-23 13:16:24 -07:00
Neena Busireddy
3481c2750d cinematicexperience-rhi: Add Cinematic Experience demo to Qt6 [YOCIMX-5793]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-05-23 12:09:33 -07:00
Neena Busireddy
128dd9eb95 qtwebengine: Disable webengine_printing_and_pdf
Fixes the following configure error:

 ERROR: Feature "webengine_printing_and_pdf": Forcing to "ON" breaks its condition:
|     TARGET Qt::PrintSupport AND QT_FEATURE_printer AND ( CUPS_FOUND OR NOT LINUX )
| Condition values dump:
|     TARGET Qt::PrintSupport found
|     QT_FEATURE_printer = "ON"
|     CUPS_FOUND = "FALSE"
|     LINUX = "1"

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-05-16 10:38:15 -07:00
Neena Busireddy
2f47a593a0 qtwayland: Remove mx6sl patch from SRC_URI
Patch file is removed long back in the following commit.

commit cf52cf6211
Author: Neena Busireddy <neenareddy.busireddy@nxp.com>
Date: Fri Apr 10 17:08:46 2020 -0500
 qtwayland: Remove the patches that are already in qt 5.15

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-03-02 12:49:14 -07:00
Tom Hochstein
23ade88870 qtbase: Update SOC overrides
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-03-02 09:37:46 -06:00
Neena Busireddy
a27c35a8f7 meta-sdk/dynamic-layers: Adapt SOC overrides to meta-freescale rework
30f5ce1d21

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-03-02 08:20:41 -07:00
Neena Busireddy
c0a7adac3b packagegroup: Mark TUNE_PKGARCH specific
Upstream added a sanity check for allarch packagegroups

0562ab6593

Fixes following errros:

ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm to libimxswpdm1)
ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm-dev to libimxswpdm-dev)
ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm-dbg to libimxswpdm-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark to libgstshark0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime to libonnxruntime1.10.0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite to libtensorflow-lite2.6.0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark-dbg to libgstshark-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime-dbg to libonnxruntime-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite-dbg to libtensorflow-lite-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark-dev to libgstshark-dev)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime-dev to libonnxruntime-dev)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite-dev to libtensorflow-lite-dev)
ERROR: packagegroup-qt6-imx-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (libxkbcommon to libxkbcommon0)

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-02-17 16:12:48 -06:00
Neena Busireddy
8783ca95c1 Revert "imx-image-full: Remove packagegroup-imx-ml temporarily [YOCIMX-5980]"
This reverts commit 7018fbd157.
2022-02-02 07:24:31 -07:00
Neena Busireddy
7018fbd157 imx-image-full: Remove packagegroup-imx-ml temporarily [YOCIMX-5980]
tensorflow-lite is broken because of the download hash mismatch error.
Remove packagegroup-imx-ml temporarily until this issue is fixed.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2022-02-01 13:47:41 -07:00
Neena Busireddy
47ec7ca47f Revert "packagegroup-qt6-imx.bb: Drop nxp-demo-experience dependency [YOCIMX-5716]"
This reverts commit 728e83fd50.
2021-12-08 13:26:12 -07:00
Neena Busireddy
d649ff29e4 qtwebengine: Enable examples [LF-4974]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-12-06 12:13:31 -07:00
Neena Busireddy
3d12db5542 packagegroup-qt6-imx: Add back packagegroup-qt6-demos
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-15 10:06:43 -07:00
Neena Busireddy
cfb921db52 packagegroup-qt6-demos: Remove demos that are removed from meta-qt6
All the demos and extra files are removed from meta-qt6.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-15 10:06:43 -07:00
Neena Busireddy
ce4857129f Revert "packagegroup-qt6-imx: Remove qtquick3d-examples - not available in qt6"
This reverts commit 82930212b6.
2021-11-04 12:52:39 -07:00
Neena Busireddy
5000cdfccd qtquick3d: Enable examples
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-04 12:52:39 -07:00
Neena Busireddy
30703eefb0 qtbase: PACKAGECONFIG_GL is replaced with PACKAGECONFIG_GRAPHICS in meta-qt6
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-03 14:07:05 -07:00
Neena Busireddy
40eb3e7655 qtwayland: Add meta-freescale qtwayland bbappend changes
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-03 12:39:33 -07:00
Neena Busireddy
e8b155ea47 Revert "imx-image-full.bb: Remove ML packages temporarily until build breaks are fixed"
This reverts commit a182e6bf1b.
2021-11-03 12:15:33 -07:00
Neena Busireddy
5cc24d25f5 packagegroup-qt6-imx: Remove only gstreamer1.0-plugins-good-qt
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-03 12:04:13 -07:00
Neena Busireddy
f93ff94a77 qtbase: Add qtbase bbappend changes from meta-freescale
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-11-02 08:53:41 -07:00
Lauren Post
82930212b6 packagegroup-qt6-imx: Remove qtquick3d-examples - not available in qt6
Signed-off-by: Lauren Post <lauren.post@nxp.com>
2021-10-28 20:13:26 -05:00
Neena Busireddy
c4226d8c97 packagegroup-qt6-imx: Convert to new override syntax
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-10-27 12:49:23 -07:00
Neena Busireddy
a182e6bf1b imx-image-full.bb: Remove ML packages temporarily until build breaks are fixed
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2021-10-20 15:01:21 -05:00
Cristinel Panfir
728e83fd50 packagegroup-qt6-imx.bb: Drop nxp-demo-experience dependency [YOCIMX-5716]
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2021-10-20 15:01:21 -05:00
Cristinel Panfir
7674034102 Integrate Qt6 [YOCIMX-5716]
Start to migrate the recipes to Qt6

Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2021-10-20 15:01:21 -05:00