|
Re: Upstream branch naming changes breaking source mirrors
What about making the git fetcher default to nobranch instead
of branch=master?
Using a branch name made sense back in the days when projects were not
deleting branches used downstream.
Having a
What about making the git fetcher default to nobranch instead
of branch=master?
Using a branch name made sense back in the days when projects were not
deleting branches used downstream.
Having a
|
By
Adrian Bunk
·
#1109
·
|
|
Upstream branch naming changes breaking source mirrors
A number of upstream git repos we build from are transitioning "master"
branches to "main" branches. They're doing this and removing the old
name.
The scale of the problem this causes us is only just
A number of upstream git repos we build from are transitioning "master"
branches to "main" branches. They're doing this and removing the old
name.
The scale of the problem this causes us is only just
|
By
Richard Purdie
·
#1108
·
|
|
Re: Variable default values
I realise now that this will break for instance the inclusion of distro conf's from additional layers.
Jacob
I realise now that this will break for instance the inclusion of distro conf's from additional layers.
Jacob
|
By
Jacob Kroon
·
#1107
·
|
|
Re: Variable default values
Here is a crazy idea: merge oe-core/meta/conf/bitbake.conf into oe-core/meta/conf/layer.conf, skip parsing a bitbake.conf altogether, and tell people to put the oe-core layer first in BBLAYERS. Then
Here is a crazy idea: merge oe-core/meta/conf/bitbake.conf into oe-core/meta/conf/layer.conf, skip parsing a bitbake.conf altogether, and tell people to put the oe-core layer first in BBLAYERS. Then
|
By
Jacob Kroon
·
#1106
·
|
|
Re: Variable default values
Yeah that pretty much sums up the use cases - the question (and I guess tricky part) is about "no other wish is expressed" - and here, I think, something should be done, as it's not very intuitive for
Yeah that pretty much sums up the use cases - the question (and I guess tricky part) is about "no other wish is expressed" - and here, I think, something should be done, as it's not very intuitive for
|
By
Konrad Weihmann <kweihmann@...>
·
#1105
·
|
|
Re: Variable default values
Absolutely agree, I just see that it is harder to get rid of the append/prepend mechanism than the other.
And I think it's not a tool issue per se - maybe it can be fixed by proper documentation -
Absolutely agree, I just see that it is harder to get rid of the append/prepend mechanism than the other.
And I think it's not a tool issue per se - maybe it can be fixed by proper documentation -
|
By
Konrad Weihmann <kweihmann@...>
·
#1104
·
|
|
Re: Variable default values
That mechanism was introduced to solve a different and rather specific
problem. It might be true that it isn't entirely intuitive, and there
might be a bit of a lack of clear documentation describing
That mechanism was introduced to solve a different and rather specific
problem. It might be true that it isn't entirely intuitive, and there
might be a bit of a lack of clear documentation describing
|
By
Phil Blundell
·
#1103
·
|
|
Re: Variable default values
I'd like to add my 2 cents.
While the complexity of operators may be somewhat confusing to new users or
developers of the project, alongside with the order of file inclusion and
different stages of
I'd like to add my 2 cents.
While the complexity of operators may be somewhat confusing to new users or
developers of the project, alongside with the order of file inclusion and
different stages of
|
By
Denys Dmytriyenko
·
#1102
·
|
|
Re: Variable default values
The example you mention with BB_HASHBASE_WHITELIST, it sounds to me like the underlying problem is that the order of file inclusion is not apparent to people, and not that there is any confusion about
The example you mention with BB_HASHBASE_WHITELIST, it sounds to me like the underlying problem is that the order of file inclusion is not apparent to people, and not that there is any confusion about
|
By
Jacob Kroon
·
#1101
·
|
|
Re: Variable default values
I agree that there is a bit of a usability problem here, but I think this
proposal is going in the wrong direction. It's really the _append/_prepend
operators that have the uninituitive semantics and
I agree that there is a bit of a usability problem here, but I think this
proposal is going in the wrong direction. It's really the _append/_prepend
operators that have the uninituitive semantics and
|
By
Phil Blundell
·
#1100
·
|
|
Re: Variable default values
Presumable this would behave like ??= though (?= as implemented is
fairly flawed but so is ??= today, sadly).
I have to admit if I was implementing layers again, I'd want to ditch a
load of the older
Presumable this would behave like ??= though (?= as implemented is
fairly flawed but so is ??= today, sadly).
I have to admit if I was implementing layers again, I'd want to ditch a
load of the older
|
By
Richard Purdie
·
#1099
·
|
|
Re: Variable default values
Yes, I think we're talking about the same thing, its just a different
way of thinking about it. I'm adding the challenge of trying to figure
out what changes to existing behaviour we could consider to
Yes, I think we're talking about the same thing, its just a different
way of thinking about it. I'm adding the challenge of trying to figure
out what changes to existing behaviour we could consider to
|
By
Richard Purdie
·
#1098
·
|
|
Re: Variable default values
I agree, having +=/=+ and friends operating against the default value
would in general be the behaviour most people want/expect.
The change in behaviour would be that "=" would no longer wipe
I agree, having +=/=+ and friends operating against the default value
would in general be the behaviour most people want/expect.
The change in behaviour would be that "=" would no longer wipe
|
By
Richard Purdie
·
#1097
·
|
|
Re: Variable default values
Maybe we could ask, what are the typical intentions behind those additions and removals and assignments? E.g. for DISTRO_FEATURES I can think of these:
1. Features A B C can be present in
Maybe we could ask, what are the typical intentions behind those additions and removals and assignments? E.g. for DISTRO_FEATURES I can think of these:
1. Features A B C can be present in
|
By
Alexander Kanavin
·
#1096
·
|
|
Re: Variable default values
I definitely think there’s a usability issue here. It’d be nice if +=/=+/.=/=. were recorded operations against the current or default value. Now that _append/_prepend/_remove are applied at
I definitely think there’s a usability issue here. It’d be nice if +=/=+/.=/=. were recorded operations against the current or default value. Now that _append/_prepend/_remove are applied at
|
By
Christopher Larson
·
#1095
·
|
|
Re: Variable default values
I totally agree that there is an usability issue. I myself have been confused for a long time about all these options and how they work together (or don't) and having now a hard time telling other ppl
I totally agree that there is an usability issue. I myself have been confused for a long time about all these options and how they work together (or don't) and having now a hard time telling other ppl
|
By
Konrad Weihmann <kweihmann@...>
·
#1094
·
|
|
Re: Variable default values
I think DISTRO_FEATURES is (or at least was) behaving the same and
that's probably what more people often tend to change in local.conf
than BB_HASHBASE_WHITELIST. I always recommend to just use
I think DISTRO_FEATURES is (or at least was) behaving the same and
that's probably what more people often tend to change in local.conf
than BB_HASHBASE_WHITELIST. I always recommend to just use
|
By
Martin Jansa
·
#1093
·
|
|
Variable default values
I'm growing increasingly concerned about default value assignments in
OE. The basic problem is people don't understand the way default values
work and the mechanisms we do have don't let people do all
I'm growing increasingly concerned about default value assignments in
OE. The basic problem is people don't understand the way default values
work and the mechanisms we do have don't let people do all
|
By
Richard Purdie
·
#1092
·
|
|
OpenEmbedded Happy hour June 24 Noon EDT
Sorry for the late notice. I figured out the calendar and added the item
there and never announced anything. Moving forward, I' send dhort
reminders and use the calendar to track
Sorry for the late notice. I figured out the calendar and added the item
there and never announced anything. Moving forward, I' send dhort
reminders and use the calendar to track
|
By
Philip Balister
·
#1091
·
|
|
Anyone using regex in ASSUME_PROVIDED?
Hi,
Back in 2009, regex support was added in ASSUME_PROVIDED:
https://git.openembedded.org/bitbake/commit/lib/bb/taskdata.py?id=efb0474231ed286073a5a5904094320da8cab28d
Looking at this now, I'm
Hi,
Back in 2009, regex support was added in ASSUME_PROVIDED:
https://git.openembedded.org/bitbake/commit/lib/bb/taskdata.py?id=efb0474231ed286073a5a5904094320da8cab28d
Looking at this now, I'm
|
By
Richard Purdie
·
#1090
·
|