summaryrefslogtreecommitdiff
path: root/recipes-bsp/tdx-nv-binaries
AgeCommit message (Collapse)Author
2018-03-22tdx-nv-binaries: add x11 dependencies to help dependent packagesMax Krummenacher
As this recipe adds only binary drivers it does not need any DEPENDS to build. However adding depends prevents QA warnings which test the binaries for dependencies and, more importantly other recipe will get needed dependencies installed in their sysroot. e.g. lxqt-panel would fail because libdamage is not installed in its recipe specific sysroot. While at it use -p with mkdir to not fail even if the directory already exists from a previous (failed) run of bitbake. While at it move the libpcre* symlinks to the nv-gstapps packages where they are used and RDEPEND on the real libpcre* libraries. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22tdx-nv-binaries: egl: Add alias for EGL_PLATFORM_X11_KHRMax Krummenacher
New EGL code uses EGL_PLATFORM_X11_KHR (for example glmark2) and the value is the same, so we can provide an alias for it instead of patching every code using it. (Adapted from meta-freescale, commit e1d249bb067aa6c472367cff1e77ba2ddbc8303f) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-11-29tdx-nv-binaries: glesv2.pc: fix pathMax Krummenacher
Fix the include path. Reported-by: Andreas Holzammer, kdab.com Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-10-05tdx-nv-binaries: add needed dependsMax Krummenacher
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>
2017-04-10tdx-nv-binaries: renamed from trdx-nv-binariesColibri-T30_LXDE-Image_2.7b2-20170410Colibri-T20_LXDE-Image_2.7b2-20170410Apalis-TK1_LXDE-Image_2.7b2-20170410Apalis-T30_LXDE-Image_2.7b2-20170410Marcel Ziswiler
While at it also update the comment in recipes-graphics/mesa/mesa_%.bbappend. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>