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 b02174f99..dc84336fe 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,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. 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 3102b24c7..57ed7e794 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,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" diff --git a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros_git.bb b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros_git.bb index 811efecac..b0a4f11ea 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros_git.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros_git.bb @@ -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 \ " diff --git a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb index 1849f2e0d..a9dd7a1e3 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb @@ -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" 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 2a0126fa5..3fb592710 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,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} " diff --git a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend index 3ad0c261f..0b457808e 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend +++ b/meta-digi-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend @@ -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*"