meta-digi: update revisions for dey-2.2-r1.4
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
dacbe6eadb
commit
29e3d0de40
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright (C) 2013 Digi International
|
||||
|
||||
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "f5e96d720736218f8b81e4cf3ec1a2cb55f86401"
|
||||
|
||||
# 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}"
|
||||
SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
|
||||
|
||||
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
||||
|
|
|
|||
|
|
@ -12,13 +12,13 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
|
|||
PROVIDES += "u-boot"
|
||||
|
||||
SRCBRANCH = "v2015.04/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "0de0373ade11801e9ce9eed20d31ab3fd37306dd"
|
||||
|
||||
# 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 = "0de0373ade11801e9ce9eed20d31ab3fd37306dd"
|
||||
|
||||
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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-dey.inc
|
|||
require recipes-kernel/linux/linux-dtb.inc
|
||||
|
||||
SRCBRANCH = "v3.10/dey-1.4/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "8a6a9230dfe407e1764b5db8ef5b15601d85cfd2"
|
||||
|
||||
config_dts() {
|
||||
for DTB in ${KERNEL_DEVICETREE}; do
|
||||
|
|
|
|||
|
|
@ -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 = "e2da450994b1dcc4b187fea9e258d993ef25fc56"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||
|
|
|
|||
|
|
@ -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 = "f1810a3190faad9b96cc8385b394ce7c9a6c5c3e"
|
||||
|
||||
COMPATIBLE_MACHINE = "(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 = "5c79d1ddde37c18f4f311fb0046f85c1e2f6a38a"
|
||||
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue