packagegroup-qt5-demos: move qt demos to devices with GPU
Add just one qt demo by default and move all of them to platforms with gpu support, as platforms like cc6ul have few space available. https://jira.digi.com/browse/DEL-7524 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
59d07cf89a
commit
3f8f71a06c
|
|
@ -8,14 +8,15 @@ LICENSE = "MIT"
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
RDEPENDS_${PN}_append = " \
|
RDEPENDS_${PN}_append = " \
|
||||||
qtbase-examples \
|
qtserialport \
|
||||||
qtdeclarative-examples \
|
|
||||||
quitindicators \
|
|
||||||
qt5-demo-extrafiles \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
# Install the following apps on SoC with GPU
|
# Install the following apps on SoC with GPU
|
||||||
RDEPENDS_${PN}_append_imxgpu = " \
|
RDEPENDS_${PN}_append_imxgpu = " \
|
||||||
|
qtbase-examples \
|
||||||
|
qtdeclarative-examples \
|
||||||
|
quitindicators \
|
||||||
|
qt5-demo-extrafiles \
|
||||||
qt5ledscreen \
|
qt5ledscreen \
|
||||||
quitbattery \
|
quitbattery \
|
||||||
qt5everywheredemo \
|
qt5everywheredemo \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue