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..9fd18df
--- /dev/null
+++ b/recipes/ti/mcf-camera-app_1.0.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "MCF Camera Application"
+HOMEPAGE = "https://gforge.ti.com/gf/project/mcf_camera_app/"
+LICENSE = "BSD"
+SECTION = "system"
+PRIORITY = "optional"
+
+SRCREV = "4"
+PR = "r1"
+
+DEPENDS += "virtual/kernel"
+
+# Dude to CCSv5 limitation LDFLAGS cant be passed externally
+# not providing INSANE_SKIP introduces GNU hash QA error
+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}
+	oe_runmake LINUXKERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}"
+}
+
+do_install() {
+	make DESTDIR=${D} install
+}
