meta-digi-arm: All git sources now point to the head of refs/heads/master.

All of the Yocto branches have finally been merged.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-02-15 18:22:24 +01:00
parent 88392974c5
commit 51f75c56ad
6 changed files with 21 additions and 18 deletions

View File

@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80
PR = "r0"
SRCREV="master"
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;"
SRCREV="${AUTOREV}"
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
S = "${WORKDIR}/git"
# Disable parallel building or it may fail to build.

View File

@ -4,7 +4,9 @@ DESCRIPTION = "bootloader for Digi platforms"
PR_append = "+del.r0"
SRC_URI = "${DIGI_LOG_GIT}u-boot-denx.git;tag=master"
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"

View File

@ -7,8 +7,8 @@ inherit module
PR = "r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRCREV = "master"
SRC_URI = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git \
SRCREV = "${AUTOREV}"
SRC_URI = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git;branch=refs/heads/master \
file://atheros \
"

View File

@ -7,8 +7,8 @@ inherit module
PR = "r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRCREV = "master"
SRC_URI = "${DIGI_LOG_GIT}linux-modules/redpine.git;protocol=git \
SRCREV = "${AUTOREV}"
SRC_URI = "${DIGI_LOG_GIT}linux-modules/redpine.git;protocol=git;branch=refs/heads/master \
file://0001-redpine-allow-to-build-with-gcc-4.7.patch \
file://redpine"

View File

@ -1,7 +1,10 @@
# Copyright (C) 2012 Digi International
PR_append = "+del.r0"
# Machine override would be: SRCREV_ccimx53js_mx5 = "master"
SRCREV_mxs = "master"
SRCREV_mx5 = "master"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git"
SRCREV_mxs = "${AUTOREV}"
KBRANCH_mxs = "refs/heads/master"
SRCREV_mx5 = "${AUTOREV}"
KBRANCH_mx5 = "refs/heads/master"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=${KBRANCH} "

View File

@ -3,19 +3,18 @@ PR_append = "+del.r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
SRCREV_mxs = "master"
LOCALVERSION_mxs = "mxs+master"
SRCREV_mx5 = "master"
SRCREV_mx5 = "${AUTOREV}"
LOCALVERSION_mx5 = "mx5+master"
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=refs/heads/master \
file://defconfig \
"
# Override 'ccardimx28js' SRC_URI so the 'SRC_URI_append_mxs' patches
# from FSL layer are *not* applied
SRC_URI_ccardimx28js_mxs = "${DIGI_LOG_GIT}linux-2.6.git \
SRCREV_mxs = "${AUTOREV}"
LOCALVERSION_mxs = "mxs+master"
SRC_URI_ccardimx28js_mxs = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=refs/heads/master \
file://defconfig \
"
FILES_kernel-image += "/boot/config*"