summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-04-05 16:51:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-05 16:51:03 +0200
commitfb4f7c62fce197c80d8c61f6fcd3fc346238adb0 (patch)
tree1d42bf1ed451c7aebfcd688d6102af1c19a90976
parent3343b67eb92e86443bbb1bc13b6c54678b7a86d6 (diff)
trdx-nv-binaries: provide the khronos headers locally
Provide the tarball locally rather than download it as the tarball is regularly changed and thus breaking the recipe.
-rw-r--r--recipes/trdx-nv-binaries/files/khronos_headers.tgzbin0 -> 279190 bytes
-rw-r--r--recipes/trdx-nv-binaries/trdx-nv-binaries.bb11
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes/trdx-nv-binaries/files/khronos_headers.tgz b/recipes/trdx-nv-binaries/files/khronos_headers.tgz
new file mode 100644
index 0000000..5eb5db7
--- /dev/null
+++ b/recipes/trdx-nv-binaries/files/khronos_headers.tgz
Binary files differ
diff --git a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
index b4c4562..fa6da85 100644
--- a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
+++ b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
@@ -1,19 +1,23 @@
DESCRIPTION = "binary files from Nvidia along with there configuration"
LICENSE = "CLOSED SGI Khronos"
-PR = "r16"
+PR = "r17"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(tegra)"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
+DEPENDS = "virtual/xserver"
LIC_DIR = "${datadir}/common-licenses"
#gstnvvidconf.tar.bz2 will hopefully be integrated into the public L4T packages
+
+# 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
SRC_COMMON = " \
file://nvgstplayer.desktop \
file://aplay.desktop \
file://mimeapps.list \
- https://www.khronos.org/registry/khronos_headers.tgz;name=gles-h \
+ file://khronos_headers.tgz \
https://www.khronos.org/registry/omxil/api/1.1.2/OpenMAX_IL_1_1_2_Header.zip;name=openmax-h;unpack=no \
file://egl.pc \
file://gles.pc \
@@ -31,9 +35,6 @@ SRC_URI_tegra3 = " \
${SRC_COMMON} \
"
-SRC_URI[gles-h.md5sum] = "56ad0e432eb56ba3ff058595eda7fa52"
-SRC_URI[gles-h.sha256sum] = "0e5a8df9fc34cfe88a76d1796e3b5f7384139448a07f2f8819f3f2ebbcdb223e"
-
SRC_URI[openmax-h.md5sum] = "f8ac8d7272abdbe1980eeac8d03338e8"
SRC_URI[openmax-h.sha256sum] = "9e8aee85f37946202ff15a52836233f983e90a751c0816ba341ba0c1ffedf99e"
# https://www.khronos.org/registry/omxil/api/1.2.0/OpenMAX_IL_1_2.0_Header.zip;name=openmax-h;unpack=no \