From baad0c14e9b8aab0177c6ff33b49c89a785243af Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 28 Sep 2017 19:44:50 +0200 Subject: 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 Acked-by: Dominik Sliwa --- recipes-bsp/tdx-nv-binaries/tdx-nv-binaries.bb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3