diff options
-rw-r--r-- | recipes-kernel/pkc-host/pkc-host_git.bb | 13 |
1 files 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" | |||
18 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 18 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |
21 | oe_runmake INSTALL_MOD_PATH="${D}" modules_install | 21 | oe_runmake INSTALL_MOD_PATH="${D}" modules_install |
22 | install -d ${D}/etc/crypto | 22 | install -d ${D}/etc/crypto |
23 | install -d ${D}/${bindir} | 23 | install -d ${D}/${bindir} |
24 | cp ${S}/crypto.cfg ${D}/etc/crypto | 24 | cp ${S}/crypto.cfg ${D}/etc/crypto |
25 | cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto | 25 | cp ${S}/images/pkc-firmware.bin ${D}/etc/crypto |
26 | cp ${S}/apps/cli/cli ${D}/${bindir} | 26 | cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir} |
27 | cp ${S}/perf/c29x_driver_perf_profile.sh ${D}/${bindir} | ||
28 | } | 27 | } |
29 | 28 | ||
30 | 29 | ||