meta-digi: update revisions for dey-2.0-r5.2
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
561532490c
commit
c4643eaf0f
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright (C) 2013 Digi International
|
# Copyright (C) 2013 Digi International
|
||||||
|
|
||||||
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "f5e96d720736218f8b81e4cf3ec1a2cb55f86401"
|
||||||
|
|
||||||
# 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 = "${UBOOT_GIT_URI};branch=${SRCBRANCH}"
|
SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
|
||||||
|
|
||||||
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
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"
|
PROVIDES += "u-boot"
|
||||||
|
|
||||||
SRCBRANCH = "v2015.04/maint"
|
SRCBRANCH = "v2015.04/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "d5a67e1890b147b3f965c8fb822dd0d043e9fa07"
|
||||||
|
|
||||||
# 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};branch=${SRCBRANCH} \
|
${UBOOT_GIT_URI};nobranch=1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
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 = "${AUTOREV}"
|
SRCREV = "d5a67e1890b147b3f965c8fb822dd0d043e9fa07"
|
||||||
|
|
||||||
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};branch=${SRCBRANCH} \
|
${UBOOT_GIT_URI};nobranch=1 \
|
||||||
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 \
|
||||||
|
|
|
||||||
|
|
@ -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};branch=${SRCBRANCH} \
|
${LINUX_GIT_URI};nobranch=1 \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-dey.inc
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
require recipes-kernel/linux/linux-dtb.inc
|
||||||
|
|
||||||
SRCBRANCH = "v3.10/dey-1.4/maint"
|
SRCBRANCH = "v3.10/dey-1.4/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "aa1701793ab27ccfe4931bbc55b46f6b9cb442e7"
|
||||||
|
|
||||||
config_dts() {
|
config_dts() {
|
||||||
for DTB in ${KERNEL_DEVICETREE}; do
|
for DTB in ${KERNEL_DEVICETREE}; do
|
||||||
|
|
|
||||||
|
|
@ -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 = "${AUTOREV}"
|
SRCREV = "c4cef439604bdfa65d5aeb0b90ef429506a8ec9d"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$)"
|
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||||
|
|
|
||||||
|
|
@ -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.0/maint"
|
SRCBRANCH = "v4.1/dey-2.0/maint"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "a2d9a775dbfbbfc8ca3047861b27cfdc9d714aa1"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
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"
|
DEPENDS = "confuse openssl recovery-utils zlib"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "0766a4692de70c13a467cf75176d12b966d78578"
|
||||||
|
|
||||||
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};branch=${SRCBRANCH}"
|
SRC_URI = "${CC_GIT_URI};nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue