* Support for media controller framework
        * Create and set-up link
        * Configuration of format for each pad
        * Streaming for specified duration

Signed-off-by Punya Prakash <[email protected]>
---
 recipes/ti/mcf-camera-app_1.0.bb |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ti/mcf-camera-app_1.0.bb

diff --git a/recipes/ti/mcf-camera-app_1.0.bb b/recipes/ti/mcf-camera-app_1.0.bb
new file mode 100644
index 0000000..e2f9e60
--- /dev/null
+++ b/recipes/ti/mcf-camera-app_1.0.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "MCF Camera Application"
+HOMEPAGE = "https://gforge.ti.com/gf/project/mcf_camera_app/";
+LICENSE = "BSD"
+SECTION = "system"
+PRIORITY = "optional"
+
+SRCREV = "3"
+PR = "r0"
+
+DEPENDS += "virtual/kernel"
+
+PLATFORM_am37x-evm = "am3715"
+PLATFORM_beagleboard = "am3715"
+
+INSANE_SKIP_${PN} = "True"
+
+SRC_URI = 
"svn://gforge.ti.com/svn/mcf_camera_app/;module=trunk;proto=https;user=anonymous;pswd=''"
+
+S = "${WORKDIR}/trunk"
+
+do_compile() {
+       export CROSS_COMPILE=${TARGET_PREFIX}
+       make LINUXKERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" 
PLATFORM="${PLATFORM}"
+}
+
+do_install() {
+       make DESTDIR=${D} install
+}
-- 
1.7.0.4


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to