All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2
@ 2015-01-13 22:44 Sam Nelson
  2015-01-15  2:22 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2015-01-13 22:44 UTC (permalink / raw)
  To: meta-ti

- Provides Binaries for Image processing demo
- Demo Plugs into Matrix gui

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-ti/demo-image-proc/demo-image-proc_git.bb |   32 +++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 recipes-ti/demo-image-proc/demo-image-proc_git.bb

diff --git a/recipes-ti/demo-image-proc/demo-image-proc_git.bb b/recipes-ti/demo-image-proc/demo-image-proc_git.bb
new file mode 100644
index 0000000..60b5d17
--- /dev/null
+++ b/recipes-ti/demo-image-proc/demo-image-proc_git.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "TI Image Processing Demo for KeyStone 2"
+HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-demos/image-proc.git"
+LICENSE = "BSD & MIT"
+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=29;md5=ada2acff673fad7c53cbfd2598525f2a"
+SECTION = "console"
+COMPATIBLE_MACHINE = "keystone"
+
+DEPENDS = "ti-ipc"
+
+BRANCH = "master"
+SRC_URI = "git://git.ti.com/keystone-demos/image-proc.git;protocol=git;branch=${BRANCH}"
+#Commit corresponds to DEV.DEMO_IMAGE_PROC-01.00.00.01
+SRCREV = "1745725128929f6d57a3e8e8ed0ca02fe4b28b51"
+PV = "1.0.0.1"
+
+S = "${WORKDIR}/git"
+
+MATRIX_BASE_DIR = "${datadir}/matrix-gui-2.0"
+MATRIX_WEB_DIR = "${MATRIX_BASE_DIR}"
+MATRIX_APP_DIR = "${MATRIX_WEB_DIR}/apps"
+MATRIX_IPD_DIR = "${MATRIX_APP_DIR}/demo_imageproc"
+MATRIX_CGI_DIR = "${MATRIX_IPD_DIR}/cgi-bin"
+
+FILES_${PN} = "${MATRIX_IPD_DIR}/demo_imageproc.html"
+FILES_${PN} += "${MATRIX_CGI_DIR}/image_processing_master.out"
+
+do_install() {
+	install -d ${D}${MATRIX_IPD_DIR}
+	install -d ${D}${MATRIX_CGI_DIR}
+	install -c -m 755 ${S}/ipc/master/image_processing_master.out ${D}${MATRIX_CGI_DIR}
+	install -c -m 755 ${S}/webpage/demo_imageproc.html ${D}${MATRIX_IPD_DIR}
+}
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2
  2015-01-13 22:44 [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2 Sam Nelson
@ 2015-01-15  2:22 ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-01-15  2:22 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

This probably belongs to meta-arago...


On Tue, Jan 13, 2015 at 05:44:17PM -0500, Sam Nelson wrote:
> - Provides Binaries for Image processing demo
> - Demo Plugs into Matrix gui
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-ti/demo-image-proc/demo-image-proc_git.bb |   32 +++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 recipes-ti/demo-image-proc/demo-image-proc_git.bb
> 
> diff --git a/recipes-ti/demo-image-proc/demo-image-proc_git.bb b/recipes-ti/demo-image-proc/demo-image-proc_git.bb
> new file mode 100644
> index 0000000..60b5d17
> --- /dev/null
> +++ b/recipes-ti/demo-image-proc/demo-image-proc_git.bb
> @@ -0,0 +1,32 @@
> +DESCRIPTION = "TI Image Processing Demo for KeyStone 2"
> +HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-demos/image-proc.git"
> +LICENSE = "BSD & MIT"
> +LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=29;md5=ada2acff673fad7c53cbfd2598525f2a"
> +SECTION = "console"
> +COMPATIBLE_MACHINE = "keystone"
> +
> +DEPENDS = "ti-ipc"
> +
> +BRANCH = "master"
> +SRC_URI = "git://git.ti.com/keystone-demos/image-proc.git;protocol=git;branch=${BRANCH}"
> +#Commit corresponds to DEV.DEMO_IMAGE_PROC-01.00.00.01
> +SRCREV = "1745725128929f6d57a3e8e8ed0ca02fe4b28b51"
> +PV = "1.0.0.1"
> +
> +S = "${WORKDIR}/git"
> +
> +MATRIX_BASE_DIR = "${datadir}/matrix-gui-2.0"
> +MATRIX_WEB_DIR = "${MATRIX_BASE_DIR}"
> +MATRIX_APP_DIR = "${MATRIX_WEB_DIR}/apps"
> +MATRIX_IPD_DIR = "${MATRIX_APP_DIR}/demo_imageproc"
> +MATRIX_CGI_DIR = "${MATRIX_IPD_DIR}/cgi-bin"
> +
> +FILES_${PN} = "${MATRIX_IPD_DIR}/demo_imageproc.html"
> +FILES_${PN} += "${MATRIX_CGI_DIR}/image_processing_master.out"
> +
> +do_install() {
> +	install -d ${D}${MATRIX_IPD_DIR}
> +	install -d ${D}${MATRIX_CGI_DIR}
> +	install -c -m 755 ${S}/ipc/master/image_processing_master.out ${D}${MATRIX_CGI_DIR}
> +	install -c -m 755 ${S}/webpage/demo_imageproc.html ${D}${MATRIX_IPD_DIR}
> +}
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2
@ 2015-01-16  2:58 Sam Nelson
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Nelson @ 2015-01-16  2:58 UTC (permalink / raw)
  To: meta-arago

- Provides Binaries for Image processing demo
- Demo Plugs into Matrix gui

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 .../demo-image-proc/demo-image-proc_git.bb         |   32 ++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb

diff --git a/meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb b/meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb
new file mode 100644
index 0000000..60b5d17
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "TI Image Processing Demo for KeyStone 2"
+HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-demos/image-proc.git"
+LICENSE = "BSD & MIT"
+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=29;md5=ada2acff673fad7c53cbfd2598525f2a"
+SECTION = "console"
+COMPATIBLE_MACHINE = "keystone"
+
+DEPENDS = "ti-ipc"
+
+BRANCH = "master"
+SRC_URI = "git://git.ti.com/keystone-demos/image-proc.git;protocol=git;branch=${BRANCH}"
+#Commit corresponds to DEV.DEMO_IMAGE_PROC-01.00.00.01
+SRCREV = "1745725128929f6d57a3e8e8ed0ca02fe4b28b51"
+PV = "1.0.0.1"
+
+S = "${WORKDIR}/git"
+
+MATRIX_BASE_DIR = "${datadir}/matrix-gui-2.0"
+MATRIX_WEB_DIR = "${MATRIX_BASE_DIR}"
+MATRIX_APP_DIR = "${MATRIX_WEB_DIR}/apps"
+MATRIX_IPD_DIR = "${MATRIX_APP_DIR}/demo_imageproc"
+MATRIX_CGI_DIR = "${MATRIX_IPD_DIR}/cgi-bin"
+
+FILES_${PN} = "${MATRIX_IPD_DIR}/demo_imageproc.html"
+FILES_${PN} += "${MATRIX_CGI_DIR}/image_processing_master.out"
+
+do_install() {
+	install -d ${D}${MATRIX_IPD_DIR}
+	install -d ${D}${MATRIX_CGI_DIR}
+	install -c -m 755 ${S}/ipc/master/image_processing_master.out ${D}${MATRIX_CGI_DIR}
+	install -c -m 755 ${S}/webpage/demo_imageproc.html ${D}${MATRIX_IPD_DIR}
+}
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-16  2:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 22:44 [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2 Sam Nelson
2015-01-15  2:22 ` Denys Dmytriyenko
2015-01-16  2:58 Sam Nelson

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.