Revert "meta-digi-1.0.0.1: Change SRCREVS to release sha1s."
This reverts commit 0aaa3b492e.
This commit is contained in:
parent
0aaa3b492e
commit
79394ea92c
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRCREV="cc3b1eb94dda62aa737f2289b7a2d3936492a53b"
|
SRCREV="${AUTOREV}"
|
||||||
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
|
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ DESCRIPTION = "bootloader for Digi platforms"
|
||||||
|
|
||||||
PR_append = "+${DISTRO}.r0"
|
PR_append = "+${DISTRO}.r0"
|
||||||
|
|
||||||
SRCREV_mxs = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766"
|
SRCREV_mxs = "${AUTOREV}"
|
||||||
SRCREV_mx5 = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766"
|
SRCREV_mx5 = "${AUTOREV}"
|
||||||
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git;branch=refs/heads/master"
|
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git;branch=refs/heads/master"
|
||||||
|
|
||||||
DEPENDS_mxs_ccardimx28js += "elftosb-native imx-bootlets-del"
|
DEPENDS_mxs_ccardimx28js += "elftosb-native imx-bootlets-del"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# Copyright (C) 2012 Digi International
|
# Copyright (C) 2012 Digi International
|
||||||
PR_append = "+${DISTRO}.r0"
|
PR_append = "+${DISTRO}.r0"
|
||||||
|
|
||||||
SRCREV_mxs = "710c80d243367dea31c5236abab3ddae8e93f490"
|
SRCREV_mxs = "${AUTOREV}"
|
||||||
KBRANCH_mxs = "refs/heads/master"
|
KBRANCH_mxs = "refs/heads/master"
|
||||||
|
|
||||||
SRCREV_mx5 = "710c80d243367dea31c5236abab3ddae8e93f490"
|
SRCREV_mx5 = "${AUTOREV}"
|
||||||
KBRANCH_mx5 = "refs/heads/master"
|
KBRANCH_mx5 = "refs/heads/master"
|
||||||
|
|
||||||
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=${KBRANCH} "
|
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"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
SRCREV = "710c80d243367dea31c5236abab3ddae8e93f490"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
LOCALVERSION_mx5 = "mx5+master"
|
LOCALVERSION_mx5 = "mx5+master"
|
||||||
LOCALVERSION_mxs = "mxs+master"
|
LOCALVERSION_mxs = "mxs+master"
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
||||||
# Some packages need this
|
# Some packages need this
|
||||||
LICENSE_FLAGS_WHITELIST += "commercial"
|
LICENSE_FLAGS_WHITELIST += "commercial"
|
||||||
|
|
||||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/release"
|
DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads"
|
||||||
|
|
||||||
PREMIRRORS ?= "\
|
PREMIRRORS ?= "\
|
||||||
git://.*/.* ${DIGI_MIRROR} \n \
|
git://.*/.* ${DIGI_MIRROR} \n \
|
||||||
|
|
@ -130,4 +130,4 @@ INHERIT += "poky-sanity"
|
||||||
WARN_QA = ""
|
WARN_QA = ""
|
||||||
ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
|
ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
|
||||||
|
|
||||||
BBMASK = "meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb"
|
BBMASK = "meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb"
|
||||||
|
|
@ -60,7 +60,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
|
||||||
# Some packages like gst-plugins-ugly need this
|
# Some packages like gst-plugins-ugly need this
|
||||||
LICENSE_FLAGS_WHITELIST += "commercial"
|
LICENSE_FLAGS_WHITELIST += "commercial"
|
||||||
|
|
||||||
DIGI_MIRROR = "http://build-linux.digi.com/yocto/release"
|
DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads"
|
||||||
|
|
||||||
PREMIRRORS ?= "\
|
PREMIRRORS ?= "\
|
||||||
git://.*/.* ${DIGI_MIRROR} \n \
|
git://.*/.* ${DIGI_MIRROR} \n \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue