All of lore.kernel.org
 help / color / mirror / Atom feed
* master-next
@ 2013-08-28  6:55 Alexei Kopendakov
  2013-08-28 11:44 ` master-next Daiane Angolini
  0 siblings, 1 reply; 6+ messages in thread
From: Alexei Kopendakov @ 2013-08-28  6:55 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Hello all.

I'am try build fsl-image-gui for imx6qsabresd  (master-next , source i got
by

repo init -u https://github.com/cbetz421/fsl-community-bsp-platform -b
master-next
 )

And got next error:

http://pastebin.com/FsBFDKzT

Why???

-- 
Alexei Kopendakov

[-- Attachment #2: Type: text/html, Size: 821 bytes --]

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

* Re: master-next
  2013-08-28  6:55 master-next Alexei Kopendakov
@ 2013-08-28 11:44 ` Daiane Angolini
  0 siblings, 0 replies; 6+ messages in thread
From: Daiane Angolini @ 2013-08-28 11:44 UTC (permalink / raw)
  To: Alexei Kopendakov; +Cc: meta-freescale@yoctoproject.org

On 08/28/2013 03:55 AM, Alexei Kopendakov wrote:
> Hello all.
>
> I'am try build fsl-image-gui for imx6qsabresd  (master-next , source i
> got by
>
> repo init -u https://github.com/cbetz421/fsl-community-bsp-platform -b
> master-next  )
>
> And got next error:
>
> http://pastebin.com/FsBFDKzT
>
> Why???

Please, share your DISTRO_FEATURES. (bitbake -e | grep ^DISTRO_FEATURES)

It looks like an error I've been seeing on master-next when I'm trying 
to build X11.

I'm trying to solve it by adding "opengl" to DISTRO_FEATURES. still in 
progress.

>
> --
> Alexei Kopendakov
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane



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

* master-next
@ 2017-08-14 19:24 Slater, Joseph
  2017-08-14 20:17 ` master-next Leonardo Sandoval
  2017-08-14 21:44 ` master-next Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: Slater, Joseph @ 2017-08-14 19:24 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

Is there something "different" about this branch?  I find that if I have a local master and master-next, and am on master, when I do a pull master-next will wind up both ahead and behind origin/master-next.  If I switch to master-next and rebase, it might fail, or it might leave me with one or more "local" commits that are not mine.   For the case I tried today, it is commit 3d4f241 which seems to only be on my local master-next, but came from Mark Horn/Ross Burton on August 2.

Can anyone explain this?

Joe


[-- Attachment #2: Type: text/html, Size: 2337 bytes --]

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

* Re: master-next
  2017-08-14 19:24 master-next Slater, Joseph
@ 2017-08-14 20:17 ` Leonardo Sandoval
  2017-08-14 21:44 ` master-next Richard Purdie
  1 sibling, 0 replies; 6+ messages in thread
From: Leonardo Sandoval @ 2017-08-14 20:17 UTC (permalink / raw)
  To: Slater, Joseph; +Cc: openembedded-core@lists.openembedded.org

On Mon, 2017-08-14 at 19:24 +0000, Slater, Joseph wrote:
> Is there something “different” about this branch? 

this branch is the what at some point will be landed to master, pretty
dynamic and only created/used by key maintainers (RP, Ross) and consumed
by the auto-builder.

>  I find that if I have a local master and master-next, and am on
> master, when I do a pull master-next will wind up both ahead and
> behind origin/master-next.  

use 'git fetch' instead. This will just update your branches but wont
try any merge/rebase.


> If I switch to master-next and rebase, it might fail, or it might
> leave me with one or more “local” commits that are not mine.   For the
> case I tried today, it is commit 3d4f241 which seems to only be on my
> local master-next, but came from Mark Horn/Ross Burton on August 2.
> 


>  
> 
> Can anyone explain this?
> 
>  
> 
> Joe
> 
>  
> 
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




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

* Re: master-next
  2017-08-14 19:24 master-next Slater, Joseph
  2017-08-14 20:17 ` master-next Leonardo Sandoval
@ 2017-08-14 21:44 ` Richard Purdie
  2017-08-14 21:53   ` master-next Khem Raj
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2017-08-14 21:44 UTC (permalink / raw)
  To: Slater, Joseph, openembedded-core@lists.openembedded.org

On Mon, 2017-08-14 at 19:24 +0000, Slater, Joseph wrote:
> Is there something “different” about this branch?  I find that if I
> have a local master and master-next, and am on master, when I do a
> pull master-next will wind up both ahead and behind origin/master-
> next.  If I switch to master-next and rebase, it might fail, or it
> might leave me with one or more “local” commits that are not mine.  
> For the case I tried today, it is commit 3d4f241 which seems to only
> be on my local master-next, but came from Mark Horn/Ross Burton on
> August 2.
>  
> Can anyone explain this?

master-next rebases. The patch in question was in master-next, it
failed tests and I booted it out until it gets fixed.

master never rebases by comparison.

Cheers,

Richard


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

* Re: master-next
  2017-08-14 21:44 ` master-next Richard Purdie
@ 2017-08-14 21:53   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2017-08-14 21:53 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core@lists.openembedded.org

On Mon, Aug 14, 2017 at 2:44 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Mon, 2017-08-14 at 19:24 +0000, Slater, Joseph wrote:
>> Is there something “different” about this branch?  I find that if I
>> have a local master and master-next, and am on master, when I do a
>> pull master-next will wind up both ahead and behind origin/master-
>> next.  If I switch to master-next and rebase, it might fail, or it
>> might leave me with one or more “local” commits that are not mine.
>> For the case I tried today, it is commit 3d4f241 which seems to only
>> be on my local master-next, but came from Mark Horn/Ross Burton on
>> August 2.
>>
>> Can anyone explain this?
>
> master-next rebases. The patch in question was in master-next, it
> failed tests and I booted it out until it gets fixed.
>
> master never rebases by comparison.

may be using branch namespace might make it better ?
something like $user/branch means its a private branch
and branches in global namespaces are public branches

>
> Cheers,
>
> Richard
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2017-08-14 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28  6:55 master-next Alexei Kopendakov
2013-08-28 11:44 ` master-next Daiane Angolini
  -- strict thread matches above, loose matches on Subject: below --
2017-08-14 19:24 master-next Slater, Joseph
2017-08-14 20:17 ` master-next Leonardo Sandoval
2017-08-14 21:44 ` master-next Richard Purdie
2017-08-14 21:53   ` master-next Khem Raj

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.