diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:26 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
| commit | 62363b680fe2b468b5ab7489caf48f5878f2e386 (patch) | |
| tree | 0d3d06c192e1e896f942a7ae9487446207eba5e8 /recipes-kernel/kernel-modules | |
| parent | f787f80105223435f6d1b70c4e3207a86eb24cd8 (diff) | |
| download | meta-freescale-62363b680fe2b468b5ab7489caf48f5878f2e386.tar.gz | |
kernel-module-pkc-host: rename back to pkc-host
pkc-host ships not only .ko files, but also crypto.cfg/pkc-firmware.bin/etc.
As the recipe inherits module.bbclass, kernel-module-* will be
created to package .ko if installed into /lib/modules/.
Signed-off-by: Ting Liu <ting.liu@nxp.com>>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-pkc-host_git.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-pkc-host_git.bb b/recipes-kernel/kernel-modules/kernel-module-pkc-host_git.bb deleted file mode 100644 index f7a62ed3c..000000000 --- a/recipes-kernel/kernel-modules/kernel-module-pkc-host_git.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | DESCRIPTION = "pkc host driver" | ||
| 2 | SECTION = "pkc-host" | ||
| 3 | LICENSE = "BSD & GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | ||
| 5 | |||
| 6 | inherit module qoriq_build_64bit_kernel | ||
| 7 | RDEPENDS_${PN} += "cryptodev-module bc" | ||
| 8 | |||
| 9 | # Currently pkc-host does not support RSA_KEYGEN, remove this | ||
| 10 | # if it is fixed. | ||
| 11 | REQUIRED_DISTRO_FEATURES = "c29x_pkc" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;nobranch=1" | ||
| 14 | SRCREV = "564f535d596f43eb2901a7ff77bbe529a118c16e" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | oe_runmake INSTALL_MOD_PATH="${D}" modules_install | ||
| 22 | install -d ${D}/etc/crypto | ||
| 23 | install -d ${D}/${bindir} | ||
| 24 | cp ${S}/crypto.cfg ${D}/etc/crypto | ||
| 25 | cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto | ||
| 26 | cp ${S}/apps/cli/cli ${D}/${bindir} | ||
| 27 | cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir} | ||
| 28 | } | ||
| 29 | |||
| 30 | |||
| 31 | FILES_${PN} = "${bindir}/cli \ | ||
| 32 | ${bindir}/c29x_driver_perf_profile.sh \ | ||
| 33 | /etc/crypto/crypto.cfg \ | ||
| 34 | /etc/crypto/pkc-firmware.bin \ | ||
| 35 | " | ||
| 36 | |||
| 37 | COMPATIBLE_MACHINE = "(p4080ds)" | ||
