meta-digi-1.0.0.1: Change SRCREVS to release sha1s.
This commit is to be reverted next. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
b5786d2290
commit
0aaa3b492e
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80
|
|||
|
||||
PR = "r0"
|
||||
|
||||
SRCREV="${AUTOREV}"
|
||||
SRCREV="cc3b1eb94dda62aa737f2289b7a2d3936492a53b"
|
||||
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ DESCRIPTION = "bootloader for Digi platforms"
|
|||
|
||||
PR_append = "+${DISTRO}.r0"
|
||||
|
||||
SRCREV_mxs = "${AUTOREV}"
|
||||
SRCREV_mx5 = "${AUTOREV}"
|
||||
SRCREV_mxs = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766"
|
||||
SRCREV_mx5 = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766"
|
||||
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git;branch=refs/heads/master"
|
||||
|
||||
DEPENDS_mxs_ccardimx28js += "elftosb-native imx-bootlets-del"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
PR_append = "+${DISTRO}.r0"
|
||||
|
||||
SRCREV_mxs = "${AUTOREV}"
|
||||
SRCREV_mxs = "710c80d243367dea31c5236abab3ddae8e93f490"
|
||||
KBRANCH_mxs = "refs/heads/master"
|
||||
|
||||
SRCREV_mx5 = "${AUTOREV}"
|
||||
SRCREV_mx5 = "710c80d243367dea31c5236abab3ddae8e93f490"
|
||||
KBRANCH_mx5 = "refs/heads/master"
|
||||
|
||||
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=${KBRANCH} "
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ include linux-del.inc
|
|||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "710c80d243367dea31c5236abab3ddae8e93f490"
|
||||
|
||||
LOCALVERSION_mx5 = "mx5+master"
|
||||
LOCALVERSION_mxs = "mxs+master"
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
|||
# Some packages need this
|
||||
LICENSE_FLAGS_WHITELIST += "commercial"
|
||||
|
||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads"
|
||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/release"
|
||||
|
||||
PREMIRRORS ?= "\
|
||||
git://.*/.* ${DIGI_MIRROR} \n \
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
|||
# Some packages like gst-plugins-ugly need this
|
||||
LICENSE_FLAGS_WHITELIST += "commercial"
|
||||
|
||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads"
|
||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/release"
|
||||
|
||||
PREMIRRORS ?= "\
|
||||
git://.*/.* ${DIGI_MIRROR} \n \
|
||||
|
|
|
|||
Loading…
Reference in New Issue