diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:09 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
| commit | ece24e8f9a042561f188d8f09c60b146dd081c94 (patch) | |
| tree | 1f9b832c30fa2740f16363187493814aca21a3c2 /recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch | |
| parent | d586bfdde75ab6cae4f2dcdb63c068e07f4c188e (diff) | |
| download | meta-freescale-ece24e8f9a042561f188d8f09c60b146dd081c94.tar.gz | |
cryptodev-qoriq: update to v1.9
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch b/recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch deleted file mode 100644 index 62733301a..000000000 --- a/recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From b04d0b7ccb9150d4f16c712a830f8a4e3bdd2d05 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 3 | Date: Wed, 26 Oct 2016 09:29:36 +0300 | ||
| 4 | Subject: [PATCH 058/104] sanity check on /dev/crypto availability | ||
| 5 | |||
| 6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 7 | --- | ||
| 8 | tests/async_speed_multi.sh | 2 ++ | ||
| 9 | 1 file changed, 2 insertions(+) | ||
| 10 | |||
| 11 | diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh | ||
| 12 | index 761c0cb..94c2312 100755 | ||
| 13 | --- a/tests/async_speed_multi.sh | ||
| 14 | +++ b/tests/async_speed_multi.sh | ||
| 15 | @@ -108,6 +108,8 @@ function control_c | ||
| 16 | |||
| 17 | function main | ||
| 18 | { | ||
| 19 | + [ ! -e "/dev/crypto" ] && sudo modprobe cryptodev || modprobe cryptodev || exit 1 | ||
| 20 | + | ||
| 21 | while getopts hm:t:n: option | ||
| 22 | do | ||
| 23 | case "$option" in | ||
| 24 | -- | ||
| 25 | 2.10.2 | ||
| 26 | |||
