|
Re: gpg: can't connect to the agent: File name too long
I think my problem is that the do_image_* are running as fakeroot/pseudo.
Is there a way to run this task as a normal local user.
I read that I should create the socket when not running under local
I think my problem is that the do_image_* are running as fakeroot/pseudo.
Is there a way to run this task as a normal local user.
I read that I should create the socket when not running under local
|
By
Damien LEFEVRE
·
#49484
·
|
|
Re: overwrite LAYERSERIES_COMPAT_ for different layer
Hi,
thanks for the reply - I've put it in the bblayers.conf - working.
cheers, Thomas
Hi,
thanks for the reply - I've put it in the bblayers.conf - working.
cheers, Thomas
|
By
TRO <thomas.roos@...>
·
#49483
·
|
|
Enhancements/Bugs closed WW21!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#49482
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#49481
·
|
|
Current high bug count owners for Yocto Project 3.2
All,
Below is the list as of top 50 bug owners as of the end of WW21 of who have open medium or higher bugs and enhancements against YP 3.2. There are 110 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW21 of who have open medium or higher bugs and enhancements against YP 3.2. There are 110 possible work days left until the final
|
By
Stephen Jolley
·
#49480
·
|
|
Re: how to un-blacklist a blacklisted recipe?
done, and submitted. it was just my horrific luck that i was testing
that feature, and randomly grabbed two recipes that used standard
assignment. le *sigh* ...
rday
done, and submitted. it was just my horrific luck that i was testing
that feature, and randomly grabbed two recipes that used standard
assignment. le *sigh* ...
rday
|
By
Robert P. J. Day
·
#49479
·
|
|
Re: how to un-blacklist a blacklisted recipe?
Yes, it's worth. Thanks
By
Martin Jansa
·
#49478
·
|
|
Re: how to un-blacklist a blacklisted recipe?
never mind, just took a look at the commit which does exactly this.
is it worth submitting a patch to tweak the few hard assignments?
rday
never mind, just took a look at the commit which does exactly this.
is it worth submitting a patch to tweak the few hard assignments?
rday
|
By
Robert P. J. Day
·
#49477
·
|
|
Re: how to un-blacklist a blacklisted recipe?
i just now determined that that is exactly what is happening --
tried it with nanopb recipe from meta-oe, which contains:
PNBLACKLIST[nanopb] = "Needs forward porting to use python3"
switched
i just now determined that that is exactly what is happening --
tried it with nanopb recipe from meta-oe, which contains:
PNBLACKLIST[nanopb] = "Needs forward porting to use python3"
switched
|
By
Robert P. J. Day
·
#49476
·
|
|
Re: how to un-blacklist a blacklisted recipe?
Yes, in local.conf or distro config, both work fine.
Maybe your PNBLACKLIST you're trying to unblacklist is using normal assignment instead of weak one?
Yes, in local.conf or distro config, both work fine.
Maybe your PNBLACKLIST you're trying to unblacklist is using normal assignment instead of weak one?
|
By
Martin Jansa
·
#49475
·
|
|
Re: how to un-blacklist a blacklisted recipe?
*where* did you set it to empty? in your local.conf?
*where* did you set it to empty? in your local.conf?
|
By
Robert P. J. Day
·
#49474
·
|
|
Re: how to un-blacklist a blacklisted recipe?
i tested it ... at least i *thought* i tested it on a blacklisted
recipe. i'll try it again, i guess i just misspelled something.
rday
i tested it ... at least i *thought* i tested it on a blacklisted
recipe. i'll try it again, i guess i just misspelled something.
rday
|
By
Robert P. J. Day
·
#49473
·
|
|
Re: how to un-blacklist a blacklisted recipe?
I don't use WR, but setting it to empty works fine for me.
Why do you think it shouldn't work? See
https://git.openembedded.org/openembedded-core/tree/meta/classes/blacklist.bbclass#n18
I don't use WR, but setting it to empty works fine for me.
Why do you think it shouldn't work? See
https://git.openembedded.org/openembedded-core/tree/meta/classes/blacklist.bbclass#n18
|
By
Martin Jansa
·
#49472
·
|
|
how to un-blacklist a blacklisted recipe?
asking what is almost certainly a silly question, but as i'm poring
over the wind river LTS 19 (aka "zeus") developer's guide, i know that
WR adds a feature for un-blacklisting blacklisted recipes via
asking what is almost certainly a silly question, but as i'm poring
over the wind river LTS 19 (aka "zeus") developer's guide, i know that
WR adds a feature for un-blacklisting blacklisted recipes via
|
By
Robert P. J. Day
·
#49471
·
|
|
Re: overwrite LAYERSERIES_COMPAT_ for different layer
FWIW, you could make the parsing order not matter (at least in thud,
from a quick look, master as well). LAYERSERIES_COMPAT is resolved after
all layer.conf have been parsed[1]. I do not know if it's
FWIW, you could make the parsing order not matter (at least in thud,
from a quick look, master as well). LAYERSERIES_COMPAT is resolved after
all layer.conf have been parsed[1]. I do not know if it's
|
By
Quentin Schulz
·
#49470
·
|
|
gpg: can't connect to the agent: File name too long
Hi,
I'm using this command from a new image type
'''
gpg --homedir home --encrypt --sign --default-key "server@..." --pinentry-mode loopback --passphrase-file server.passphrase --recipient
Hi,
I'm using this command from a new image type
'''
gpg --homedir home --encrypt --sign --default-key "server@..." --pinentry-mode loopback --passphrase-file server.passphrase --recipient
|
By
Damien LEFEVRE
·
#49469
·
|
|
Please unsubscribe me from the mailing list.
Please unsubscribe me from the mailing list.
Please unsubscribe me from the mailing list.
|
By
Jean François DAROCHA
·
#49468
·
|
|
Re: overwrite LAYERSERIES_COMPAT_ for different layer
You can add a layer which will set LAYERSERIES_COMPAT for another layer, but it needs to be parsed before the layer you want to change,
You can add a layer which will set LAYERSERIES_COMPAT for another layer, but it needs to be parsed before the layer you want to change,
|
By
Martin Jansa
·
#49467
·
|
|
overwrite LAYERSERIES_COMPAT_ for different layer
Hi,
have an issue with a layer which doesn't have the current dunfell release in it's LAYERSERIES_COMPAT_
-> can I overwrite it somehow in a different layer or local.conf?
-> can I configure the error
Hi,
have an issue with a layer which doesn't have the current dunfell release in it's LAYERSERIES_COMPAT_
-> can I overwrite it somehow in a different layer or local.conf?
-> can I configure the error
|
By
TRO <thomas.roos@...>
·
#49466
·
|
|
Re: can i run an arbitrary x86_64-based image under QEMU?
i suspected it was a WR thing, thanks.
rday
i suspected it was a WR thing, thanks.
rday
|
By
Robert P. J. Day
·
#49465
·
|