From fee8eaa6e531a0008c00ee640aa435baf21d8768 Mon Sep 17 00:00:00 2001 From: Cristian Stoica Date: Sat, 9 Jan 2016 14:43:28 +0800 Subject: [PATCH] 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 --- 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 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} } -- 2.40.1