summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb3
-rw-r--r--recipes-multimedia/mimetypes/files/COPYING5
-rw-r--r--recipes-multimedia/mimetypes/files/aplay.desktop5
-rw-r--r--recipes-multimedia/mimetypes/files/mimeapps.list10
-rw-r--r--recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop13
-rw-r--r--recipes-multimedia/mimetypes/mimetypes.bb29
6 files changed, 0 insertions, 65 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index d352587..7f459d5 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -145,9 +145,6 @@ RRECOMMENDS_packagegroup-utils-tdx-cli = "\
${USB_GADGET} \
util-linux \
"
-RRECOMMENDS_packagegroup-utils-tdx-cli_append_mx6 = " \
- mimetypes \
-"
RRECOMMENDS_packagegroup-utils-tdx-cli_append_mx8 = " \
cpuburn-a53 \
"
diff --git a/recipes-multimedia/mimetypes/files/COPYING b/recipes-multimedia/mimetypes/files/COPYING
deleted file mode 100644
index 040e990..0000000
--- a/recipes-multimedia/mimetypes/files/COPYING
+++ /dev/null
@@ -1,5 +0,0 @@
-This piece is software is provided by Toradex AG as sample code.
-There is no warranty for the program.
-Toradex AG put this program in public domain, uncopyrighted.
-
-Renens, Swizterland, 2008-10-23
diff --git a/recipes-multimedia/mimetypes/files/aplay.desktop b/recipes-multimedia/mimetypes/files/aplay.desktop
deleted file mode 100644
index 8f61848..0000000
--- a/recipes-multimedia/mimetypes/files/aplay.desktop
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=aplay
-Exec=aplay "%f"
-NoDisplay=true
diff --git a/recipes-multimedia/mimetypes/files/mimeapps.list b/recipes-multimedia/mimetypes/files/mimeapps.list
deleted file mode 100644
index e7c7dc4..0000000
--- a/recipes-multimedia/mimetypes/files/mimeapps.list
+++ /dev/null
@@ -1,10 +0,0 @@
-[Added Associations]
-video/mpeg=gst-launch.desktop;
-video/x-msvideo=gst-launch.desktop;
-video/mp4=gst-launch.desktop;
-video/quicktime=gst-launch.desktop;
-video/x-ms-wmv=gst-launch.desktop;
-video/x-matroska=cd gst-launch.desktop;
-audio/mpeg=gst-launch.desktop;
-audio/basic=aplay.desktop;
-audio/x-wav=aplay.desktop;
diff --git a/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop b/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop
deleted file mode 100644
index f184e48..0000000
--- a/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=gst-launch
-# on LVDS panel
-#Exec=gst-launch filesrc location= "%f" ! decodebin ! imxv4l2sink device=/dev/video18
-# Fullscreen on the main window? or the only window?
-#Exec=gst-launch playbin2 uri=%u video_sink=\"imxv4l2sink force-aspect-ratio=true\"
-# in a 640x360 overlay part of the main window
-#Exec=gst-launch playbin2 uri=%u video_sink=\"imxv4l2sink force-aspect-ratio=true disp-width=640 disp-height=360 axis-top=10 axis-left=630\"
-# in a 1280x720 overlay part of the main window
-Exec=gst-launch playbin2 uri=%u video_sink=\"imxv4l2sink force-aspect-ratio=true disp-width=1280 disp-height=720 axis-top=10 axis-left=630\"
-Terminal=true
-NoDisplay=true
diff --git a/recipes-multimedia/mimetypes/mimetypes.bb b/recipes-multimedia/mimetypes/mimetypes.bb
deleted file mode 100644
index 14ddbc5..0000000
--- a/recipes-multimedia/mimetypes/mimetypes.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-SUMMARY = "use mimetypes to start a videoplayer"
-LICENSE = "MIT"
-PR = "r2"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6)"
-
-SRC_URI = " \
- file://aplay.desktop \
- file://gst-launch.desktop \
- file://mimeapps.list \
- file://COPYING \
-"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
-
-FILES_${PN} += " \
- /home/root/.local/share/applications/* \
-"
-
-do_compile () {
-}
-
-do_install () {
- install -d ${D}/home/root/.local/share/applications/
-
- install -m 0644 ${WORKDIR}/*.desktop ${D}/home/root/.local/share/applications/
- install -m 0644 ${WORKDIR}/mimeapps.list ${D}//home/root/.local/share/applications/
-}