From: Ting Liu Date: Fri, 17 Jul 2015 05:00:24 +0000 (+0800) Subject: pkc-host: update to revision 564f535 X-Git-Tag: 2.1~518 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=059b5bfe11fcff3f72378b50ffe8bd18ab69adb8;p=meta-freescale.git pkc-host: update to revision 564f535 The changes include: - bc is added as a runtime dependency for performance tests - mini_calc is dropped and replaced by bc - use 'oe_runmake modules_install' to install kernel modules There are 138 new git commits. For detailed info, see: http://git.freescale.com/git/cgit.cgi/ppc/sdk/pkc-host.git/tag/?id=fsl-sdk-v1.8 Signed-off-by: Ting Liu Acked-by: Otavio Salvador Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-ppc/recipes-kernel/pkc-host/pkc-host_git.bb b/meta-fsl-ppc/recipes-kernel/pkc-host/pkc-host_git.bb index 2d5e3165..3bf548f5 100644 --- a/meta-fsl-ppc/recipes-kernel/pkc-host/pkc-host_git.bb +++ b/meta-fsl-ppc/recipes-kernel/pkc-host/pkc-host_git.bb @@ -4,30 +4,32 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=6a26ed8e76a8ea2e019c525369ed0f03" inherit module qoriq_build_64bit_kernel -RDEPENDS_${PN} += "cryptodev-module" +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;nobranch=1" -SRCREV = "cae512c94e2a26cc6b0d6393d307cdea2d7282c9" +SRCREV = "564f535d596f43eb2901a7ff77bbe529a118c16e" S = "${WORKDIR}/git" EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' do_install() { - install -d ${D}/lib/modules/c2x0 + oe_runmake INSTALL_MOD_PATH="${D}" modules_install install -d ${D}/etc/crypto install -d ${D}/${bindir} - cp ${S}/*.ko ${D}/lib/modules/c2x0 cp ${S}/crypto.cfg ${D}/etc/crypto cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto - cp ${S}/perf/mini_calc/mini_calc ${D}/${bindir} cp ${S}/apps/cli/cli ${D}/${bindir} cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir} } -FILES_${PN} += "${bindir}/mini_calc ${bindir}/cli ${bindir}/c29x_driver_perf_profile.sh /etc/crypto/crypto.cfg /etc/crypto/pkc-firmware.bin" +FILES_${PN} = "${bindir}/cli \ + ${bindir}/c29x_driver_perf_profile.sh \ + /etc/crypto/crypto.cfg \ + /etc/crypto/pkc-firmware.bin \ +"