summaryrefslogtreecommitdiffstats
path: root/package/nvidia-tegra23/nvidia-tegra23-binaries
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: do not use TAR_STRIP_COMPONENTS, but directly --strip-componentsThomas Petazzoni2015-07-121-2/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package.nvidia-tegra23-binaries: add gstreamer pluginsNicolas Serafini2015-04-262-0/+43
| | | | | | | | | | | | | [Thomas: - add missing libXv dependency. - remove the NVIDIA_TEGRA23_BINARIES_GSTREAMER_PLUGINS and NVIDIA_TEGRA23_BINARIES_MULTIMEDIA_APPS, and use simple 'cp -dpfr' calls to copy the plugins and sample applications.] Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com> [yann.morin.1998@free.fr: split out into their own patch] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nvidia-tegra23-binaries: new packageNicolas Serafini2015-04-266-0/+127
This patch adds a new package for all libraries and drivers provided by Nvidia Linux4Tegra release 16.5. We have intermediate .mk and Config.in, because those values will be shared with the codecs package, to come in a follow-up patch, like we have for the Freescale stuff. Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com> [yann.morin.1998@free.fr: - split jpeg into its own patch - split codecs and gstreamer plugins out into their own packages - do not patch for .pc files, just bundle them in $(@D) ] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Ben Ben <carmazen84@gmail.com> [Thomas: - don't select BR2_PACKAGE_XLIB_LIBXT, there is no reference to it in <pkg>_DEPENDENCIES, and it doesn't seem to be used by any library. - select BR2_PACKAGE_XLIB_LIBX11, which is referenced by the .mk file, and is actually used by the pre-built .so files. - do not select BR2_PACKAGE_XLIB_LIBXV, since it isn't used by the X.org libraries/drivers, but only the Gstreamer ones. - remove 'NVIDIA_TEGRA23_BINARIES_INSTALL_TARGET = YES', it is not needed since it is the default. - remove the definitions of NVIDIA_TEGRA23_BINARIES_FIRMWARE, NVIDIA_TEGRA23_BINARIES_LIBRARIES and NVIDIA_TEGRA23_BINARIES_PKGCONFIG, these are very long, and not really needed: just copy all the firmware, libraries and .pc files with a simple 'cp -dpfr'.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud