Merge pull request #77 from night1rider/fix-for-pr75-bug

Fixing bug pr75 introduced
pull/78/head
András Fekete 2024-02-14 16:58:41 -05:00 committed by GitHub
commit f7478bdda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \
'', d)}" '', d)}"
# Uncomment if wanting to use example test/benchmark for wolfcrypt # Uncomment if wanting to use example test/benchmark for wolfcrypt
#BBFILES += "${LAYERDIR}/recipes-examples/wolfcrypt/wolfcryptbenchmark/*.bb \ # BBFILES += "${LAYERDIR}/recipes-examples/wolfcrypt/wolfcryptbenchmark/*.bb
#BBFILES += "${LAYERDIR}/recipes-examples/wolfcrypt/wolfcrypttest/*.bb \ # BBFILES += "${LAYERDIR}/recipes-examples/wolfcrypt/wolfcrypttest/*.bb
BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \ BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \
'wolfcryptbenchmark', \ 'wolfcryptbenchmark', \
@ -80,7 +80,7 @@ BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \
# Uncomment if wanting to use example tests for wolfssl-py/wolfcrypt-py # Uncomment if wanting to use example tests for wolfssl-py/wolfcrypt-py
#BBFILES += "${LAYERDIR}/recipes-examples/wolfssl-py/wolf-py-tests/*.bb \ #BBFILES += "${LAYERDIR}/recipes-examples/wolfssl-py/wolf-py-tests/*.bb
BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \ BBFILES += "${@bb.utils.contains('IMAGE_INSTALL', \
'wolf-py-tests', \ 'wolf-py-tests', \