meta-digi: recipes-qt: Remove duplicated recipe.
The correct recipe that need to be used is located at meta-digi-dey/recipes-qt/demo-extrafiles/ removing all the QT applications that are not included anymore in rootfs. Signed-off-by: Mike Engel <Mike.Engel@digi.com> https://jira.digi.com/browse/DEL-6690
This commit is contained in:
parent
8e92839ce0
commit
7c00d4aa01
|
|
@ -1,32 +0,0 @@
|
||||||
# Install hellowindow demo as a default QT APP on all platforms
|
|
||||||
do_install () {
|
|
||||||
install -d ${D}/${datadir}/pixmaps
|
|
||||||
install -d ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/hellowindow.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/hellowindow.desktop ${D}/${datadir}/applications
|
|
||||||
}
|
|
||||||
|
|
||||||
# Install other qt5 demos on SoC with GPU
|
|
||||||
# Align with former release, do not install
|
|
||||||
# hellogl_es2.desktop & qt5basket.desktop & qt5nesting.desktop & qt5solarsystem.desktop
|
|
||||||
# as they are not supported
|
|
||||||
|
|
||||||
do_install_append_imxgpu2d () {
|
|
||||||
install -m 0644 ${WORKDIR}/cinematicexperience.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/cinematicexperience.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/qt5everywheredemo.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/qt5everywheredemo.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/qt5nmapcarousedemo.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/qt5nmapcarousedemo.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/qt5nmapper.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/qt5nmapper.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/qtledbillboard.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/qtledbillboard.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/qtledcombo.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/qtledcombo.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/quitbattery.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/quitbattery.desktop ${D}/${datadir}/applications
|
|
||||||
install -m 0644 ${WORKDIR}/quitindicators.png ${D}/${datadir}/pixmaps
|
|
||||||
install -m 0644 ${WORKDIR}/quitindicators.desktop ${D}/${datadir}/applications
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue