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"
|
PR = "r0"
|
||||||
|
|
||||||
|
SRCREV="${AUTOREV}"
|
||||||
SRCREV="master"
|
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
|
||||||
SRC_URI = "${DIGI_MTK_GIT}del/imx-bootlets.git;"
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# Disable parallel building or it may fail to build.
|
# Disable parallel building or it may fail to build.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@ DESCRIPTION = "bootloader for Digi platforms"
|
||||||
|
|
||||||
PR_append = "+del.r0"
|
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"
|
DEPENDS_mxs_ccardimx28js += "elftosb-native imx-bootlets-del"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ inherit module
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
SRCREV = "master"
|
SRCREV = "${AUTOREV}"
|
||||||
SRC_URI = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git \
|
SRC_URI = "${DIGI_LOG_GIT}linux-modules/atheros.git;protocol=git;branch=refs/heads/master \
|
||||||
file://atheros \
|
file://atheros \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ inherit module
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
SRCREV = "master"
|
SRCREV = "${AUTOREV}"
|
||||||
SRC_URI = "${DIGI_LOG_GIT}linux-modules/redpine.git;protocol=git \
|
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://0001-redpine-allow-to-build-with-gcc-4.7.patch \
|
||||||
file://redpine"
|
file://redpine"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
# Copyright (C) 2012 Digi International
|
# Copyright (C) 2012 Digi International
|
||||||
PR_append = "+del.r0"
|
PR_append = "+del.r0"
|
||||||
|
|
||||||
# Machine override would be: SRCREV_ccimx53js_mx5 = "master"
|
SRCREV_mxs = "${AUTOREV}"
|
||||||
SRCREV_mxs = "master"
|
KBRANCH_mxs = "refs/heads/master"
|
||||||
SRCREV_mx5 = "master"
|
|
||||||
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git"
|
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}"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}"
|
||||||
|
|
||||||
SRCREV_mxs = "master"
|
SRCREV_mx5 = "${AUTOREV}"
|
||||||
LOCALVERSION_mxs = "mxs+master"
|
|
||||||
|
|
||||||
SRCREV_mx5 = "master"
|
|
||||||
LOCALVERSION_mx5 = "mx5+master"
|
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 \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Override 'ccardimx28js' SRC_URI so the 'SRC_URI_append_mxs' patches
|
# Override 'ccardimx28js' SRC_URI so the 'SRC_URI_append_mxs' patches
|
||||||
# from FSL layer are *not* applied
|
# 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 \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
FILES_kernel-image += "/boot/config*"
|
FILES_kernel-image += "/boot/config*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue