Re: Default branch names in git urls
Andrei Gherzan
Hi,
On
Tue, 2 Nov 2021, at 10:49, Andrei Gherzan wrote:
Hi,On Tue, 2 Nov 2021, at 10:32, Martin Jansa wrote:There is even bigger issue with git repos from github.com now:I don't think this is a bigger issue because I don't see this warranting a default change. It is just an upstream protocol support change and we will update the respective recipes. If we don't, January will force us to. Maybe, we should have a warning in git fetcher for GitLab on the git protocol? I reckon it is reasonable to push people to update their recipes.
And by GitLab I mean
GitHub.
Andrei
Re: Default branch names in git urls
Andrei Gherzan
Hi,
On Tue, 2 Nov 2021, at 10:32, Martin Jansa wrote:
There is even bigger issue with git repos from github.com now:
I don't think this is a bigger issue because I don't see this warranting a default change. It is just an upstream protocol support change and we will update the respective recipes. If we don't, January will force us to. Maybe, we should have a warning in git fetcher for GitLab on the git protocol? I reckon it is reasonable to push people to update their recipes.
Regards,
Andrei
Re: Default branch names in git urls
Martin Jansa
There is even bigger issue with git repos from github.com now:
bitbake git fetcher uses git:// protocol by default and as of today you can experience "short brownouts" and on January 11 it will all fail to fetch (and only fully populated PREMIRRORS can save you for a while, until SRCREV is updated).
Short statistics from current oe-core/master:
martin@jama:/OE/openembedded-core$ git grep git://github.* | grep -v protocol= | wc -l
52
martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=https | wc -l
20
martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=git | wc -l
2
52
martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=https | wc -l
20
martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=git | wc -l
2
54 from 74 recipes will fail to fetch in oe-core only.
On Fri, Oct 29, 2021 at 4:14 PM Richard Purdie <richard.purdie@...> wrote:
On Fri, 2021-10-29 at 15:45 +0200, Konrad Weihmann wrote:
>
> On 29.10.21 15:09, Richard Purdie wrote:
> > We've had concerns about the default behaviours of tools like git and how
> > they'll handle the default branch names going forward. There are also concerns
> > about what providers like github may do, and the potential impact on our tools
> > like recipetool.
> >
> > A bug was filed about some of this:
> >
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14185
> >
> > I am frustrated not much has moved forward with some of the inclusive language
> > work and this bug is languishing too.
> >
> > We do aim to be explicit with our SRC_URI entries so having the branch specified
> > would seem to be the overall best thing to do here. I have done what was
> > suggested in the bug and sent out patches to add a warning to the fetcher and
> > updated the urls in OE-Core to include the branch name.
> >
> > The harder part of these changes is discussing and explaining them and putting
> > transition plans in place. I am trying to do that here (and I will also mention
> > in the next tech call and in the weekly status report).
> >
> > In the patch I've proposed there is a script, similar to the overrides
> > conversion one which converts metadata to add the branch name explicitly. It is
> > far from perfect but should probably help in the majority of cases.
> >
> > If there aren't objections I'll likely merge the core change. The warning change
> > will follow in a week or two once at least the layers being tested on the
> > autobuilder have updated. I'm worried a ton of warnings suddenly showing up
> > would mask out other real issues.
>
> Although the situation is a bit unfortunate I like the proposal and the
> script will likely make the transition less painful.
> Are you planning to turn the warning into an error at some point?
Yes, exact timing to be determined but hopefully sooner than later (before April
release).
Cheers,
Richard
Re: Default branch names in git urls
Richard Purdie
On Fri, 2021-10-29 at 15:45 +0200, Konrad Weihmann wrote:
release).
Cheers,
Richard
Yes, exact timing to be determined but hopefully sooner than later (before April
On 29.10.21 15:09, Richard Purdie wrote:We've had concerns about the default behaviours of tools like git and howAlthough the situation is a bit unfortunate I like the proposal and the
they'll handle the default branch names going forward. There are also concerns
about what providers like github may do, and the potential impact on our tools
like recipetool.
A bug was filed about some of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14185
I am frustrated not much has moved forward with some of the inclusive language
work and this bug is languishing too.
We do aim to be explicit with our SRC_URI entries so having the branch specified
would seem to be the overall best thing to do here. I have done what was
suggested in the bug and sent out patches to add a warning to the fetcher and
updated the urls in OE-Core to include the branch name.
The harder part of these changes is discussing and explaining them and putting
transition plans in place. I am trying to do that here (and I will also mention
in the next tech call and in the weekly status report).
In the patch I've proposed there is a script, similar to the overrides
conversion one which converts metadata to add the branch name explicitly. It is
far from perfect but should probably help in the majority of cases.
If there aren't objections I'll likely merge the core change. The warning change
will follow in a week or two once at least the layers being tested on the
autobuilder have updated. I'm worried a ton of warnings suddenly showing up
would mask out other real issues.
script will likely make the transition less painful.
Are you planning to turn the warning into an error at some point?
release).
Cheers,
Richard
Re: Default branch names in git urls
Konrad Weihmann <kweihmann@...>
On 29.10.21 15:09, Richard Purdie wrote:
Are you planning to turn the warning into an error at some point?
We've had concerns about the default behaviours of tools like git and howAlthough the situation is a bit unfortunate I like the proposal and the script will likely make the transition less painful.
they'll handle the default branch names going forward. There are also concerns
about what providers like github may do, and the potential impact on our tools
like recipetool.
A bug was filed about some of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14185
I am frustrated not much has moved forward with some of the inclusive language
work and this bug is languishing too.
We do aim to be explicit with our SRC_URI entries so having the branch specified
would seem to be the overall best thing to do here. I have done what was
suggested in the bug and sent out patches to add a warning to the fetcher and
updated the urls in OE-Core to include the branch name.
The harder part of these changes is discussing and explaining them and putting
transition plans in place. I am trying to do that here (and I will also mention
in the next tech call and in the weekly status report).
In the patch I've proposed there is a script, similar to the overrides
conversion one which converts metadata to add the branch name explicitly. It is
far from perfect but should probably help in the majority of cases.
If there aren't objections I'll likely merge the core change. The warning change
will follow in a week or two once at least the layers being tested on the
autobuilder have updated. I'm worried a ton of warnings suddenly showing up
would mask out other real issues.
Are you planning to turn the warning into an error at some point?
I suspect we'll see selftest failures as the dict of url parameters may lead to
non-deterministic urls from recipetool but as ever, I'll try and work through
the issues.
Cheers,
Richard
Default branch names in git urls
Richard Purdie
We've had concerns about the default behaviours of tools like git and how
they'll handle the default branch names going forward. There are also concerns
about what providers like github may do, and the potential impact on our tools
like recipetool.
A bug was filed about some of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14185
I am frustrated not much has moved forward with some of the inclusive language
work and this bug is languishing too.
We do aim to be explicit with our SRC_URI entries so having the branch specified
would seem to be the overall best thing to do here. I have done what was
suggested in the bug and sent out patches to add a warning to the fetcher and
updated the urls in OE-Core to include the branch name.
The harder part of these changes is discussing and explaining them and putting
transition plans in place. I am trying to do that here (and I will also mention
in the next tech call and in the weekly status report).
In the patch I've proposed there is a script, similar to the overrides
conversion one which converts metadata to add the branch name explicitly. It is
far from perfect but should probably help in the majority of cases.
If there aren't objections I'll likely merge the core change. The warning change
will follow in a week or two once at least the layers being tested on the
autobuilder have updated. I'm worried a ton of warnings suddenly showing up
would mask out other real issues.
I suspect we'll see selftest failures as the dict of url parameters may lead to
non-deterministic urls from recipetool but as ever, I'll try and work through
the issues.
Cheers,
Richard
they'll handle the default branch names going forward. There are also concerns
about what providers like github may do, and the potential impact on our tools
like recipetool.
A bug was filed about some of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14185
I am frustrated not much has moved forward with some of the inclusive language
work and this bug is languishing too.
We do aim to be explicit with our SRC_URI entries so having the branch specified
would seem to be the overall best thing to do here. I have done what was
suggested in the bug and sent out patches to add a warning to the fetcher and
updated the urls in OE-Core to include the branch name.
The harder part of these changes is discussing and explaining them and putting
transition plans in place. I am trying to do that here (and I will also mention
in the next tech call and in the weekly status report).
In the patch I've proposed there is a script, similar to the overrides
conversion one which converts metadata to add the branch name explicitly. It is
far from perfect but should probably help in the majority of cases.
If there aren't objections I'll likely merge the core change. The warning change
will follow in a week or two once at least the layers being tested on the
autobuilder have updated. I'm worried a ton of warnings suddenly showing up
would mask out other real issues.
I suspect we'll see selftest failures as the dict of url parameters may lead to
non-deterministic urls from recipetool but as ever, I'll try and work through
the issues.
Cheers,
Richard
OpenEmbedded Happy Hour October 27 9pm/2100 UTC
Denys Dmytriyenko
All,
Our next OpenEmbedded Happy Hour is on October 27 for Asia/Pacific timezones @
2100/9pm UTC (5pm ET / 2pm PT):
https://www.openembedded.org/wiki/Calendar
https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+October+27&iso=20211027T21
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Our next OpenEmbedded Happy Hour is on October 27 for Asia/Pacific timezones @
2100/9pm UTC (5pm ET / 2pm PT):
https://www.openembedded.org/wiki/Calendar
https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+October+27&iso=20211027T21
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Re: Linux 5.10 LTS "mixin" layer for Dunfell
Alexander Kanavin
On Wed, 6 Oct 2021 at 22:40, Denys Dmytriyenko <denis@...> wrote:
Yes, I believe that was the intended usage:
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/kernel meta-lts-kernel-mixin
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/gizmo meta-lts-gizmo-mixin
When TSC discussed the process for Mixin layers, we wanted them to be slim
single-purpose layers and using branches instead of whole git repos seemed
reasonable. Especially since we were not envisioning too many of them. But
if it proves to be a problem in the future, we can certainly revisit it then.
Thanks, there might be that gizmo added then in the not too distant future :)
Alex
Re: Linux 5.10 LTS "mixin" layer for Dunfell
Denys Dmytriyenko
On Wed, Oct 06, 2021 at 12:30:55PM +0200, Alexander Kanavin wrote:
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/kernel meta-lts-kernel-mixin
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/gizmo meta-lts-gizmo-mixin
When TSC discussed the process for Mixin layers, we wanted them to be slim
single-purpose layers and using branches instead of whole git repos seemed
reasonable. Especially since we were not envisioning too many of them. But
if it proves to be a problem in the future, we can certainly revisit it then.
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
On Tue, 27 Jul 2021 at 18:54, Denys Dmytriyenko <denis@...> wrote:Yes, I believe that was the intended usage:Not necessarily. Providing latest LTS kernels for Dunfell also seems veryHello Denys,
specific. For every extra year of official support for Dunfell, this can
offer a new LTS kernel version, that can be selected by PREFERRED_VERSION.
Creating a new branch for each kernel version seems wasteful. But I can do
that as well, if needed.
if I would like to add a 'dunfell/gizmo' branch to that repository, how
would it work if a given build needs both the kernel and the gizmo? Is the
repo supposed to be cloned twice into two separate locations on disk?
The page
https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS#LTS_.E2.80.9CMixin.E2.80.9D_repositories
doesn't make it clear either.
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/kernel meta-lts-kernel-mixin
$ git clone git://git.yoctoproject.org/meta-lts-mixins -b dunfell/gizmo meta-lts-gizmo-mixin
When TSC discussed the process for Mixin layers, we wanted them to be slim
single-purpose layers and using branches instead of whole git repos seemed
reasonable. Especially since we were not envisioning too many of them. But
if it proves to be a problem in the future, we can certainly revisit it then.
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Re: Linux 5.10 LTS "mixin" layer for Dunfell
Alexander Kanavin
On Tue, 27 Jul 2021 at 18:54, Denys Dmytriyenko <denis@...> wrote:
Not necessarily. Providing latest LTS kernels for Dunfell also seems very
specific. For every extra year of official support for Dunfell, this can
offer a new LTS kernel version, that can be selected by PREFERRED_VERSION.
Creating a new branch for each kernel version seems wasteful. But I can do
that as well, if needed.
Hello Denys,
if I would like to add a 'dunfell/gizmo' branch to that repository, how would it work if a given build needs both the kernel and the gizmo? Is the repo supposed to be cloned twice into two separate locations on disk?
The page https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS#LTS_.E2.80.9CMixin.E2.80.9D_repositories doesn't make it clear either.
Thanks,
Alex
OpenEmbedded Happy Hour September 29 during ELC hours and after
Denys Dmytriyenko
Oops, sorry, updated the subject to the correct date.
toggle quoted message
Show quoted text
On Fri, Sep 24, 2021 at 06:19:10PM -0400, Denys Dmytriyenko wrote:
All,
As you are aware, next week is LF Embedded Linux Conference, which coincides
with our OE Happy Hour. The Board has decided to extend the Happy Hour for the
entire duration of Wednesday ELC sessions for people to come and go throughout
the day and meet during breaks or for the entire hallway sessions. Hope to see
you there!
https://www.openembedded.org/wiki/Happy_Hours
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Re: OpenEmbedded Happy Hour August 25 9pm/2100 UTC
Denys Dmytriyenko
All,
As you are aware, next week is LF Embedded Linux Conference, which coincides
with our OE Happy Hour. The Board has decided to extend the Happy Hour for the
entire duration of Wednesday ELC sessions for people to come and go throughout
the day and meet during breaks or for the entire hallway sessions. Hope to see
you there!
https://www.openembedded.org/wiki/Happy_Hours
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
As you are aware, next week is LF Embedded Linux Conference, which coincides
with our OE Happy Hour. The Board has decided to extend the Happy Hour for the
entire duration of Wednesday ELC sessions for people to come and go throughout
the day and meet during breaks or for the entire hallway sessions. Hope to see
you there!
https://www.openembedded.org/wiki/Happy_Hours
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
Re: Disruptive changes and the next LTS 3.5 - what to aim for?
Richard Purdie
On Tue, 2021-09-21 at 09:43 +1200, Paul Eggleton wrote:
spirit of the rest of the list).
The license functions are like spaghetti and trying to fix up the tests to work
after I tried to resolve the "or-later" changes was a nightmare. I think to move
forward the code does need to be simplified and this is one way we could do that
(else every entry into license code has to run through remapping just in case).
If the remapping moves to a tool/script to help people change the license field
to SPDX format, that could help so there are ways this could move forward yet
help.
Cheers,
Richard
On Friday, 10 September 2021 19:54:11 NZST Richard Purdie wrote:I'm really trying to say it is another change we could potentially make (in theIt's not readily visible in the UI, but the layer index already has anAll good questions. The days of work I was mentioning would cover some ofDo we change the master branch to something else? I personally have aIf the master branch gets renamed, what about yocto-buildhistory,
preference for "devel" over "main" regardless of what others are doing
as it matches what it is in our case. Changing that alone is days of
work for me trying to get all our automation to deal with it.
yocto-buildstats and yocto-testresults? Would master branches or tags
get renamed as well? Is this part of the day's worth of work you
mentioned?
Would the Yocto Project enforce a renaming in all the repos they host?
What about layer-index?
this but there is a lot to do, more than people realise.
internal means of specifying an alternative branch name that can be set by
admins on a per layer-branch basis. I deliberately haven't exposed it as I
thought it was better that people keep things simple and just use the same
scheme as OE-Core for their branches, but the mechanism exists. We could also
fairly easily add automatic mapping in the layer index code if we choose a
standard name to replace master, as well as changing the name shown in the UI
(and change the assumptions that "master" is the main branch, there are a few
sprinkled through the code). I think even if we do nothing else we'll have to
address those assumptions as there will probably be layer maintainers who want
to change (if they have not done so already). If it's not clear, I can
volunteer to take care of this ;)I remembered what I was missing too:This I'm not sure of. Are these mappings costing us much? AFAICT we'd only
j) Convert to SPDX license names
We should really switch to using SPDX license names in the LICENSE field
directly and be able to drop the current SPDX mapping code.
gain a bit of code simplification at the expense of making things a little bit
harder for our users.
spirit of the rest of the list).
The license functions are like spaghetti and trying to fix up the tests to work
after I tried to resolve the "or-later" changes was a nightmare. I think to move
forward the code does need to be simplified and this is one way we could do that
(else every entry into license code has to run through remapping just in case).
If the remapping moves to a tool/script to help people change the license field
to SPDX format, that could help so there are ways this could move forward yet
help.
Cheers,
Richard
Re: Disruptive changes and the next LTS 3.5 - what to aim for?
Paul Eggleton
On Friday, 10 September 2021 19:54:11 NZST Richard Purdie wrote:
internal means of specifying an alternative branch name that can be set by
admins on a per layer-branch basis. I deliberately haven't exposed it as I
thought it was better that people keep things simple and just use the same
scheme as OE-Core for their branches, but the mechanism exists. We could also
fairly easily add automatic mapping in the layer index code if we choose a
standard name to replace master, as well as changing the name shown in the UI
(and change the assumptions that "master" is the main branch, there are a few
sprinkled through the code). I think even if we do nothing else we'll have to
address those assumptions as there will probably be layer maintainers who want
to change (if they have not done so already). If it's not clear, I can
volunteer to take care of this ;)
gain a bit of code simplification at the expense of making things a little bit
harder for our users.
Cheers
Paul
It's not readily visible in the UI, but the layer index already has anAll good questions. The days of work I was mentioning would cover some ofDo we change the master branch to something else? I personally have aIf the master branch gets renamed, what about yocto-buildhistory,
preference for "devel" over "main" regardless of what others are doing
as it matches what it is in our case. Changing that alone is days of
work for me trying to get all our automation to deal with it.
yocto-buildstats and yocto-testresults? Would master branches or tags
get renamed as well? Is this part of the day's worth of work you
mentioned?
Would the Yocto Project enforce a renaming in all the repos they host?
What about layer-index?
this but there is a lot to do, more than people realise.
internal means of specifying an alternative branch name that can be set by
admins on a per layer-branch basis. I deliberately haven't exposed it as I
thought it was better that people keep things simple and just use the same
scheme as OE-Core for their branches, but the mechanism exists. We could also
fairly easily add automatic mapping in the layer index code if we choose a
standard name to replace master, as well as changing the name shown in the UI
(and change the assumptions that "master" is the main branch, there are a few
sprinkled through the code). I think even if we do nothing else we'll have to
address those assumptions as there will probably be layer maintainers who want
to change (if they have not done so already). If it's not clear, I can
volunteer to take care of this ;)
I remembered what I was missing too:This I'm not sure of. Are these mappings costing us much? AFAICT we'd only
j) Convert to SPDX license names
We should really switch to using SPDX license names in the LICENSE field
directly and be able to drop the current SPDX mapping code.
gain a bit of code simplification at the expense of making things a little bit
harder for our users.
Cheers
Paul
Re: Disable bbappend file from another meta layer
Peter Kjellerstedt
toggle quoted message
Show quoted text
BBMASK += "/meta-foo/recipes-foo/foo/foo_1.2.3.bbappend"
to, e.g., meta-bar/conf/layer.conf to disable the use of
foo_1.2.3.bbappend from the meta-foo layer when the meta-bar layer is
used.
//Peter
-----Original Message-----It is perfectly fine to add, e.g.:
From: openembedded-architecture@... <openembedded-
architecture@...> On Behalf Of Andrea Adami
Sent: den 16 september 2021 22:34
To: Andrea Adami <andrea.adami@...>
Cc: Khem Raj <raj.khem@...>; Mayank Agarwal
<mayank77fromindia@...>; bitbake-devel <bitbake-
devel@...>; openembedded-architecture <openembedded-
architecture@...>
Subject: Re: [Openembedded-architecture] Disable bbappend file from
another meta layer
On Thu, Sep 16, 2021 at 10:30 PM Andrea Adami via
lists.openembedded.org <andrea.adami=gmail.com@...>
wrote:layer in the current
On Thu, Sep 16, 2021 at 7:28 PM Khem Raj <raj.khem@...> wrote:
On Thu, Sep 16, 2021 at 9:45 AM Mayank Agarwal
<mayank77fromindia@...> wrote:
Dear Experts,
Is there any way we can disable bbappend file from another meta-PNBLACKLIST or BBMASKmeta-layer or recipe file.It will be of great help.If we can usebut maybe I misread 'in another meta-layer' out of your control. sorry...See here one example:to disable bbappend file.bbappends can not be undone sadly, maybe you can try some BBMASKing it
if its in unique location perhaps.
https://github.com/vu-plus/meta-vuplus/blob/master/conf/layer.conf#L4
vs one allowing them
https://git.openembedded.org/meta-handheld/tree/conf/layer.conf#n8
cheers
A.A.
A.A.Regards
Mayank
BBMASK += "/meta-foo/recipes-foo/foo/foo_1.2.3.bbappend"
to, e.g., meta-bar/conf/layer.conf to disable the use of
foo_1.2.3.bbappend from the meta-foo layer when the meta-bar layer is
used.
//Peter
Re: Disable bbappend file from another meta layer
Andrea Adami
On Thu, Sep 16, 2021 at 10:30 PM Andrea Adami via
lists.openembedded.org <andrea.adami=gmail.com@...>
wrote:
A.A.
lists.openembedded.org <andrea.adami=gmail.com@...>
wrote:
but maybe I misread 'in another meta-layer' out of your control. sorry...
On Thu, Sep 16, 2021 at 7:28 PM Khem Raj <raj.khem@...> wrote:See here one example:
On Thu, Sep 16, 2021 at 9:45 AM Mayank Agarwal
<mayank77fromindia@...> wrote:bbappends can not be undone sadly, maybe you can try some BBMASKing it
Dear Experts,
Is there any way we can disable bbappend file from another meta-layer in the current
meta-layer or recipe file.It will be of great help.If we can use PNBLACKLIST or BBMASK
to disable bbappend file.
if its in unique location perhaps.
https://github.com/vu-plus/meta-vuplus/blob/master/conf/layer.conf#L4
vs one allowing them
https://git.openembedded.org/meta-handheld/tree/conf/layer.conf#n8
cheers
A.A.
A.A.
Regards
Mayank
Re: Disable bbappend file from another meta layer
Andrea Adami
On Thu, Sep 16, 2021 at 7:28 PM Khem Raj <raj.khem@...> wrote:
https://github.com/vu-plus/meta-vuplus/blob/master/conf/layer.conf#L4
vs one allowing them
https://git.openembedded.org/meta-handheld/tree/conf/layer.conf#n8
cheers
A.A.
See here one example:
On Thu, Sep 16, 2021 at 9:45 AM Mayank Agarwal
<mayank77fromindia@...> wrote:bbappends can not be undone sadly, maybe you can try some BBMASKing it
Dear Experts,
Is there any way we can disable bbappend file from another meta-layer in the current
meta-layer or recipe file.It will be of great help.If we can use PNBLACKLIST or BBMASK
to disable bbappend file.
if its in unique location perhaps.
https://github.com/vu-plus/meta-vuplus/blob/master/conf/layer.conf#L4
vs one allowing them
https://git.openembedded.org/meta-handheld/tree/conf/layer.conf#n8
cheers
A.A.
Regards
Mayank
Re: Disable bbappend file from another meta layer
On Thu, Sep 16, 2021 at 9:45 AM Mayank Agarwal
<mayank77fromindia@...> wrote:
if its in unique location perhaps.
<mayank77fromindia@...> wrote:
bbappends can not be undone sadly, maybe you can try some BBMASKing it
Dear Experts,
Is there any way we can disable bbappend file from another meta-layer in the current
meta-layer or recipe file.It will be of great help.If we can use PNBLACKLIST or BBMASK
to disable bbappend file.
if its in unique location perhaps.
Regards
Mayank
Re: Disruptive changes and the next LTS 3.5 - what to aim for?
Rich Persaud
On Sep 9, 2021, at 12:09, Richard Purdie <richard.purdie@...> wrote:
Hi All,
We have a decision facing us with 3.5. There are a number of invasive issues
looming on the horizon and I'm not sure exactly what the best thing to do with
them is.
a) Inclusive language
A lot of variables potentially need renaming with varying options for backwards
compatibility. Do we add compatibility for all cases. How much do we help users
with migration? Is there wide support for the changes?
Do we change the master branch to something else? I personally have a preference
for "devel" over "main" regardless of what others are doing as it matches what
it is in our case.
-1 for "main", https://www.etymonline.com/word/main
Old English mægen (Mercian megen) "power, bodily strength; force, violent effort; strength of mind or will; efficacy; supernatural power," from Proto-Germanic *maginam "power" (source also of Old High German megin "strength, power, ability"), suffixed form of PIE root *magh- "to be able, have power."Original sense of "power" is preserved in phrase might and main. Also used in Middle English for "royal power or authority" (c. 1400), "military strength" (c. 1300), "application of force" (c. 1300).
The etymology of "main" invokes hierarchy rather than inclusive meritocracy.
+1 for "devel" (works as verb, noun and adjective) or "unstable" (adjective).
Rich