summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-03-30 12:03:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-30 12:06:00 +0200
commit838d47b0d8aa1d56bdd0e65816bbe585458abb89 (patch)
treed55fcaae16a8098bd34f9061f5504965d86ae500
parenta7fe3b21d6402bdf4b4cc9981158fbf7646a37b1 (diff)
media-files: add additional media
This adds a 1920x1080 h265 and vp9 video and a jpg photo. Changes the source tar ball name to be versioned. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-multimedia/media-files/media-files_1.0.bb (renamed from recipes-multimedia/media-files/media-files_0.0.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/media-files/media-files_0.0.1.bb b/recipes-multimedia/media-files/media-files_1.0.bb
index 349d74f..7ecae30 100644
--- a/recipes-multimedia/media-files/media-files_0.0.1.bb
+++ b/recipes-multimedia/media-files/media-files_1.0.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/CC0-1.0;md5=0c
inherit allarch bin_package
SRC_URI = " \
- https://developer1.toradex.com/files/toradex-dev/uploads/media/Colibri/AddSW/Linux/ReleaseTest/media-files.tar.xz \
+ https://developer1.toradex.com/files/toradex-dev/uploads/media/Colibri/AddSW/Linux/ReleaseTest/media-files-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "efa7dc8bedcec877cdb0a5ea6afc5ec0"
-SRC_URI[sha256sum] = "7757f4ae30c72966a2104b8ab0192c0b76659e8b57afbbae20839990d71d327e"
+SRC_URI[md5sum] = "76482bd08f67435f34e93d44738008de"
+SRC_URI[sha256sum] = "021d8261e69433221be4a3996c447411b6002c1e9b34a71c65a3bfe48b54e27d"
S = "${WORKDIR}/media-files"