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:
parent
88392974c5
commit
51f75c56ad
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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} "
|
||||
|
|
|
|||
|
|
@ -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*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue