meta-digi: configure recipes to use maintenance branches
Updated recipes for cryptoauthlib, awsiotsdk-demo and dey-examples-cryptochip. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
99c8eb2980
commit
4ab483ed66
|
|
@ -5,7 +5,7 @@ SECTION = "libs"
|
||||||
LICENSE = "ATMEL_CRYPTOAUTHLIB_LICENSE"
|
LICENSE = "ATMEL_CRYPTOAUTHLIB_LICENSE"
|
||||||
LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e"
|
LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/atmel-cryptoauth-openssl-engine.git', d)}"
|
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/atmel-cryptoauth-openssl-engine.git', d)}"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ AWS_USER_LED_ccimx6ulstarter ?= "75"
|
||||||
AWS_USER_LED_ccimx6ulsbc ?= "488"
|
AWS_USER_LED_ccimx6ulsbc ?= "488"
|
||||||
AWS_USER_LED_ccimx6sbc ?= "34"
|
AWS_USER_LED_ccimx6sbc ?= "34"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
||||||
|
|
||||||
DEPENDS = "cryptoauthlib"
|
DEPENDS = "cryptoauthlib"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue