From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-arago][scarthgap/master][PATCH] amsdk-av-files: Remove this recipe
Date: Fri, 17 Jan 2025 13:04:02 -0600 [thread overview]
Message-ID: <20250117190402.686979-1-afd@ti.com> (raw)
These video files were used in a couple demos for multimedia decoders.
They add +50MB at minimum to images that include them and ~200MB of
git download to build. They are unused now so remove this recipe.
Signed-off-by: Andrew Davis <afd@ti.com>
---
.../packagegroup-arago-tisdk-multimedia.bb | 1 -
.../amsdk-av-files/amsdk-av-files_1.4.bb | 42 -------------------
2 files changed, 43 deletions(-)
delete mode 100644 meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.4.bb
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
index c6e39aa1..6a1b25b6 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
@@ -7,7 +7,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
MULTIMEDIA = " \
- amsdk-av-files \
ffmpeg \
libcamera \
libcamera-gst \
diff --git a/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.4.bb b/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.4.bb
deleted file mode 100644
index 7267668b..00000000
--- a/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.4.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-DESCRIPTION = "AMSDK multimedia support files"
-HOMEPAGE = "https://git.ti.com/processor-sdk/amsdk-av-files/"
-LICENSE = "CC-BY-NC-ND-3.0 & CC-BY-3.0"
-SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=fe154d291c69c51495a5bb4a456403b5"
-PR = "r2"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-VIDEO_FILES = "video_480p "
-
-VIDEO_FILES:append:ti33x = "video_wvga \
- video_wqvga"
-VIDEO_FILES:append:ti43x = "video_wqvga"
-VIDEO_FILES:append:dra7xx = "video_wvga \
- video_1080p \
- video_720p \
- video_yuv"
-VIDEO_FILES:append:k3 = "video_720p"
-
-BRANCH = "master"
-
-SRC_URI = "git://git.ti.com/git/processor-sdk/amsdk-av-files.git;protocol=https;branch=${BRANCH}"
-SRCREV = "1b73009090265328ebaf1b6c880dfeccae5a8f19"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
- :
-}
-
-do_install() {
- install -d ${D}${datadir}/ti \
- ${D}${datadir}/ti/audio \
- ${D}${datadir}/ti/video
- install -m 0644 ${S}/audio/* ${D}${datadir}/ti/audio/
- for file in ${VIDEO_FILES}; do
- install -m 0644 ${S}/${file}/* ${D}${datadir}/ti/video/
- done
-}
-
-FILES:${PN} += "${datadir}/ti/*"
--
2.39.2
next reply other threads:[~2025-01-17 19:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-17 19:04 Andrew Davis [this message]
2025-01-29 19:10 ` [meta-arago][scarthgap/master][PATCH] amsdk-av-files: Remove this recipe Ryan Eatmon
2025-01-29 19:58 ` Andrew Davis
2025-01-29 21:13 ` Ryan Eatmon
[not found] ` <181F463B2D9CFF40.27573@lists.yoctoproject.org>
2025-01-30 16:02 ` Ryan Eatmon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250117190402.686979-1-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.