diff options
| author | Ting Liu <ting.liu@nxp.com> | 2020-04-19 16:50:40 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
| commit | 291d71881ac61153d99992f5322e15635d9cd66d (patch) | |
| tree | b14beabec23e6202515c044d3f7cb0141d83de11 /recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch | |
| parent | 8e115ab460032de8a3495588b642ca82892f93b1 (diff) | |
| download | meta-freescale-291d71881ac61153d99992f5322e15635d9cd66d.tar.gz | |
cryptodev: upgrade to 1.10
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch b/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch deleted file mode 100644 index 4f92dbaba..000000000 --- a/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 5b0d2cf5abaaa3bffb4a9e874dba88bdab15b69d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ting Liu <ting.liu@nxp.com> | ||
| 3 | Date: Mon, 20 Feb 2017 22:43:00 +0800 | ||
| 4 | Subject: [PATCH] update the install path for cryptodev tests | ||
| 5 | |||
| 6 | Signed-off-by: Ting Liu <ting.liu@nxp.com> | ||
| 7 | --- | ||
| 8 | tests/Makefile | 4 ++-- | ||
| 9 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/tests/Makefile b/tests/Makefile | ||
| 12 | index dd7d5ff..e1c5039 100644 | ||
| 13 | --- a/tests/Makefile | ||
| 14 | +++ b/tests/Makefile | ||
| 15 | @@ -37,8 +37,8 @@ install: | ||
| 16 | for prog in $(hostprogs); do \ | ||
| 17 | install -m 755 $$prog $(DESTDIR)/$(bindir)/tests_cryptodev/; \ | ||
| 18 | done | ||
| 19 | - install -m 755 speed_multi.sh $(DESTDIR)/$(bindir) | ||
| 20 | - install -m 755 run_crypto_tests.sh $(DESTDIR)/$(bindir) | ||
| 21 | + install -m 755 speed_multi.sh $(DESTDIR)/$(bindir)/tests_cryptodev/ | ||
| 22 | + install -m 755 run_crypto_tests.sh $(DESTDIR)/$(bindir)/tests_cryptodev/ | ||
| 23 | |||
| 24 | clean: | ||
| 25 | rm -f *.o *~ $(hostprogs) | ||
| 26 | -- | ||
| 27 | 1.9.2 | ||
| 28 | |||
