From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/2] amsdk-av-files: Upgrade to latest version with HEVC content.
Date: Mon, 9 Mar 2015 13:16:42 -0400 [thread overview]
Message-ID: <20150309171641.GE6052@edge> (raw)
In-Reply-To: <1425906138-5552-1-git-send-email-j-stiffler@ti.com>
Lately I see lots of patches with extra lines at the end of the file, for
which patch normally complains - please don't add those.
On Mon, Mar 09, 2015 at 09:02:17AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../amsdk-av-files/amsdk-av-files_1.2.bb | 44 ++++++++++++++++++++
> 1 file changed, 44 insertions(+)
> create mode 100644 meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb
>
> diff --git a/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb b/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb
> new file mode 100644
> index 0000000..258c7b4
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/amsdk-av-files/amsdk-av-files_1.2.bb
> @@ -0,0 +1,44 @@
> +DESCRIPTION = "AMSDK multimedia support files"
> +HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/"
> +LICENSE = "CC-BY-NC-ND-3.0 & CC-BY-3.0"
> +SECTION = "multimedia"
> +LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=9254447a504d2179d83a6bc9e2c28142"
> +PR = "r0"
> +
> +COMPATIBLE_MACHINE = "(omap3evm|am37x-evm|am3517-evm|am389x-evm|beagleboard|am335x-evm|ti43x|omap-a15)"
Is it time to relax this line or at least unify it? The first 3 platforms and
beagleboard are covered by "omap3" soc, am389 is no longer supported at all,
am335x-evm should be expanded to cover entire "ti33x" soc...
I know some EVMs have to use specific files listed below, but for others
having some sane default (480p) should be fine as well.
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +VIDEO_FILES = "video_480p "
> +VIDEO_FILES_append_am37x-evm = "video_vga_r"
> +VIDEO_FILES_append_beagleboard = "video_vga"
> +VIDEO_FILES_append_am3517-evm = "video_wqvga"
> +VIDEO_FILES_append_am335x-evm = "video_wvga \
> + video_wqvga"
> +VIDEO_FILES_append_dra7xx = "video_wvga \
> + video_1080p \
> + video_720p \
> + video_yuv"
> +
> +SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/1251/7520/amsdk-av-files_${PV}.tar.gz;name=avfilestarball"
> +
> +S = "${WORKDIR}/amsdk-av-files"
> +
> +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/*"
> +
> +SRC_URI[avfilestarball.md5sum] = "c4c849cf6c16e4898869264bbd05fd5d"
> +SRC_URI[avfilestarball.sha256sum] = "287cc95a68befa594b8b9a8514c57240620d535b2b99c6d3e1f91bc278ef37ef"
> +
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2015-03-09 17:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 13:02 [PATCH 1/2] amsdk-av-files: Upgrade to latest version with HEVC content Jacob Stiffler
2015-03-09 13:02 ` [PATCH 2/2] amsdk-av-files: Remove older version Jacob Stiffler
2015-03-09 17:16 ` Denys Dmytriyenko [this message]
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=20150309171641.GE6052@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
/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.