From 79394ea92c8f844212075eae1af83bfe45681c5b Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 11 Mar 2013 09:50:56 +0100 Subject: [PATCH] Revert "meta-digi-1.0.0.1: Change SRCREVS to release sha1s." This reverts commit 0aaa3b492ed41e397363793e30717d64a2ad933a. --- .../recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb | 2 +- meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend | 4 ++-- .../linux-libc-headers-imx_2.6.35.3.bbappend | 4 ++-- meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb | 2 +- meta-digi-dbl/conf/distro/dbl.conf | 4 ++-- meta-digi-del/conf/distro/del.conf | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb index 2d9839cd2..b9571e70b 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80 PR = "r0" -SRCREV="cc3b1eb94dda62aa737f2289b7a2d3936492a53b" +SRCREV="${AUTOREV}" SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git" S = "${WORKDIR}/git" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend index a8dbfc958..90f311a24 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend @@ -4,8 +4,8 @@ DESCRIPTION = "bootloader for Digi platforms" PR_append = "+${DISTRO}.r0" -SRCREV_mxs = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766" -SRCREV_mx5 = "57dc7fb843484ff0099f6e5f5a2528a7a2dd1766" +SRCREV_mxs = "${AUTOREV}" +SRCREV_mx5 = "${AUTOREV}" SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git;branch=refs/heads/master" DEPENDS_mxs_ccardimx28js += "elftosb-native imx-bootlets-del" diff --git a/meta-digi-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bbappend b/meta-digi-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bbappend index 25bc6cc8d..b62711ba6 100644 --- a/meta-digi-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bbappend +++ b/meta-digi-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bbappend @@ -1,10 +1,10 @@ # Copyright (C) 2012 Digi International PR_append = "+${DISTRO}.r0" -SRCREV_mxs = "710c80d243367dea31c5236abab3ddae8e93f490" +SRCREV_mxs = "${AUTOREV}" KBRANCH_mxs = "refs/heads/master" -SRCREV_mx5 = "710c80d243367dea31c5236abab3ddae8e93f490" +SRCREV_mx5 = "${AUTOREV}" KBRANCH_mx5 = "refs/heads/master" SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=${KBRANCH} " diff --git a/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb b/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb index ec383af19..395499202 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-del_2.6.35.14.bb @@ -4,7 +4,7 @@ include linux-del.inc PR = "${INC_PR}.0" -SRCREV = "710c80d243367dea31c5236abab3ddae8e93f490" +SRCREV = "${AUTOREV}" LOCALVERSION_mx5 = "mx5+master" LOCALVERSION_mxs = "mxs+master" diff --git a/meta-digi-dbl/conf/distro/dbl.conf b/meta-digi-dbl/conf/distro/dbl.conf index 72fa92aca..d069f1e2d 100644 --- a/meta-digi-dbl/conf/distro/dbl.conf +++ b/meta-digi-dbl/conf/distro/dbl.conf @@ -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/release" +DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads" PREMIRRORS ?= "\ git://.*/.* ${DIGI_MIRROR} \n \ @@ -130,4 +130,4 @@ INHERIT += "poky-sanity" WARN_QA = "" 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" \ No newline at end of file diff --git a/meta-digi-del/conf/distro/del.conf b/meta-digi-del/conf/distro/del.conf index fd8d78c05..03c1d2795 100644 --- a/meta-digi-del/conf/distro/del.conf +++ b/meta-digi-del/conf/distro/del.conf @@ -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/release" +DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads" PREMIRRORS ?= "\ git://.*/.* ${DIGI_MIRROR} \n \