summaryrefslogtreecommitdiffstats
path: root/package/nvidia-tegra23/nvidia-tegra23-codecs
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass at removing binary-only, unlicensed, and proprietary packages ↵2019.02-op-buildRaptor Engineering Development Team2019-09-273-42/+0
| | | | | | | | from buildroot tree Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
* packages: use new $($PKG)_DL_DIR) variableMaxime Hadjinlian2018-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Instead of DL_DIR, the package should now use $(PKG)_DL_DIR to ease the transition into a new directory structure for DL_DIR. This commit has been generated with the following scripts: for i in $(find . -iname "*.mk"); do if ! grep -q "\$(DL_DIR)" ${i}; then continue fi pkg_name="$(basename $(dirname ${i}))" [ "${pkg_name}" = "package" ] && continue raw_pkg_name=$(echo ${pkg_name} | tr [a-z] [A-Z] | tr '-' '_') pkg_dl_dir="${raw_pkg_name}_DL_DIR" sed -i "s/\$(DL_DIR)/\$($pkg_dl_dir)/" ${i} done Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.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-codecs: new packageNicolas Serafini2015-04-263-0/+42
nvidia-tegra23-codecs provides various HW-accelerated media codecs, such as: AAC3, h264, jpeg, MP3... Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com> [me: - split codecs from binaries into this patch - use our extractor helpers ] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: - Remove <pkg>_DEPENDENCIES variable that contained nvidia-tegra23-binaries, since this dependency is a runtime dependency only. - Remove 'NVIDIA_TEGRA23_CODECS_INSTALL_STAGING = NO', since this is the default. - Remove 'NVIDIA_TEGRA23_CODECS_INSTALL_TARGET = YES', since this is the default. - Instead of using a NVIDIA_TEGRA23_CODECS_FIRMWARE variable listing the firmware files to copy, simply copy all firmware files.]
OpenPOWER on IntegriCloud