summaryrefslogtreecommitdiff
path: root/recipes-multimedia
AgeCommit message (Collapse)Author
2019-03-31alsa: apalis-tk1-mainline: fix asound.conf patchingMarcel Ziswiler
Fix commit 0f59e154bfeb ("alsa: apalis-tk1-mainline: add initial asound.state and asound.conf"). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-03-29alsa: apalis-tk1-mainline: add initial asound.state and asound.confPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-03-04libgstnvegl, libgstomx-0.10: update to L4T R21.7Marcel Ziswiler
Looks like those two we never actually updated to building off from R21.7 sources. This commit fixes that now. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-18linux-driver-package, linux-toradex_3.10.40, libgstomx-1.0: l4t r21.7Marcel Ziswiler
Update to NVIDIA's latest Linux for Tegra aka L4T R21.7: https://developer.nvidia.com/linux-tegra-r217 The following libraries got updated: 4094b811241593224a89a5020e0bef7a08914dea */usr/lib/arm-linux-gnueabihf/tegra/libglx.so 157e8271ba925d1dc7405c4ebaad1b8b8b3f1312 */usr/lib/xorg/modules/drivers/nvidia_drv.so c1d9de2b619110534437850335c06408648e263b */usr/lib/arm-linux-gnueabihf/tegra/libnvodm_imager.so 2a712cc736f0cfc694e1ae44603bb1c95fc0873e */usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_video.so 25514ded098387ac0260586392308144d6e659fa */usr/lib/arm-linux-gnueabihf/tegra/libnvmm_camera_v3.so 4c2528fa906e1ff8702a9e1cad2b63d261bd2c16 */usr/lib/arm-linux-gnueabihf/tegra/libnvodm_query.so 28ace2c204408e58444497f7fc32a7f6852f98a9 */usr/lib/arm-linux-gnueabihf/tegra/libnvomx.so 4094b811241593224a89a5020e0bef7a08914dea */usr/lib/xorg/modules/extensions/libglx.so Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2018-06-18libpng12: re-add the recipeMarcel Ziswiler
As libpng12 is required for opencv4tegra re-add the recipe from latest one available at meta/recipes-lsb4/libpng/libpng12_1.2.57.bb on morty branch of openembedded-core. This is basically a revert of commit 839af0eafc39 ("libpng12: remove the recipe"). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-12-20libgstomx: fix linking errorMax Krummenacher
Add libdl explicitely to the to be linked libraries. | arm-angstrom-linux-gnueabi-gcc ... \ | -lgstvideo-0.10 -lgstaudio-0.10 -lgstbase-0.10 -lgstinterfaces-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lglib-2.0 \ | -lEGL -lGLESv2 -lX11 -lgstreamer-0.10 \ | ... | .../gst-openmax/omx/gstomx_util.c:169: error: undefined reference to 'dlclose' | ... Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-11-29linux-driver-package, linux-toradex_3.10.40, libgstomx-1.0: l4t r21.6Marcel Ziswiler
Update to NVIDIA's latest Linux for Tegra aka L4T R21.6: https://developer.nvidia.com/linux-tegra-r216 The following libraries got updated: c0067724f7ea174ac845bcf3262916f4cdc68fee */usr/lib/xorg/modules/extensions/libglx.so 7fdf08dac2661c78aa13d72caa205660435a0591 */usr/lib/xorg/modules/drivers/nvidia_drv.so 61fe4c3e02eee124a0b50e0d2f616701c3093da8 */usr/lib/arm-linux-gnueabihf/tegra/libnvomx.so c0067724f7ea174ac845bcf3262916f4cdc68fee */usr/lib/arm-linux-gnueabihf/tegra/libglx.so 06ff56f0001e07b9e5271e5d1c8ee78a0ddd299d */usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_video.so abdccb24f89f1f0e482524569f9b6364c1fff0a9 */usr/lib/arm-linux-gnueabihf/tegra/libnvodm_imager.so 3e9b93e4e3bf24980d025917d694e1f23147837f */usr/lib/arm-linux-gnueabihf/tegra/libnvmm_camera_v3.so 1ee7838597bd9a351b4e241ba947b55d8b4419db */usr/lib/arm-linux-gnueabihf/tegra/libnvparser.so Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-10-05libgstomx: do not build with libgstphotographyMax Krummenacher
Depending on the availability of libgstphotography configure picks up the dependency and builds for it. Change configure to never build against it. This addresses builds where libgstomx is taken from sstate but libgstphotography is not available due to other dependencies. | Collected errors: | * calculate_dependencies_for: Cannot satisfy the following dependencies for libgstomx: | * libgstphotography-0.10-23 (>= 0.10.23) * | * opkg_solver_install: Cannot install package libgstomx. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-10-05libgstomx: fix gstreamer 0.10 decode pluginsDominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-10-04libgstomx: Introduce gstreamer 0.10 support for TK1Dominik Sliwa
Move current gstreamer1.0 base libgstomx to libgstomx1 and add libgstomx with gstreamer-0.10 support for TK1 Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-04-07meta-toradex-tegra: cleanup whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11libgstomx: update to 21.5.0Max Krummenacher
The patch fixes the following compilation error: ../../gstomx1_src/gst-omx1/omx/gstomxvideoenc.c:2443:7: note: in expansion of macro 'NVX_INDEX_CONFIG_VIDEO_ENCODE_TEMPORALTRADEOFF' NVX_INDEX_CONFIG_VIDEO_ENCODE_TEMPORALTRADEOFF, &eIndex); ^ In file included from ../../gstomx1_src/gst-omx1/omx/gstomxvideoenc.h:29:0, from ../../gstomx1_src/gst-omx1/omx/gstomxvideoenc.c:30: ../../gstomx1_src/gst-omx1/omx/gstomx.h:384:15: note: expected 'gpointer {aka void *}' but argument is of type 'const char *' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11libgstnvegl: update to 21.5.0Max Krummenacher
0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch taken from oe-core, gstreamer recipe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2013-09-22v4l2-utils: removed patch, fixed upstream nowMax Krummenacher
2013-02-06v4l-utils: fix for NULL not found errosMax Krummenacher