Message ID | 20250903193554.15488-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] meta-arago-test: Remove qt6 examples PACKAGECONFIG | expand |
meta-arago / na / 20250903193554.15488-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] meta-arago-test: Remove qt6 examples PACKAGECONFIG - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 3 Sep 2025 14:35:54 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 474c0cc95469955a5436a33035b3d6fae669089b Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202509030100 - Commit SHA: d4cff7e35feff085eaf8f3045bf71177c025af56 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS
diff --git a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc b/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc deleted file mode 100644 index e2799572..00000000 --- a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc +++ /dev/null @@ -1,3 +0,0 @@ -# Include the examples for Qt6 related tests - -PACKAGECONFIG:append = " examples" diff --git a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend deleted file mode 100644 index 5faab0e4..00000000 --- a/meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -QTBASE_TI = "" -QTBASE_TI:ti-soc = "qtbase-ti.inc" - -require ${QTBASE_TI}
There was a recent change in meta-qt6 that removed the option for setting the PACKAGECONFIG to include "examples" [1]. It looks like the only change we need to do is stop setting PACKAGECOFNIG. The qtbase-examples recipe is newly created and we are already including that in ti-test. [1] https://code.qt.io/cgit/yocto/meta-qt6.git/commit/?id=fbaed93d8bdb8b1833bae655a303803f9c5dc5ab Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc | 3 --- .../dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase-ti.inc delete mode 100644 meta-arago-test/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend