All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v2] task-arago-tisdk-multimedia: Port multimedia task from arago to meta-arago
Date: Fri, 05 Oct 2012 12:29:03 -0400	[thread overview]
Message-ID: <20121005162903.GE23366@denix.org> (raw)
In-Reply-To: <1349419480-21560-1-git-send-email-fcooper@ti.com>

On Fri, Oct 05, 2012 at 01:44:40AM -0500, Franklin S. Cooper Jr wrote:
> From: Franklin S Cooper Jr <fcooper@ti.com>
> 
> * Port task-arago-tisdk-multimedia from arago to meta-arago.
> 
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
> Version 2 changes:
> Use new task naming convention
> 
>  .../tasks/task-arago-tisdk-multimedia-sdk-host.bb  |   21 ++++++++++++++
>  .../task-arago-tisdk-multimedia-sdk-target.bb      |   11 +++++++
>  .../tasks/task-arago-tisdk-multimedia.bb           |   30 ++++++++++++++++++++
>  3 files changed, 62 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-host.bb
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-target.bb
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia.bb
> 
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-host.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-host.bb
> new file mode 100644
> index 0000000..17defc2
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-host.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "Task to add multimedia related sources into the SDK"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +PR = "r0"
> +
> +inherit task
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +MULTIMEDIA = ""
> +
> +MULTIMEDIA_append_am37x-evm = " \
> +    av-examples-src \
> +"
> +
> +MULTIMEDIA_append_am3517-evm = " \
> +    av-examples-src \
> +"
> +
> +RDEPENDS_${PN} = "\
> +    ${MULTIMEDIA} \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-target.bb
> new file mode 100644
> index 0000000..1f17f87
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia-sdk-target.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Task to build and install header and libs into sdk"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +PR = "r0"
> +
> +inherit task
> +PACKAGE_ARCH = "${MACHINE_ARCH}"

Unlike task-arago-tisdk-multimedia-sdk-host and task-arago-tisdk-multimedia, 
which use machine-specific overrides, this one does not and hence shouldn't 
really be made machine-specific with the PACKAGE_ARCH = MACHINE_ARCH...

-- 
Denys

> +
> +RDEPENDS_${PN} = "\
> +    task-arago-gst-sdk-target \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia.bb
> new file mode 100644
> index 0000000..8cd0d2a
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-multimedia.bb
> @@ -0,0 +1,30 @@
> +DESCRIPTION = "Task to add multimedia related packages"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +PR = "r0"
> +
> +inherit task
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +MULTIMEDIA = ""
> +
> +MULTIMEDIA_append_omap3 = " \
> +    amsdk-av-files \
> +"
> +
> +MULTIMEDIA_append_ti33x = " \
> +    amsdk-av-files \
> +"
> +
> +MULTIMEDIA_append_am37x-evm = " \
> +    av-examples \
> +"
> +
> +MULTIMEDIA_append_am3517-evm = " \
> +    av-examples \
> +"
> +
> +RDEPENDS_${PN} = "\
> +    task-arago-gst \
> +    ${MULTIMEDIA} \
> +"
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


      parent reply	other threads:[~2012-10-05 16:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05  6:44 [PATCH v2] task-arago-tisdk-multimedia: Port multimedia task from arago to meta-arago Franklin S. Cooper Jr
2012-10-05 12:35 ` Maupin, Chase
2012-10-05 16:29 ` 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=20121005162903.GE23366@denix.org \
    --to=denys@ti.com \
    --cc=fcooperjr27@gmail.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.