summaryrefslogtreecommitdiff
path: root/recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:09:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:43:34 +0200
commit179e4188a38ccc086f8b23201fa1594ea9ba0c0f (patch)
treee39d15cec95a4a3ce4f562e6c78ff7d71338b1f6 /recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb
parent8b6885b97588ccae34eb9a1338815b29bf58c811 (diff)
apalis-tk1: drop machine
The downstream kernel gets to old to be used with the new zeus userspace components. Drop the machine. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit d13caaba2d90f856b944ebde44967b679d3eb3a9)
Diffstat (limited to 'recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb')
-rw-r--r--recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb44
1 files changed, 0 insertions, 44 deletions
diff --git a/recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb b/recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb
deleted file mode 100644
index 0e57dd4..0000000
--- a/recipes-multimedia/libgstomx-1.0/libgstomx-1.0_21.7.0.bb
+++ /dev/null
@@ -1,44 +0,0 @@
-DESCRIPTION = "NVIDIA Linux Driver Packages"
-HOMEPAGE = "https://developer.nvidia.com/"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-
-SRC_URI = " \
- http://developer.download.nvidia.com/embedded/L4T/r21_Release_v5.0/source/gstomx1_src.tbz2 \
- file://r21.6.0-sources-gstomx1_src.patch \
- file://r21.7.0-sources-gstomx1_src.patch \
- file://gstomx-1.0.patch \
-"
-
-SRC_URI[md5sum] = "d5714a9533b210b30ef0e97e28ebc77d"
-SRC_URI[sha256sum] = "b1c62a41467f2ff6661a3ba7d0e30e85e7ed126005f67b39ff6ebf2d704fd222"
-
-DEPENDS += " libgstnvegl libffi glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base libpcre libxml2 zlib "
-DEPENDS += " virtual/egl virtual/mesa virtual/libgles2 wayland gdbm drm "
-
-S = "${WORKDIR}/gstomx1_src/gst-omx1"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = " --with-omx-target=tegra --disable-static-plugins"
-
-CXXFLAGS += " -I${S}/omx/openmax "
-CFLAGS += " -I${S}/omx/openmax "
-
-do_configure_prepend() {
- export NOCONFIGURE="true"
- export GST_EGL_LIBS="-lgstnvegl-1.0 -lEGL -lX11 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0"
- export GST_EGL_CFLAGS="-I${STAGING_INCDIR}/libdrm "
-# export GST_EGL_CFLAGS="-pthread -I${STAGING_INCDIR}/gstreamer-1.0 -I${STAGING_INCDIR}/libdrm -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include"
-}
-
-FILES_${PN}-dbg = " \
- /usr/src/debug/* \
- /usr/lib/gstreamer-1.0/.debug/* \
- /usr/lib/.debug/* \
-"
-
-FILES_${PN} = " \
- /usr/lib/gstreamer-1.0/libgstomx.la \
- /usr/lib/gstreamer-1.0/libgstomx.so \
-"