|
Re: python3-smbus no longer builds - Does anyone have an idea?
Dang - that's the second issue being open in this series...
Try
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/smbus-*-*.whl"
instead - and it should really work
Dang - that's the second issue being open in this series...
Try
PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/smbus-*-*.whl"
instead - and it should really work
|
By
Konrad Weihmann <kweihmann@...>
·
#56313
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hello Konrad,
Thanks for the quick feedback.
Have you been able to build the package with the change?
I get a similar error with it:
ERROR: smbus-4.3-*.whl is not a valid wheel filename.
Best
Hello Konrad,
Thanks for the quick feedback.
Have you been able to build the package with the change?
I get a similar error with it:
ERROR: smbus-4.3-*.whl is not a valid wheel filename.
Best
|
By
Matthias Klein
·
#56312
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hi Matthias,
this is cause by merged PEP-517 changes.
To make it build again just inject
PIP_INSTALL_PACKAGE = "smbus"
into the recipe or a bbappend.
Mainly the python3-prefix of the recipe, makes
Hi Matthias,
this is cause by merged PEP-517 changes.
To make it build again just inject
PIP_INSTALL_PACKAGE = "smbus"
into the recipe or a bbappend.
Mainly the python3-prefix of the recipe, makes
|
By
Konrad Weihmann <kweihmann@...>
·
#56311
·
|
|
python3-smbus no longer builds - Does anyone have an idea?
Hello,
the python3-smbus package no longer builds.
The install step ends with the following error message:
ERROR: python3_smbus-4.3-*.whl is not a valid wheel filename.
Does anyone have
Hello,
the python3-smbus package no longer builds.
The install step ends with the following error message:
ERROR: python3_smbus-4.3-*.whl is not a valid wheel filename.
Does anyone have
|
By
Matthias Klein
·
#56310
·
|
|
Re: Correspondance between Qt5 components and meta-qt5 recipes
Hi Perceval,
Just a rough guess, I think you want qtsvg in DEPENDS for svg support and/or
qtbase in DEPENDS for gif support. I don't know of any mapping but the recipes
seem to align quite clearly
Hi Perceval,
Just a rough guess, I think you want qtsvg in DEPENDS for svg support and/or
qtbase in DEPENDS for gif support. I don't know of any mapping but the recipes
seem to align quite clearly
|
By
Michael Ho
·
#56309
·
|
|
Re: extract several source tree with devtool
You probably need to fix devtool as it is not designed to handle this,
patches welcome.
Alex
You probably need to fix devtool as it is not designed to handle this,
patches welcome.
Alex
|
By
Alexander Kanavin
·
#56308
·
|
|
Re: extract several source tree with devtool
Hi all,
Any ideas?
Thanks
Julien
Le lun. 21 févr. 2022 à 18:24, Julien STEPHAN via lists.yoctoproject.org <jstephan=baylibre.com@...> a écrit :
Hi all,
Any ideas?
Thanks
Julien
Le lun. 21 févr. 2022 à 18:24, Julien STEPHAN via lists.yoctoproject.org <jstephan=baylibre.com@...> a écrit :
|
By
Julien Stephan
·
#56307
·
|
|
Re: [yocto-infrastructure] [yocto] Service outage beginning Saturday Feb. 26th 1700 UTC
All of the autobuilder workers are now back online and building.
The move is nearly complete. All machines except 1 survived despite some minor cosmetic damage. Only access.yocto.io was lost in the
All of the autobuilder workers are now back online and building.
The move is nearly complete. All machines except 1 survived despite some minor cosmetic damage. Only access.yocto.io was lost in the
|
By
Michael Halstead
·
#56306
·
|
|
Re: Building Yocto images for RPi CM4
You can press bunch of carriage returns and try to login on this series console with the username password you have that will get you further and can check if ssh service is running and network is up
You can press bunch of carriage returns and try to login on this series console with the username password you have that will get you further and can check if ssh service is running and network is up
|
By
Khem Raj
·
#56305
·
|
|
Re: [yocto-infrastructure] [yocto] Service outage beginning Saturday Feb. 26th 1700 UTC
Thanks Micheal.
Hope you can enjoy the rest of your weekend.
- Armin
Thanks Micheal.
Hope you can enjoy the rest of your weekend.
- Armin
|
By
Armin Kuster
·
#56304
·
|
|
[meta-security][PATCH] tpm2-tss: fix user perms
[Yocto #14724]
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.1.0.bb | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git
[Yocto #14724]
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.1.0.bb | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git
|
By
Armin Kuster
·
#56303
·
|
|
[meta-security][PATCH] python3-fail2ban: Migrate to use wheels.
This package uses 2to3 so need to call build-it ourselves.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 6 +++++-
1 file changed, 5
This package uses 2to3 so need to call build-it ourselves.
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 6 +++++-
1 file changed, 5
|
By
Armin Kuster
·
#56302
·
|
|
Re: [OE-core] Yocto Project Status WW08`22
There's going to be a 3.3.6 as well and that is going to be the last.
From this status email:
* YP 3.3.6 build date 2022/03/28
* YP 3.3.6 Release date 2022/04/08
Thanks,
Anuj
There's going to be a 3.3.6 as well and that is going to be the last.
From this status email:
* YP 3.3.6 build date 2022/03/28
* YP 3.3.6 Release date 2022/04/08
Thanks,
Anuj
|
By
Anuj Mittal
·
#56301
·
|
|
Re: [OE-core] Yocto Project Status WW08`22
I see there is an April release of Hardknott. Is that the last official Hardknott release from the Yocto Project?
-armin
I see there is an April release of Hardknott. Is that the last official Hardknott release from the Yocto Project?
-armin
|
By
Armin Kuster
·
#56300
·
|
|
Correspondance between Qt5 components and meta-qt5 recipes
Hello everyone,
I don't know if it is the right place or if my question belong more in the
openembedded-architecture mailing list.
I'm trying to build an image with my Qt5 based application. I know
Hello everyone,
I don't know if it is the right place or if my question belong more in the
openembedded-architecture mailing list.
I'm trying to build an image with my Qt5 based application. I know
|
By
Perceval
·
#56299
·
|
|
Re: Building Yocto images for RPi CM4
Hello Khem,
I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting:
[ 0.000000] Booting Linux on physical
Hello Khem,
I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting:
[ 0.000000] Booting Linux on physical
|
By
Sourabh Hegde
·
#56298
·
|
|
features_check and IMAGE_FEATURES or EXTRA_IMAGE_FEATURES
Hi all.
With he class features_check is it possible to check the content od IMAGE_FEATURES or EXTRA_IMAGE_FEATURES too?
Thanks all
MZ
Hi all.
With he class features_check is it possible to check the content od IMAGE_FEATURES or EXTRA_IMAGE_FEATURES too?
Thanks all
MZ
|
By
Mauro Ziliani
·
#56297
·
|
|
Re: Service outage beginning Saturday Feb. 26th 1700 UTC
These services are now available.
downloads.yoctoproject.org
sstate.yoctoproject.org
Restoring sources.openembedded.org is in process and it will be available shortly.
Autobuilder workers will be
These services are now available.
downloads.yoctoproject.org
sstate.yoctoproject.org
Restoring sources.openembedded.org is in process and it will be available shortly.
Autobuilder workers will be
|
By
Michael Halstead
·
#56296
·
|
|
Re: Service outage beginning Saturday Feb. 26th 1700 UTC
These services are restored:
bugzilla.yoctoproject.org
IRC Logging
openembedded.org
wiki.yoctoproject.org
The move continues.
On Tue, Feb 22, 2022 at 5:02 PM Michael Halstead via
These services are restored:
bugzilla.yoctoproject.org
IRC Logging
openembedded.org
wiki.yoctoproject.org
The move continues.
On Tue, Feb 22, 2022 at 5:02 PM Michael Halstead via
|
By
Michael Halstead
·
#56295
·
|
|
[meta-security][PATCH] apparmor: update to 3.0.4
drop to patches no longer needed
use setuptools
Signed-off-by: Armin Kuster <akuster808@...>
---
.../{apparmor_3.0.1.bb => apparmor_3.0.4.bb} | 6 +-
drop to patches no longer needed
use setuptools
Signed-off-by: Armin Kuster <akuster808@...>
---
.../{apparmor_3.0.1.bb => apparmor_3.0.4.bb} | 6 +-
|
By
Armin Kuster
·
#56294
·
|