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

Ting Liu ting.liu at nxp.com
Wed Dec 23 20:07:56 PST 2015


Please ignore this. Sent by mistake.

> -----Original Message-----
> From: b28495 at freescale.com [mailto:b28495 at freescale.com]
> Sent: Thursday, December 24, 2015 12:06 PM
> To: meta-freescale at yoctoproject.org
> Cc: b19537 at freescale.com; b28495 at freescale.com
> Subject: [meta-fsl-ppc][PATCH 1/3] pkc-host: do not install cli
> 
> 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