|
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
·
|
|
Re: [ptest-runner] Added output processing to pytest
Is it possible to continue to add ptest for python-XX in the old way at present, and wait for the new recipe to be integrated (uncertain time), and then uniformly process the output? Or suspend the
Is it possible to continue to add ptest for python-XX in the old way at present, and wait for the new recipe to be integrated (uncertain time), and then uniformly process the output? Or suspend the
|
By
zangrc
·
#49464
·
|
|
Re: [ptest-runner] Added output processing to pytest
I like the idea of format the output at level of pytest, in OEQA there is OETestResult class that is where the changes need to be made to add the option to use AM
I like the idea of format the output at level of pytest, in OEQA there is OETestResult class that is where the changes need to be made to add the option to use AM
|
By
Anibal Limon
·
#49463
·
|
|
Re: can i run an arbitrary x86_64-based image under QEMU?
To me this seems like Wind River's special sauce.
The CHANGELOG in meta-intel says this:
Added QEMU support.
-------------------
We now build several virtio drivers into the kernel by default,
To me this seems like Wind River's special sauce.
The CHANGELOG in meta-intel says this:
Added QEMU support.
-------------------
We now build several virtio drivers into the kernel by default,
|
By
Alexander Kanavin
·
#49462
·
|
|
can i run an arbitrary x86_64-based image under QEMU?
currently poring over wind river docs and in release notes for WR
LTS 19 (equivalent to YP 3.0), one of the notes for RCPL 7 for this
release of WR states:
"New support to deploy a platform project
currently poring over wind river docs and in release notes for WR
LTS 19 (equivalent to YP 3.0), one of the notes for RCPL 7 for this
release of WR states:
"New support to deploy a platform project
|
By
Robert P. J. Day
·
#49461
·
|
|
nodejs 12.16 in Yocto 2.2 compatiblity
Hi,
I am cross compile nodejs 12.16 recipe for ARM v7 target using Yocto 2.2. I can built nodejs as a individual task (i.e. bitbake -c compile) (with some changes in recipe) with dependency over
Hi,
I am cross compile nodejs 12.16 recipe for ARM v7 target using Yocto 2.2. I can built nodejs as a individual task (i.e. bitbake -c compile) (with some changes in recipe) with dependency over
|
By
msrinivasan@...
·
#49460
·
|
|
Re: How to include initrd.cpio to image
Op 03-05-2020 om 13:42 schreef Gmane Admin:
Self answering, I added this to my image recipe:
ROOTFS_POSTPROCESS_COMMAND += "install_initrd; "
install_initrd() {
bbnote "Adding initrd to image
Op 03-05-2020 om 13:42 schreef Gmane Admin:
Self answering, I added this to my image recipe:
ROOTFS_POSTPROCESS_COMMAND += "install_initrd; "
install_initrd() {
bbnote "Adding initrd to image
|
By
Gmane Admin
·
#49458
·
|
|
Re: [ptest-runner] Added output processing to pytest
Awesome. I endorse a pypi recipe shipping that, which recipes can then re-use.
The next question is how to integrate that runner with pytest.
Ross
Awesome. I endorse a pypi recipe shipping that, which recipes can then re-use.
The next question is how to integrate that runner with pytest.
Ross
|
By
Ross Burton <ross@...>
·
#49457
·
|
|
Re: [ptest-runner] Added output processing to pytest
It's packaged on pypi: https://pypi.org/project/betatest/
I need to do a new release as I tidied a few things up and added a
subtest wrapper after I published v0.1.0. This gives me a kick to get
that
It's packaged on pypi: https://pypi.org/project/betatest/
I need to do a new release as I tidied a few things up and added a
subtest wrapper after I published v0.1.0. This gives me a kick to get
that
|
By
Paul Barker
·
#49456
·
|
|
Re: [ptest-runner] Added output processing to pytest
Yes, this, please.
I endorsed this approach on the oe-devel list when this first came up,
and I'm really pleased you already implemented it.
We could have a recipe in oe-core with this in, or just
Yes, this, please.
I endorsed this approach on the oe-devel list when this first came up,
and I'm really pleased you already implemented it.
We could have a recipe in oe-core with this in, or just
|
By
Ross Burton <ross@...>
·
#49455
·
|
|
Re: strange formatting of command output on core-image-base
Hi Raj,
you seem to have been spot on. After adding the "packagegroup-core-full-cmdline" to my image all command output looks perfect.
This packagegroup was the only relevant difference between
Hi Raj,
you seem to have been spot on. After adding the "packagegroup-core-full-cmdline" to my image all command output looks perfect.
This packagegroup was the only relevant difference between
|
By
stefan.wenninger@...
·
#49454
·
|
|
Re: [ptest-runner] Added output processing to pytest
Another option could be to generate the output in the correct format
directly from Python using something like this module which I wrote a
few years
Another option could be to generate the output in the correct format
directly from Python using something like this module which I wrote a
few years
|
By
Paul Barker
·
#49453
·
|
|
Re: [ptest-runner] Added output processing to pytest
Is it possible to process the output directly, rather than tweak it via sed/awk shell pipelines that are very difficult to read?
Alex
Is it possible to process the output directly, rather than tweak it via sed/awk shell pipelines that are very difficult to read?
Alex
|
By
Alexander Kanavin
·
#49452
·
|