All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] boot-monitor: keystone-evm: update to latest version
@ 2014-01-28  0:49 Sam Nelson
  2014-01-28  1:09 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2014-01-28  0:49 UTC (permalink / raw)
  To: meta-ti

- Update SRC URL
- Update Revision string
- Update SRCREV commit id

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

-----
Updated Revision numbers
-----
---
 recipes-bsp/boot-monitor/boot-monitor_git.bb |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 895de6c..e75c8f3 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -11,16 +11,17 @@ 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://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
 
-PV = "1.0"
-PR = "r2+gitr${SRCREV}"
+PV = "2.0"
+PR = "r3+gitr${SRCPV}"
 
 BRANCH = "master"
 
 S = "${WORKDIR}/git"
 
-SRCREV = "94cab20c4a4725a014d6f815704557d28fec9610"
+#Tag "K2_BM_13.11"
+SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a"
 
 do_compile () {
 	unset LDFLAGS
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] boot-monitor: keystone-evm: update to latest version
  2014-01-28  0:49 [PATCH v2] boot-monitor: keystone-evm: update to latest version Sam Nelson
@ 2014-01-28  1:09 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2014-01-28  1:09 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Mon, Jan 27, 2014 at 07:49:56PM -0500, Sam Nelson wrote:
> - Update SRC URL
> - Update Revision string
> - Update SRCREV commit id
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> -----
> Updated Revision numbers
> -----
> ---
>  recipes-bsp/boot-monitor/boot-monitor_git.bb |    9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
> index 895de6c..e75c8f3 100644
> --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
> +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
> @@ -11,16 +11,17 @@ 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://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
>  
> -PV = "1.0"
> -PR = "r2+gitr${SRCREV}"
> +PV = "2.0"
> +PR = "r3+gitr${SRCPV}"

Ok, I'll take it. But usually, when you bump PV (package version), you also 
reset PR (package revision). Similar to how major/minor versions are handled:

1.0-r2 -> 2.0-r0
1.0.2 -> 2.0.0

This time I'll correct it myself when pushing... Thanks.


>  BRANCH = "master"
>  
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "94cab20c4a4725a014d6f815704557d28fec9610"
> +#Tag "K2_BM_13.11"
> +SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a"
>  
>  do_compile () {
>  	unset LDFLAGS
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-28  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28  0:49 [PATCH v2] boot-monitor: keystone-evm: update to latest version Sam Nelson
2014-01-28  1:09 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.