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 <[email protected]>
> ---
>  .../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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to