dey-examples: add example to use the Atmel ATECC508A
https://jira.digi.com/browse/DEL-4371 Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
e15dc30800
commit
0de15a93eb
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright (C) 2017 Digi International.
|
||||||
|
|
||||||
|
SUMMARY = "DEY examples: Cryptochip example application"
|
||||||
|
SECTION = "examples"
|
||||||
|
LICENSE = "GPL-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
|
DEPENDS = "cryptoauthlib"
|
||||||
|
|
||||||
|
SRCBRANCH = "master"
|
||||||
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
|
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
|
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
||||||
|
|
||||||
|
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
||||||
|
|
||||||
|
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git/cryptochip-get-random"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
oe_runmake DESTDIR=${D} install
|
||||||
|
}
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||||
|
|
||||||
Loading…
Reference in New Issue