All of lore.kernel.org
 help / color / mirror / Atom feed
From: <ting.liu@freescale.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-ppc][PATCH 30/39] auto-resp: add recipe for sdk v1.6 release
Date: Tue, 1 Jul 2014 22:01:39 -0500	[thread overview]
Message-ID: <1404270108-3448-31-git-send-email-ting.liu@freescale.com> (raw)
In-Reply-To: <1404270108-3448-1-git-send-email-ting.liu@freescale.com>

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@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



  parent reply	other threads:[~2014-07-02  3:02 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02  3:01 [meta-fsl-ppc][PATCH 00/39] Patches for FSL SDK 1.6 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 01/39] linux: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 02/39] linux: fix 64bit kernel builds with binutils 2.24 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 03/39] u-boot: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 04/39] u-boot: adjust DEPENDS and PATH setting for multilib build ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 05/39] add machine configure file for new boards ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 06/39] update machine configure file for old boards ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 07/39] fm-ucode: update to sdk v1.6 release ting.liu
2014-07-02 14:25   ` Otavio Salvador
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 08/39] fmc: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 09/39] rcw: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 10/39] fmlib: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 11/39] usdpaa: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 12/39] qemu: update to QEMU 1.7 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 13/39] qemu: Prevent QA warnings about /run ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 14/39] hypervisor: use seperate folder for 32/64b output ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 15/39] hypervisor: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 16/39] hypervisor: skip already-stripped check ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 17/39] qoriq-debug: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 18/39] qoriq-debug: use autotools-brokensep ting.liu
2014-07-02 14:25   ` Otavio Salvador
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 19/39] hv-cfg: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 20/39] flib: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 21/39] boot-format: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 22/39] cst: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 23/39] web-sysmon: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 24/39] ceetm: add recipe for " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 25/39] ipc: add recipe for sdk v1.6 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 26/39] l2switch: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 27/39] l2switch: skip already-stripped check ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 28/39] uio-seville: add recipe for sdk v1.6 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 29/39] apptrk: add recipe for sdk v1.6 release ting.liu
2014-07-02  3:01 ` ting.liu [this message]
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 31/39] qe-ucode: add recipe for sdk v1.6 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 32/39] asf: update to sdk v1.6 release ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 33/39] cryptodev: upgrade to sdk v1.6 ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 34/39] cs4315-firmware: add recipe for " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 35/39] pkc-firmware: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 36/39] pkc-host: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 37/39] skmm-host: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 38/39] uspdcp: " ting.liu
2014-07-02  3:01 ` [meta-fsl-ppc][PATCH 39/39] eth-config: fix wrong md5sum of license file ting.liu
2014-07-02 14:30 ` [meta-fsl-ppc][PATCH 00/39] Patches for FSL SDK 1.6 Otavio Salvador
2014-07-03  9:40   ` ting.liu

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=1404270108-3448-31-git-send-email-ting.liu@freescale.com \
    --to=ting.liu@freescale.com \
    --cc=meta-freescale@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.