meta-digi: update revisions for dey-2.4-r1.2
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
dca3840b2f
commit
1246ecff2c
|
|
@ -12,13 +12,13 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-n
|
|||
PROVIDES += "u-boot"
|
||||
|
||||
SRCBRANCH = "v2015.04/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "5ea79bed5143fc47e5b11af2d44a04bab9af4092"
|
||||
|
||||
# Select internal or Github U-Boot repo
|
||||
UBOOT_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||
${UBOOT_GIT_URI};nobranch=1 \
|
||||
"
|
||||
|
||||
SRC_URI_append = " \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||
|
||||
SRCBRANCH = "v2015.04/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "5ea79bed5143fc47e5b11af2d44a04bab9af4092"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ S = "${WORKDIR}"
|
|||
UBOOT_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||
${UBOOT_GIT_URI};nobranch=1 \
|
||||
file://trustfence-sign-kernel.sh;name=kernel-script \
|
||||
file://sign_uimage;name=kernel-sign \
|
||||
file://encrypt_uimage;name=kernel-encrypt \
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
PV = "v4.2.80.63"
|
||||
|
||||
SRCBRANCH = "dey-2.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "ae084f646ab6342e785a3e3e4977cd4f570680db"
|
||||
|
||||
QCOM_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/qcacld-2.0.git;protocol=ssh', '${DIGI_GITHUB_GIT}/qcacld-2.0.git', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${QCOM_GIT_URI};branch=${SRCBRANCH} \
|
||||
${QCOM_GIT_URI};nobranch=1 \
|
||||
"
|
||||
|
||||
SRC_URI_append = " \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ LOCALVERSION = "-dey"
|
|||
LINUX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${LINUX_GIT_URI};branch=${SRCBRANCH} \
|
||||
${LINUX_GIT_URI};nobranch=1 \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
require recipes-kernel/linux/linux-dey.inc
|
||||
|
||||
SRCBRANCH = "v4.9/dey-2.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "2c6ae4c53712b7717c70c2830e4ea4c99a59b53c"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
|
|||
DEPENDS = "confuse openssl recovery-utils zlib"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "ffdcec17192ed716a16222a0b8e14f8b344ee7e0"
|
||||
|
||||
CC_STASH = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh"
|
||||
CC_GITHUB = "gitsm://github.com/digi-embedded/cc_dey.git;protocol=git"
|
||||
|
||||
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
||||
|
||||
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@ AWS_USER_LED_ccimx6sbc ?= "34"
|
|||
AWS_USER_LED_ccimx6qpsbc ?= "34"
|
||||
|
||||
SRCBRANCH = "dey-2.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "a2a5d119b94a6113655df026cfc4e4b41f29c008"
|
||||
|
||||
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}"
|
||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git/awsiot-sample"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
DEPENDS = "cryptoauthlib"
|
||||
|
||||
SRCBRANCH = "dey-2.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "a2a5d119b94a6113655df026cfc4e4b41f29c008"
|
||||
|
||||
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}"
|
||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git/cryptochip-get-random"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
DEPENDS = "libdigiapix"
|
||||
|
||||
SRCBRANCH = "dey-2.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "a2a5d119b94a6113655df026cfc4e4b41f29c008"
|
||||
|
||||
LIBDIGIAPIX_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||
LIBDIGIAPIX_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
||||
|
||||
LIBDIGIAPIX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_STASH}', '${LIBDIGIAPIX_GITHUB}', d)}"
|
||||
|
||||
SRC_URI = "${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH}"
|
||||
SRC_URI = "${LIBDIGIAPIX_GIT_URI};nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
DEPENDS = "libsoc"
|
||||
|
||||
SRCBRANCH ?= "master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "02e9838b741b69d6cee0f5463a64e12f6112a265"
|
||||
|
||||
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
|
||||
LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protocol=git"
|
||||
|
|
@ -17,7 +17,7 @@ LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protoco
|
|||
LIBDIGIAPIX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_URI_STASH}', '${LIBDIGIAPIX_URI_GITHUB}', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
|
||||
${LIBDIGIAPIX_GIT_URI};nobranch=1 \
|
||||
file://99-digiapix.rules \
|
||||
file://board.conf \
|
||||
file://digiapix.sh \
|
||||
|
|
|
|||
Loading…
Reference in New Issue