From: Cristian Stoica Date: Sat, 9 Jan 2016 06:43:28 +0000 (+0800) Subject: pkc-host: do not install cli X-Git-Tag: 2.1~133 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fee8eaa6e531a0008c00ee640aa435baf21d8768;p=meta-freescale.git pkc-host: do not install cli cli is a user-space application, and is splitted from pkc-host Signed-off-by: Cristian Stoica Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- 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" 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} }