All of lore.kernel.org
 help / color / mirror / Atom feed
* [langdale][PATCH] bmap-tools: switch to main branch
@ 2023-03-29 13:29 Martin Jansa
  2023-03-29 14:22 ` [OE-core] " Steve Sakoman
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2023-03-29 13:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: steve, Martin Jansa, Alexandre Belloni

* master branch was removed upstream:
  downloads/git2/github.com.intel.bmap-tools $ git remote prune origin
  Pruning origin
  URL: https://github.com/intel/bmap-tools
   * [pruned] refs/heads/master
   * [pruned] refs/pull/73/merge

* downloads/git2/github.com.intel.bmap-tools $ git branch -a --contains c0673962a8ec1624b5189dc1d24f33fe4f06785a
  main
  release-3.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 meta/recipes-support/bmap-tools/bmap-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index 78c51e7731..89b7bf2b93 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -9,7 +9,7 @@ SECTION = "console/utils"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://github.com/intel/${BPN};branch=master;protocol=https"
+SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"
 
 SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
 S = "${WORKDIR}/git"
-- 
2.40.0



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

* Re: [OE-core] [langdale][PATCH] bmap-tools: switch to main branch
  2023-03-29 13:29 [langdale][PATCH] bmap-tools: switch to main branch Martin Jansa
@ 2023-03-29 14:22 ` Steve Sakoman
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Sakoman @ 2023-03-29 14:22 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core, Alexandre Belloni

Thanks!  I've cherry-picked this into langdale and it will appear in
kirkstone shortly too.

Steve

On Wed, Mar 29, 2023 at 3:30 AM Martin Jansa <Martin.Jansa@gmail.com> wrote:
>
> * master branch was removed upstream:
>   downloads/git2/github.com.intel.bmap-tools $ git remote prune origin
>   Pruning origin
>   URL: https://github.com/intel/bmap-tools
>    * [pruned] refs/heads/master
>    * [pruned] refs/pull/73/merge
>
> * downloads/git2/github.com.intel.bmap-tools $ git branch -a --contains c0673962a8ec1624b5189dc1d24f33fe4f06785a
>   main
>   release-3.0
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  meta/recipes-support/bmap-tools/bmap-tools_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
> index 78c51e7731..89b7bf2b93 100644
> --- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
> +++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
> @@ -9,7 +9,7 @@ SECTION = "console/utils"
>  LICENSE = "GPL-2.0-only"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -SRC_URI = "git://github.com/intel/${BPN};branch=master;protocol=https"
> +SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"
>
>  SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
>  S = "${WORKDIR}/git"
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179277): https://lists.openembedded.org/g/openembedded-core/message/179277
> Mute This Topic: https://lists.openembedded.org/mt/97928170/3617601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [sakoman@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2023-03-29 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 13:29 [langdale][PATCH] bmap-tools: switch to main branch Martin Jansa
2023-03-29 14:22 ` [OE-core] " Steve Sakoman

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.