From: Denys Dmytriyenko <[email protected]> This is a temporary image for testing Qt5 integration
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - update image name and provide comment and description .../recipes-core/images/arago-qt5-test-image.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb diff --git a/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb b/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb new file mode 100644 index 0000000..cd5c054 --- /dev/null +++ b/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb @@ -0,0 +1,16 @@ +# Arago Qt5 test image +# gives you an image with Qt5 for basic testing purposes. + +require arago-image.inc +inherit remove-net-rules + +IMAGE_INSTALL += "\ + packagegroup-arago-base \ + packagegroup-arago-console \ + packagegroup-arago-base-tisdk \ + matrix-gui-browser \ + qtwebkit-examples-examples \ + qtbase-plugins \ + " + +export IMAGE_BASENAME = "arago-qt5-test-image" -- 1.8.3.2 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
