Hello, This patchset integrates the current nativesdk recipes into the OE-Core toolchain generation logic. It includes many contributions and reworks suggested by Denys and the final patchset seems quite good.
For every image, using Qt5, to add support for the 'populate_sdk' command to proper generate a working toolchain, just need to 'inherit populate_sdk_qt5'; for convinience, Denys also sent a meta-toolchain-qt5 recipe so it works as qt4. Denys Dmytriyenko (1): meta-toolchain-qt5: add Qt5 SDK standalone meta recipe Otavio Salvador (4): README: Reword the section about github forking nativesdk-packagegroup-qt5-toolchain-host: Add packagegroup packagegroup-qt5-toolchain-target: Add packagegroup populate_sdk_qt5.bbclass: Allow generation of toolchain README | 9 +++- classes/populate_sdk_qt5.bbclass | 54 ++++++++++++++++++++ recipes-qt/meta/meta-toolchain-qt5.bb | 7 +++ .../nativesdk-packagegroup-qt5-toolchain-host.bb | 14 +++++ .../packagegroup-qt5-toolchain-target.bb | 40 +++++++++++++++ 5 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 classes/populate_sdk_qt5.bbclass create mode 100644 recipes-qt/meta/meta-toolchain-qt5.bb create mode 100644 recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb create mode 100644 recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb -- 1.7.10.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
