[meta-freescale] [meta-fsl-ppc][PATCH 37/39] pkc-host: do not install cli

b28495 at freescale.com b28495 at freescale.com
Wed Dec 23 07:26:38 PST 2015


From: Cristian Stoica <cristian.stoica at freescale.com>

cli is a user-space application, and is splitted from pkc-host

Signed-off-by: Cristian Stoica <cristian.stoica at freescale.com>
---
 recipes-kernel/pkc-host/pkc-host_git.bb | 13 ++++++-------
 1 file 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"
 EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
 
 do_install() {
-        oe_runmake INSTALL_MOD_PATH="${D}" modules_install
-        install -d ${D}/etc/crypto
-        install -d ${D}/${bindir}
-        cp ${S}/crypto.cfg ${D}/etc/crypto
-        cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto
-        cp ${S}/apps/cli/cli ${D}/${bindir}
-        cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir}
+    oe_runmake INSTALL_MOD_PATH="${D}" modules_install
+    install -d ${D}/etc/crypto
+    install -d ${D}/${bindir}
+    cp ${S}/crypto.cfg ${D}/etc/crypto
+    cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto
+    cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir}
 }
 
 
-- 
1.9.1



More information about the meta-freescale mailing list