From: Sam Nelson <sam.nelson@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2
Date: Tue, 13 Jan 2015 17:44:17 -0500 [thread overview]
Message-ID: <1421189057-5330-1-git-send-email-sam.nelson@ti.com> (raw)
- 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
next reply other threads:[~2015-01-13 22:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-13 22:44 Sam Nelson [this message]
2015-01-15 2:22 ` [PATCH] demo-image-proc: Add recipe for TI Image processing demo for keystone 2 Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2015-01-16 2:58 Sam Nelson
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=1421189057-5330-1-git-send-email-sam.nelson@ti.com \
--to=sam.nelson@ti.com \
--cc=meta-ti@yoctoproject.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.