Skip to content

Instantly share code, notes, and snippets.

@bentech
Created January 24, 2019 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentech/9fd07c25a670ab6322f0f791e38f00b4 to your computer and use it in GitHub Desktop.
Save bentech/9fd07c25a670ab6322f0f791e38f00b4 to your computer and use it in GitHub Desktop.
Cryptoauth no output files?
SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "Recipe for CryptoAuthLib https://github.com/MicrochipTech/cryptoauthlib"
LICENSE = "MIT"
SRCREV = "9dbb3b76404ac32b52e9e46509775dd1bc1a4f70"
SRC_URI = "git://github.com/MicrochipTech/cryptoauthlib.git;branch=pkcs11"
SRC_URI[md5sum] = "ac317fa31493d2848ad7b35cbae9ce31"
SRC_URI[sha256sum] = "da1d45faf327d3328257de5588c42065b235c2eea19b729eb1bd7d6a297918bc"
LIC_FILES_CHKSUM = "file://../license.txt;md5=b5b48730d6f3c3c31c53274314051b47"
DEPENDS += "udev"
S = "${WORKDIR}/git/lib"
inherit cmake pkgconfig
EXTRA_OECMAKE += "-DATCA_HAL_I2C=on -DATCA_PKCS11=on"
OECMAKE_TARGET_INSTALL = "cryptoauth"
#do_install_append () {
# install -d ${D}${libdir}
# install -m 0644 ${D}/../build/libcryptoauth.so ${D}${libdir}
#}
#FILES_${PN} += "${libdir}/libcryptoauth.so"
#FILES_${PN}-dev += "${libdir}/libcryptoauth.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment