summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Stoica <cristian.stoica@freescale.com>2015-10-29 13:47:02 +0200
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:14 +0800
commitd254e946026dd61e91b6f187d62520df40735ec3 (patch)
treea7169688fa421535383b5369846a59f6928da6da
parent26bc856d210375a30487813e814989d8ed0a4fe5 (diff)
downloadmeta-fsl-ppc-d254e946026dd61e91b6f187d62520df40735ec3.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>
-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 ecc76e6..b124f4e 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