dey-examples: move SRC_URI to shared include file

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2019-09-18 16:28:25 +02:00
parent 359ade52ac
commit 60939c2303
6 changed files with 2 additions and 10 deletions

View File

@ -16,8 +16,6 @@ AWS_USER_LED_ccimx6ulsbc ?= "488"
AWS_USER_LED_ccimx6sbc ?= "34"
AWS_USER_LED_ccimx6qpsbc ?= "34"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/awsiot-sample"
inherit aws-iot pkgconfig

View File

@ -11,8 +11,6 @@ inherit bluetooth
DEPENDS = "${BLUEZ}"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/ble-gatt-server-example"
do_install() {

View File

@ -7,8 +7,6 @@ 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

View File

@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
DEPENDS = "cryptoauthlib"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/cryptochip-get-random"
inherit pkgconfig

View File

@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
DEPENDS = "libdigiapix"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
inherit pkgconfig

View File

@ -7,3 +7,5 @@ DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=https"
DEY_EXAMPLES_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DEY_EXAMPLES_STASH}', '${DEY_EXAMPLES_GITHUB}', d)}"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"