summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Stoica <cristian.stoica@freescale.com>2016-01-09 14:43:28 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commitfee8eaa6e531a0008c00ee640aa435baf21d8768 (patch)
tree85a44497aa3d6cfa87e1d24c885fa3e4a004dc47
parent711ae0561b1489051dc49ddaeba2fa1e6e0df448 (diff)
downloadmeta-freescale-fee8eaa6e531a0008c00ee640aa435baf21d8768.tar.gz
pkc-host: do not install cli
cli is a user-space application, and is splitted from pkc-host Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/pkc-host/pkc-host_git.bb13
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb
index c07f85a6..952d66a3 100644
--- a/recipes-kernel/pkc-host/pkc-host_git.bb
+++ b/recipes-kernel/pkc-host/pkc-host_git.bb
@@ -18,13 +18,12 @@ S = "${WORKDIR}/git"
18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
19 19
20do_install() { 20do_install() {
21 oe_runmake INSTALL_MOD_PATH="${D}" modules_install 21 oe_runmake INSTALL_MOD_PATH="${D}" modules_install
22 install -d ${D}/etc/crypto 22 install -d ${D}/etc/crypto
23 install -d ${D}/${bindir} 23 install -d ${D}/${bindir}
24 cp ${S}/crypto.cfg ${D}/etc/crypto 24 cp ${S}/crypto.cfg ${D}/etc/crypto
25 cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto 25 cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto
26 cp ${S}/apps/cli/cli ${D}/${bindir} 26 cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir}
27 cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir}
28} 27}
29 28
30 29