All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Javier Viguera <javier.viguera@digi.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>,
	"bitbake-devel@lists.openembedded.org"
	<bitbake-devel@lists.openembedded.org>
Subject: Re: [poky] [for-dora] backport bitbake git fetcher fix
Date: Tue, 11 Mar 2014 16:22:33 +0800	[thread overview]
Message-ID: <531EC7C9.7040209@windriver.com> (raw)
In-Reply-To: <53106DFA.6030308@digi.com>


Hi Javier,

Thanks for reporting this, I will backport it to dora, sorry for
the late reponse.

Btw. this email should go into bitbake-devel@lists.openembedded.org

// Robert

On 02/28/2014 07:07 PM, Javier Viguera wrote:
> Hi all,
>
> Seems that this didn't catch much attention. Maybe because this is not the
> correct list for bitbake fixes.
>
> I had a look at bitbake git repo and they did not follow the branching scheme in
> openembedded/poky. So where do i need to send a fix for bitbake that i need to
> be included in already-released poky Dora?
>
> -
> Javier Viguera
> Software Engineer
> Digi International® Spain S.A.U.
>
>
>
> On 21/02/14 17:54, Viguera, Javier wrote:
>> Hi all,
>>
>> I'm using Dora with a customer kernel that happens to have two very
>> similar branch names:
>>
>> af186b498eb8e39ffa419d356010d67d7fa6dee3 refs/heads/android/v3.10/master
>> a094f655dc2ba623742a01dcb744ed0e8ebde3ed refs/heads/v3.10/master
>>
>> My custom linux recipe does the following to get 'v3.10/master' branch:
>>
>> KBRANCH_DEFAULT = "v3.10/master"
>> KBRANCH = "${KBRANCH_DEFAULT}"
>> SRC_URI = "${GIT_URL}linux-2.6.git;protocol=git;branch=${KBRANCH}"
>>
>> But it always fetchs the 'android/v3.10/master' branch.
>>
>> This seems to be already fixed in master:
>>
>> d21c1537b7052aa24ec56434b821fee67de33a83
>>
>> So could that fix be cherry-picked to Dora?
>>
>> Directly cherry-picking the commit does not apply cleanly so i attach
>> here a reworked patch that applies to Dora.
>>
>> -
>> Javier Viguera
>> Software Engineer
>> Digi International® Spain S.A.U.
>>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
>


WARNING: multiple messages have this Message-ID (diff)
From: Robert Yang <liezhi.yang@windriver.com>
To: Javier Viguera <javier.viguera@digi.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>,
	"bitbake-devel@lists.openembedded.org"
	<bitbake-devel@lists.openembedded.org>
Subject: Re: [for-dora] backport bitbake git fetcher fix
Date: Tue, 11 Mar 2014 16:22:33 +0800	[thread overview]
Message-ID: <531EC7C9.7040209@windriver.com> (raw)
In-Reply-To: <53106DFA.6030308@digi.com>


Hi Javier,

Thanks for reporting this, I will backport it to dora, sorry for
the late reponse.

Btw. this email should go into bitbake-devel@lists.openembedded.org

// Robert

On 02/28/2014 07:07 PM, Javier Viguera wrote:
> Hi all,
>
> Seems that this didn't catch much attention. Maybe because this is not the
> correct list for bitbake fixes.
>
> I had a look at bitbake git repo and they did not follow the branching scheme in
> openembedded/poky. So where do i need to send a fix for bitbake that i need to
> be included in already-released poky Dora?
>
> -
> Javier Viguera
> Software Engineer
> Digi International® Spain S.A.U.
>
>
>
> On 21/02/14 17:54, Viguera, Javier wrote:
>> Hi all,
>>
>> I'm using Dora with a customer kernel that happens to have two very
>> similar branch names:
>>
>> af186b498eb8e39ffa419d356010d67d7fa6dee3 refs/heads/android/v3.10/master
>> a094f655dc2ba623742a01dcb744ed0e8ebde3ed refs/heads/v3.10/master
>>
>> My custom linux recipe does the following to get 'v3.10/master' branch:
>>
>> KBRANCH_DEFAULT = "v3.10/master"
>> KBRANCH = "${KBRANCH_DEFAULT}"
>> SRC_URI = "${GIT_URL}linux-2.6.git;protocol=git;branch=${KBRANCH}"
>>
>> But it always fetchs the 'android/v3.10/master' branch.
>>
>> This seems to be already fixed in master:
>>
>> d21c1537b7052aa24ec56434b821fee67de33a83
>>
>> So could that fix be cherry-picked to Dora?
>>
>> Directly cherry-picking the commit does not apply cleanly so i attach
>> here a reworked patch that applies to Dora.
>>
>> -
>> Javier Viguera
>> Software Engineer
>> Digi International® Spain S.A.U.
>>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
>


  reply	other threads:[~2014-03-11  8:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-21 16:54 [for-dora] backport bitbake git fetcher fix Viguera, Javier
2014-02-28 11:07 ` Javier Viguera
2014-03-11  8:22   ` Robert Yang [this message]
2014-03-11  8:22     ` Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531EC7C9.7040209@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=javier.viguera@digi.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.