summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-28 19:44:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-05 02:23:30 +0200
commitbaad0c14e9b8aab0177c6ff33b49c89a785243af (patch)
tree9b88daa1314c79493eb7f957d0ce0ae6e7e1bb48
parentd70b37eff27aa52efdaebf04f274467a29a032eb (diff)
tdx-nv-binaries: add needed depends
The binary drivers in tdx-nv-binaries have dependencies on gstreamer et. al. Add them to DEPENDS, so that they are available during do_rootfs. Addresses: | Collected errors: | * calculate_dependencies_for: Cannot satisfy the following dependencies for packagegroup-basic: | * gstreamer (>= 0.10.36) * libgstaudio-0.10-0 (>= 0.10.36) * libgstinterfaces-0.10-0 (>= 0.10.36) * libgstvideo-0.10-0 (>= 0.10.36) * libxv1 (>= 1.0.10) * | * opkg_solver_install: Cannot install package packagegroup-basic. | * calculate_dependencies_for: Cannot satisfy the following dependencies for tdx-nv-binaries-nv-gstapps: | * gstreamer (>= 0.10.36) * libgstinterfaces-0.10-0 (>= 0.10.36) * | * opkg_solver_install: Cannot install package tdx-nv-binaries-nv-gstapps. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb b/recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb
index cd5f668..508cbea 100644
--- a/recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb
+++ b/recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb
@@ -6,6 +6,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(tegra)"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
+DEPENDS = "gstreamer gst-plugins-base"
# the khronos headers are taken from here: https://www.khronos.org/registry/khronos_headers.tgz
# this tarball changes from time to time breaking the receipe, thus it is provided with the recipe