diff options
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq.inc | 4 | ||||
| -rw-r--r-- | recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb | 2 | ||||
| -rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 22 |
3 files changed, 14 insertions, 14 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq.inc b/recipes-devtools/qemu/qemu-qoriq.inc index b1e9bc656..c9a0b68e8 100644 --- a/recipes-devtools/qemu/qemu-qoriq.inc +++ b/recipes-devtools/qemu/qemu-qoriq.inc | |||
| @@ -69,8 +69,8 @@ do_install_ptest() { | |||
| 69 | # Don't check the file genreated by configure | 69 | # Don't check the file genreated by configure |
| 70 | sed -i -e '/wildcard config-host.mak/d' \ | 70 | sed -i -e '/wildcard config-host.mak/d' \ |
| 71 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include | 71 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include |
| 72 | sed -i -e 's,${HOSTTOOLS_DIR}/python3,${bindir}/python3,' \ | 72 | sed -i -e 's,${HOSTTOOLS_DIR}/python3,${bindir}/python3,' \ |
| 73 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env | 73 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | # QEMU_TARGETS is overridable variable | 76 | # QEMU_TARGETS is overridable variable |
diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb index 8e4c4efb0..0e9eb42d7 100644 --- a/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb +++ b/recipes-extended/pktgen-dpdk/pktgen-dpdk_21.05.0.bb | |||
| @@ -25,7 +25,7 @@ do_configure:prepend() { | |||
| 25 | do_install() { | 25 | do_install() { |
| 26 | install -d ${D}${bindir}/ | 26 | install -d ${D}${bindir}/ |
| 27 | install -m 0755 app/pktgen ${D}${bindir}/ | 27 | install -m 0755 app/pktgen ${D}${bindir}/ |
| 28 | install -m 0644 ${S}/Pktgen.lua ${D}${bindir}/ | 28 | install -m 0644 ${S}/Pktgen.lua ${D}${bindir}/ |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | INSANE_SKIP:${PN} = "ldflags" | 31 | INSANE_SKIP:${PN} = "ldflags" |
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 4b28d2614..d0c513ba5 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -30,17 +30,17 @@ do_compile() { | |||
| 30 | 30 | ||
| 31 | do_install() { | 31 | do_install() { |
| 32 | install -d ${D}${bindir} | 32 | install -d ${D}${bindir} |
| 33 | install -d ${D}${includedir} | 33 | install -d ${D}${includedir} |
| 34 | install -d ${D}${base_libdir}/optee_armtz | 34 | install -d ${D}${base_libdir}/optee_armtz |
| 35 | install -d ${D}${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines | 35 | install -d ${D}${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines |
| 36 | cp ${S}/secure_storage_ta/ta/b05bcf48-9732-4efa-a9e0-141c7c888c34.ta ${D}${base_libdir}/optee_armtz | 36 | cp ${S}/secure_storage_ta/ta/b05bcf48-9732-4efa-a9e0-141c7c888c34.ta ${D}${base_libdir}/optee_armtz |
| 37 | cp ${S}/securekey_lib/out/export/lib/libsecure_obj.so ${D}${libdir} | 37 | cp ${S}/securekey_lib/out/export/lib/libsecure_obj.so ${D}${libdir} |
| 38 | cp ${S}/secure_obj-openssl-engine/libeng_secure_obj.so ${D}${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines | 38 | cp ${S}/secure_obj-openssl-engine/libeng_secure_obj.so ${D}${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines |
| 39 | cp ${S}/securekey_lib/out/export/app/*_app ${D}${bindir} | 39 | cp ${S}/securekey_lib/out/export/app/*_app ${D}${bindir} |
| 40 | cp ${S}/securekey_lib/out/export/app/mp_verify ${D}${bindir} | 40 | cp ${S}/securekey_lib/out/export/app/mp_verify ${D}${bindir} |
| 41 | cp ${S}/secure_obj-openssl-engine/app/sobj_eng_app ${D}${bindir} | 41 | cp ${S}/secure_obj-openssl-engine/app/sobj_eng_app ${D}${bindir} |
| 42 | cp ${S}/securekey_lib/out/export/include/* ${D}${includedir} | 42 | cp ${S}/securekey_lib/out/export/include/* ${D}${includedir} |
| 43 | rm -rf ${D}${bindir}/test | 43 | rm -rf ${D}${bindir}/test |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | FILES:${PN} += "${base_libdir}/optee_armtz ${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines" | 46 | FILES:${PN} += "${base_libdir}/optee_armtz ${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines" |
