images,packagegroups: Add support for building QT5 sample image
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
17
recipes-angstrom/packagegroups/packagegroup-qt5-apps.bb
Normal file
17
recipes-angstrom/packagegroups/packagegroup-qt5-apps.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "QT5 based demo apps group"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
cinematicexperience \
|
||||
qt5-demo-extrafiles \
|
||||
qt5everywheredemo \
|
||||
qt5nmapcarousedemo \
|
||||
qt5ledscreen \
|
||||
qt5nmapper \
|
||||
qtsmarthome \
|
||||
quitbattery \
|
||||
quitindicators \
|
||||
"
|
||||
35
recipes-angstrom/packagegroups/packagegroup-qt5.bb
Normal file
35
recipes-angstrom/packagegroups/packagegroup-qt5.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
DESCRIPTION = "QT5 base package group"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
qtbase \
|
||||
qtbase-fonts \
|
||||
qtbase-plugins \
|
||||
qtbase-tools \
|
||||
qtmultimedia \
|
||||
qtmultimedia-plugins \
|
||||
qtmultimedia-qmlplugins \
|
||||
qtsvg \
|
||||
qtsvg-plugins \
|
||||
qtsensors \
|
||||
qtsystems \
|
||||
qtsystems-tools \
|
||||
qtsystems-qmlplugins \
|
||||
qtscript \
|
||||
qtgraphicaleffects-qmlplugins \
|
||||
qtconnectivity-qmlplugins \
|
||||
qtlocation-plugins \
|
||||
qtlocation-qmlplugins \
|
||||
qtdeclarative \
|
||||
qtdeclarative-qmlplugins \
|
||||
qtdeclarative-plugins \
|
||||
qtquick1 \
|
||||
qtquick1-qmlplugins \
|
||||
qtquick1-plugins \
|
||||
qtwebkit \
|
||||
qtwebkit-qmlplugins \
|
||||
qmlbrowser \
|
||||
"
|
||||
15
recipes-images/angstrom/systemd-qt5-image.bb
Normal file
15
recipes-images/angstrom/systemd-qt5-image.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
require systemd-image.bb
|
||||
|
||||
inherit populate_sdk_qt5
|
||||
|
||||
EXTRA_IMAGE_FEATURES += "splash"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-qt5-qtcreator-debug \
|
||||
packagegroup-qt5 \
|
||||
packagegroup-qt5-apps \
|
||||
xinput-calibrator \
|
||||
systemd-analyze \
|
||||
"
|
||||
export IMAGE_BASENAME = "systemd-QT5-image"
|
||||
|
||||
Reference in New Issue
Block a user