[meta-ti] [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master

Denys Dmytriyenko denys at ti.com
Tue May 7 14:38:04 PDT 2013


On Tue, May 07, 2013 at 05:24:17PM -0400, Murali Karicheri wrote:
> This patch is needed to switch between release tag (when doing release
> build) and tip of the master (when building nightly)
> 
> Signed-off-by: Murali Karicheri <m-karicheri2 at ti.com>
> ---
>  recipes-bsp/boot-monitor/boot-monitor_git.bb |    6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
> index c8a022a..a892720 100644
> --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
> +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
> @@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
>  
>  COMPATIBLE_MACHINE = "keystone-evm"
>  
> -SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
> +#SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
> +SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
>  
>  PV = "1.0"
>  PR = "r1+gitr${SRCPV}"
> @@ -20,7 +21,8 @@ BRANCH = "master"
>  
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "DEV.MCSDK-03.00.00.07"
> +#SRCREV = "DEV.MCSDK-03.00.00.10"
> +SRCREV = "${AUTOREV}"

Please, no AUTOREV in meta-ti, only pinned versions. Also, it is better to use 
commit ID hash for SRCREV and specify what tag it corresponds to in a comment 
next to it. There are too many issues with AUTOREV and needing to resolve tags 
to commit IDs during parsing in current version of Bitbake...

-- 
Denys



More information about the meta-ti mailing list