[meta-freescale] [meta-fsl-ppc][PATCH 30/39] auto-resp: add recipe for sdk v1.6 release

ting.liu at freescale.com ting.liu at freescale.com
Tue Jul 1 20:01:39 PDT 2014


From: Ting Liu <b28495 at freescale.com>

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 recipes-kernel/auto-resp/ar_git.bb |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 recipes-kernel/auto-resp/ar_git.bb

diff --git a/recipes-kernel/auto-resp/ar_git.bb b/recipes-kernel/auto-resp/ar_git.bb
new file mode 100644
index 0000000..522c29c
--- /dev/null
+++ b/recipes-kernel/auto-resp/ar_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Auto Response Control Module"
+LICENSE = "GPLv2 & BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
+
+DEPENDS="virtual/kernel"
+
+inherit module
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/auto-resp.git;nobranch=1"
+SRCREV =  "7e755eb855fcbc3930cd6e46bb492a599e0ff812"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}"
+export KERNEL_PATH = "${STAGING_KERNEL_DIR}"
+
+do_install(){
+	mkdir -p ${D}/usr/driver/auto-resp
+	cp -rf ${S}/bin ${D}/usr/driver/auto-resp
+}
+
+FILES_${PN} += "/usr/driver/auto-resp"
+INHIBIT_PACKAGE_STRIP = "1"
-- 
1.7.9.7



More information about the meta-freescale mailing list