meta-digi: revert revisions to AUTOREV
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
04ea618a68
commit
970d453220
|
|
@ -12,13 +12,13 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
|
||||||
PROVIDES += "u-boot"
|
PROVIDES += "u-boot"
|
||||||
|
|
||||||
SRCBRANCH = "v2015.04/maint"
|
SRCBRANCH = "v2015.04/maint"
|
||||||
SRCREV = "3ccec403129e8735e4db264d7bc6ed92f91e9431"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Select internal or Github U-Boot repo
|
# 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)}"
|
UBOOT_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${UBOOT_GIT_URI};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI_append = " \
|
SRC_URI_append = " \
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ LICENSE = "GPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
SRCBRANCH = "v2015.04/maint"
|
SRCBRANCH = "v2015.04/maint"
|
||||||
SRCREV = "3ccec403129e8735e4db264d7bc6ed92f91e9431"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
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)}"
|
UBOOT_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${UBOOT_GIT_URI};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://trustfence-sign-kernel.sh;name=kernel-script \
|
file://trustfence-sign-kernel.sh;name=kernel-script \
|
||||||
file://sign_uimage;name=kernel-sign \
|
file://sign_uimage;name=kernel-sign \
|
||||||
file://encrypt_uimage;name=kernel-encrypt \
|
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"
|
PV = "v4.2.80.63"
|
||||||
|
|
||||||
SRCBRANCH = "dey-2.2/maint"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "1754f440a9971ba99fa37d36c0b9b1d77f067207"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
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)}"
|
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 = " \
|
SRC_URI = " \
|
||||||
${QCOM_GIT_URI};nobranch=1 \
|
${QCOM_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI_append = " \
|
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)}"
|
LINUX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${LINUX_GIT_URI};nobranch=1 \
|
${LINUX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
|
||||||
inherit fsl-vivante-kernel-driver-handler
|
inherit fsl-vivante-kernel-driver-handler
|
||||||
|
|
||||||
SRCBRANCH = "v3.14/dey-2.0/maint"
|
SRCBRANCH = "v3.14/dey-2.0/maint"
|
||||||
SRCREV = "53e6f29fc7ea7b36f2efed731853c16b4bba39fb"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6sbc)"
|
COMPATIBLE_MACHINE = "(ccimx6sbc)"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ require recipes-kernel/linux/linux-dey.inc
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
require recipes-kernel/linux/linux-dtb.inc
|
||||||
|
|
||||||
SRCBRANCH = "v4.1/dey-2.2/maint"
|
SRCBRANCH = "v4.1/dey-2.2/maint"
|
||||||
SRCREV = "8002028c36d411d48624568cd15d451cc2963245"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6sbc|ccimx6ul)"
|
COMPATIBLE_MACHINE = "(ccimx6sbc|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ require recipes-kernel/linux/linux-dey.inc
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
require recipes-kernel/linux/linux-dtb.inc
|
||||||
|
|
||||||
SRCBRANCH = "v4.9/dey-2.2/maint"
|
SRCBRANCH = "v4.9/dey-2.2/maint"
|
||||||
SRCREV = "c5025d52ab872763032a566ede24ae778223c8e2"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul)"
|
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"
|
DEPENDS = "confuse openssl recovery-utils zlib"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "f973666e21e9964cc8a20ff44dd500b132a1a0b4"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
CC_STASH = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh"
|
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_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)}"
|
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
||||||
|
|
||||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
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"
|
LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e"
|
||||||
|
|
||||||
SRCBRANCH = "dey-2.2/maint"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "9c07aefd00d18ffbc4585a2a2b94f10201146b20"
|
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)}"
|
||||||
|
|
||||||
SRC_URI = "${GIT_URI};nobranch=1"
|
SRC_URI = "${GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/engine_atecc/cryptoauthlib"
|
S = "${WORKDIR}/git/engine_atecc/cryptoauthlib"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,14 +15,14 @@ AWS_USER_LED_ccimx6sbc ?= "34"
|
||||||
AWS_USER_LED_ccimx6qpsbc ?= "34"
|
AWS_USER_LED_ccimx6qpsbc ?= "34"
|
||||||
|
|
||||||
SRCBRANCH = "dey-2.2/maint"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "1e02f43c812e8884509577b9f5cae77c6f1f8e08"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
||||||
|
|
||||||
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
||||||
|
|
||||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/awsiot-sample"
|
S = "${WORKDIR}/git/awsiot-sample"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
||||||
DEPENDS = "cryptoauthlib"
|
DEPENDS = "cryptoauthlib"
|
||||||
|
|
||||||
SRCBRANCH = "dey-2.2/maint"
|
SRCBRANCH = "dey-2.2/maint"
|
||||||
SRCREV = "1e02f43c812e8884509577b9f5cae77c6f1f8e08"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
||||||
|
|
||||||
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
|
||||||
|
|
||||||
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/cryptochip-get-random"
|
S = "${WORKDIR}/git/cryptochip-get-random"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
||||||
DEPENDS = "libdigiapix"
|
DEPENDS = "libdigiapix"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "1e02f43c812e8884509577b9f5cae77c6f1f8e08"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
LIBDIGIAPIX_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
LIBDIGIAPIX_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||||
LIBDIGIAPIX_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
LIBDIGIAPIX_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
|
||||||
|
|
||||||
LIBDIGIAPIX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_STASH}', '${LIBDIGIAPIX_GITHUB}', d)}"
|
LIBDIGIAPIX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_STASH}', '${LIBDIGIAPIX_GITHUB}', d)}"
|
||||||
|
|
||||||
SRC_URI = "${LIBDIGIAPIX_GIT_URI};nobranch=1"
|
SRC_URI = "${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
||||||
DEPENDS = "libsoc"
|
DEPENDS = "libsoc"
|
||||||
|
|
||||||
SRCBRANCH ?= "master"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "396c31721e43dba629e139e95a04a9ee2ccf27cd"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
|
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
|
||||||
LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protocol=git"
|
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)}"
|
LIBDIGIAPIX_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_URI_STASH}', '${LIBDIGIAPIX_URI_GITHUB}', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${LIBDIGIAPIX_GIT_URI};nobranch=1 \
|
${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://99-digiapix.rules \
|
file://99-digiapix.rules \
|
||||||
file://board.conf \
|
file://board.conf \
|
||||||
file://digiapix.sh \
|
file://digiapix.sh \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue