dey-examples: add recipe for caam blob example
Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
8b39014eb7
commit
e8aad5b23e
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright (C) 2017-2019, Digi International Inc.
|
||||
|
||||
require recipes-digi/dey-examples/dey-examples-src.inc
|
||||
|
||||
SUMMARY = "DEY examples: CAAM blob example application"
|
||||
SECTION = "examples"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git/caam-blob-example"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D} install
|
||||
}
|
||||
|
|
@ -16,6 +16,7 @@ RDEPENDS_${PN} = "\
|
|||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-hdp", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "cryptochip", "dey-examples-cryptochip", "", d)} \
|
||||
awsiotsdk-demo \
|
||||
dey-examples-caamblob \
|
||||
dey-examples-cloudconnector \
|
||||
dey-examples-digiapix \
|
||||
dey-examples-rtc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue