From: Chunrong Guo Date: Wed, 31 Jan 2018 04:46:33 +0000 (+0800) Subject: pkc-host: remove X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ffd0cd5ef1a1101da4b271a9e08223b72e08884e;p=meta-freescale.git pkc-host: remove This pkg will not be supported anymore. Signed-off-by: Chunrong Guo 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 deleted file mode 100644 index ece2a613..00000000 --- a/recipes-kernel/pkc-host/pkc-host_git.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "pkc host driver" -SECTION = "pkc-host" -LICENSE = "BSD & GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" - -inherit module qoriq_build_64bit_kernel -RDEPENDS_${PN} += "cryptodev-module bc" - -# Currently pkc-host does not support RSA_KEYGEN, remove this -# if it is fixed. -REQUIRED_DISTRO_FEATURES = "c29x_pkc" - -SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;branch=sdk-v2.0.x" -SRCREV = "e021464d700b3259d7114fb6e5e54a9f9c3ee326" - -S = "${WORKDIR}/git" - -EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' - -do_compile_prepend() { - sed -i 's#-Werror##g' ${S}/Makefile -} - -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}/perf/c29x_driver_perf_profile.sh ${D}/${bindir} -} - - -FILES_${PN} = "${bindir}/cli \ - ${bindir}/c29x_driver_perf_profile.sh \ - /etc/crypto/crypto.cfg \ - /etc/crypto/pkc-firmware.bin \ -" - -COMPATIBLE_MACHINE = "(qoriq-ppc)" -PACKAGE_ARCH = "${MACHINE_SOCARCH}" -