* [PATCH v2] task-arago-tisdk-multimedia: Port multimedia task from arago to meta-arago
@ 2012-10-05 6:44 Franklin S. Cooper Jr
2012-10-05 12:35 ` Maupin, Chase
2012-10-05 16:29 ` Denys Dmytriyenko
0 siblings, 2 replies; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-05 6:44 UTC (permalink / raw)
To: meta-arago
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}"
+
+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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] task-arago-tisdk-multimedia: Port multimedia task from arago to meta-arago
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
1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2012-10-05 12:35 UTC (permalink / raw)
To: Franklin S. Cooper Jr, meta-arago@arago-project.org
Acked-by: Chase Maupin <chase.maupin@ti.com>
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Friday, October 05, 2012 1:45 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH v2] task-arago-tisdk-multimedia:
> Port multimedia task from arago to meta-arago
>
> 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=3da9cfbcb788c80a0384361b
> 4de20420"
> +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=3da9cfbcb788c80a0384361b
> 4de20420"
> +PR = "r0"
> +
> +inherit task
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +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=3da9cfbcb788c80a0384361b
> 4de20420"
> +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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] task-arago-tisdk-multimedia: Port multimedia task from arago to meta-arago
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
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-10-05 16:29 UTC (permalink / raw)
To: Franklin S. Cooper Jr; +Cc: meta-arago
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-05 16:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.