From: Bob Cochran <yocto@mindchasers.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-ppc][PATCH v2 30/38] auto-resp: add recipe for sdk v1.6 release
Date: Sun, 06 Jul 2014 21:08:06 -0400 [thread overview]
Message-ID: <53B9F2F6.5080906@mindchasers.com> (raw)
In-Reply-To: <1404380572-14814-31-git-send-email-ting.liu@freescale.com>
On 07/03/2014 05:42 AM, ting.liu@freescale.com wrote:
> 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
Just wanted to point out that this is one of the few recipes without any
sort of README in the FSL git tree (ppc/sdk/auto-resp.git), which the
recipe fetches from.
Also, it's the only one I have come across that isn't documented in the
FSL SDK documentation (I'm using the monolithic
"QorIQ-SDK-1.6-IC-RevA.pdf" as my source). Documentation might be
there, but it isn't easy to find.
>
> 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"
>
next prev parent reply other threads:[~2014-07-07 1:09 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-03 9:42 [meta-fsl-ppc][PATCH v2 00/38] Patches for FSL SDK 1.6 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 01/38] linux: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 02/38] linux: fix 64bit kernel builds with binutils 2.24 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 03/38] u-boot: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 04/38] u-boot: adjust DEPENDS and PATH setting for multilib build ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 05/38] add machine configure file for new boards ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 06/38] update machine configure file for old boards ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 07/38] fm-ucode: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 08/38] fmc: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 09/38] rcw: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 10/38] fmlib: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 11/38] add recipes for ipc kernel module and userspace tool ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 12/38] usdpaa: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 13/38] qemu: update to QEMU 1.7 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 14/38] qemu: Prevent QA warnings about /run ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 15/38] hypervisor: use seperate folder for 32/64b output ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 16/38] hypervisor: update to v1.3-009 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 17/38] hypervisor: skip already-stripped check ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 18/38] qoriq-debug: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 19/38] qoriq-debug: use autotools-brokensep ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 20/38] hv-cfg: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 21/38] flib: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 22/38] boot-format: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 23/38] cst: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 24/38] web-sysmon: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 25/38] ceetm: add recipe for " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 26/38] l2switch: add recipe for sdk v1.6 ting.liu
2014-07-07 1:18 ` Bob Cochran
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 27/38] l2switch: skip already-stripped check ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 28/38] uio-seville: add recipe for sdk v1.6 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 29/38] apptrk: add recipe for sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 30/38] auto-resp: " ting.liu
2014-07-07 1:08 ` Bob Cochran [this message]
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 31/38] qe-ucode: add recipe for sdk v1.6 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 32/38] asf: update to sdk v1.6 release ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 33/38] cs4315-firmware: add recipe for sdk v1.6 ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 34/38] pkc-firmware: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 35/38] pkc-host: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 36/38] skmm-host: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 37/38] uspdcp: " ting.liu
2014-07-03 9:42 ` [meta-fsl-ppc][PATCH v2 38/38] eth-config: fix wrong md5sum of license file ting.liu
2014-07-07 0:40 ` [meta-fsl-ppc][PATCH v2 00/38] Patches for FSL SDK 1.6 Bob Cochran
2014-07-07 3:58 ` ting.liu
2014-07-08 10:20 ` zhenhua.luo
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=53B9F2F6.5080906@mindchasers.com \
--to=yocto@mindchasers.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.