meta-digi: update revisions for dey-2.2-r3.2
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
7b64446d9f
commit
1bb7cd7407
|
|
@ -12,13 +12,13 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
|
|||
PROVIDES += "u-boot"
|
||||
|
||||
SRCBRANCH = "v2015.04/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "3ccec403129e8735e4db264d7bc6ed92f91e9431"
|
||||
|
||||
# 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 = " \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ LICENSE = "GPL-2.0"
|
|||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRCBRANCH = "v2015.04/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "3ccec403129e8735e4db264d7bc6ed92f91e9431"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
|
|
@ -11,7 +11,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.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "7f421e5e0b4a2fe1450c570354e1e7f9c6dde41a"
|
||||
|
||||
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 = " \
|
||||
|
|
|
|||
|
|
@ -16,7 +16,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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
|
|||
inherit fsl-vivante-kernel-driver-handler
|
||||
|
||||
SRCBRANCH = "v3.14/dey-2.0/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "53e6f29fc7ea7b36f2efed731853c16b4bba39fb"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6sbc)"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ require recipes-kernel/linux/linux-dey.inc
|
|||
require recipes-kernel/linux/linux-dtb.inc
|
||||
|
||||
SRCBRANCH = "v4.1/dey-2.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "5396a8025e624937c036b27994fd3c301bc772ea"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6sbc|ccimx6ul)"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ require recipes-kernel/linux/linux-dey.inc
|
|||
require recipes-kernel/linux/linux-dtb.inc
|
||||
|
||||
SRCBRANCH = "v4.9/dey-2.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "f832589390309342e331658fde473697a68a05dd"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6qpsbc|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 = "f973666e21e9964cc8a20ff44dd500b132a1a0b4"
|
||||
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@ LICENSE = "ATMEL_CRYPTOAUTHLIB_LICENSE"
|
|||
LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e"
|
||||
|
||||
SRCBRANCH = "dey-2.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "9c07aefd00d18ffbc4585a2a2b94f10201146b20"
|
||||
|
||||
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)}"
|
||||
|
||||
SRC_URI = "${GIT_URI};branch=${SRCBRANCH}"
|
||||
SRC_URI = "${GIT_URI};nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git/engine_atecc/cryptoauthlib"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@ AWS_USER_LED_ccimx6sbc ?= "34"
|
|||
AWS_USER_LED_ccimx6qpsbc ?= "34"
|
||||
|
||||
SRCBRANCH = "dey-2.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "9cf9701082d7e99f1c200c5e08d6189c023579e8"
|
||||
|
||||
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.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "9cf9701082d7e99f1c200c5e08d6189c023579e8"
|
||||
|
||||
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 = "master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "9cf9701082d7e99f1c200c5e08d6189c023579e8"
|
||||
|
||||
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