|
pypi setuptools based recipe fails ModuleNotFoundError: No module named 'pkg_resources'
#python
I'm attempting to make a simple bitbake recipe for python3-astropy that inherits from pypi and setuptools3. The very simple recipe is attached.
When I build I'm getting this error:I don't understand
I'm attempting to make a simple bitbake recipe for python3-astropy that inherits from pypi and setuptools3. The very simple recipe is attached.
When I build I'm getting this error:I don't understand
|
By
David Babich
·
#52157
·
|
|
Re: #yocto #gstreamer #gstreamer1.0-plugins-bad
#yocto
#gstreamer
#aom
#av1
Oops, I see that Khem has replied to a later email.
--
# Randy MacLeod
# Wind River Linux
Oops, I see that Khem has replied to a later email.
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#52156
·
|
|
Re: #yocto #gstreamer #gstreamer1.0-plugins-bad
#yocto
#gstreamer
#aom
#av1
Bonjour Safouane.Maaloul,
Did you figure this out?
The Yocto email list is >99.99% English so please consider translating
before posting:
Google translate says:
I don't use gstreamer but if you
Bonjour Safouane.Maaloul,
Did you figure this out?
The Yocto email list is >99.99% English so please consider translating
before posting:
Google translate says:
I don't use gstreamer but if you
|
By
Randy MacLeod
·
#52155
·
|
|
Re: SDKMACHINE and ppc64le issue with latest head?
Darn, I tried just adding this:
cat meta/conf/machine-sdk/ppc64le.conf
SDK_ARCH = "ppc64le"
ABIEXTENSION_class-nativesdk = ""
I get further but then hit a bunch of fails like this:
ERROR:
Darn, I tried just adding this:
cat meta/conf/machine-sdk/ppc64le.conf
SDK_ARCH = "ppc64le"
ABIEXTENSION_class-nativesdk = ""
I get further but then hit a bunch of fails like this:
ERROR:
|
By
Andrew Geissler
·
#52154
·
|
|
Re: SDKMACHINE and ppc64le issue with latest head?
That would likely avoid the failures you're seeing, yes.
I really wish we had better support for ppc64le both for hosts and
targets and had people actively involved/maintaining the ppc support,
its
That would likely avoid the failures you're seeing, yes.
I really wish we had better support for ppc64le both for hosts and
targets and had people actively involved/maintaining the ppc support,
its
|
By
Richard Purdie
·
#52153
·
|
|
Re: SDKMACHINE and ppc64le issue with latest head?
> What was SDKMACHINE set to before?
Hey Richard, thanks for the quick response.
We did not have it set. It looks like this recent commit is what changed things on us:
commit
> What was SDKMACHINE set to before?
Hey Richard, thanks for the quick response.
We did not have it set. It looks like this recent commit is what changed things on us:
commit
|
By
Andrew Geissler
·
#52152
·
|
|
Re: SDKMACHINE and ppc64le issue with latest head?
What was SDKMACHINE set to before?
Cheers,
Richard
What was SDKMACHINE set to before?
Cheers,
Richard
|
By
Richard Purdie
·
#52151
·
|
|
[dunfell][PATCH v2 3/3] bitbake: fetch/git: download LFS content too during do_fetch
From: Matt Hoosier <matt.hoosier@...>
Insert an explicit pass to fetch all blobs needed by Git LFS, during the
fetch() function. This avoids the default behavior of Git LFS to wait
until 'git
From: Matt Hoosier <matt.hoosier@...>
Insert an explicit pass to fetch all blobs needed by Git LFS, during the
fetch() function. This avoids the default behavior of Git LFS to wait
until 'git
|
By
Mikko Rapeli
·
#52150
·
|
|
[dunfell][PATCH v2 2/3] bitbake: git.py: Use the correct branch to check if the repository has LFS objects.
From: Mauro Queirós <maurofrqueiros@...>
Function "contains_lfs" was only looking at the master branch when searching for LFS
content. LFS may be configured in specific branches only, so we
From: Mauro Queirós <maurofrqueiros@...>
Function "contains_lfs" was only looking at the master branch when searching for LFS
content. LFS may be configured in specific branches only, so we
|
By
Mikko Rapeli
·
#52149
·
|
|
[dunfell][PATCH v2 1/3] bitbake: git.py: skip smudging if lfs=0 is set
From: Mauro Queirós <maurofrqueiros@...>
Git-LFS objects were being fetched even when lfs=0 was not set.
This patch disables LFS smudging when lfs=0. That way, only the LFS pointers
are
From: Mauro Queirós <maurofrqueiros@...>
Git-LFS objects were being fetched even when lfs=0 was not set.
This patch disables LFS smudging when lfs=0. That way, only the LFS pointers
are
|
By
Mikko Rapeli
·
#52148
·
|
|
Re: [OE-core] [dunfell][PATCH 1/2] bitbake: git.py: Use the correct branch to check if the repository has LFS objects.
Sorry, third patch needs to be backported from master for git lfs to work
nicely on dunfell. Will send a v2.
-Mikko
Sorry, third patch needs to be backported from master for git lfs to work
nicely on dunfell. Will send a v2.
-Mikko
|
By
Mikko Rapeli
·
#52147
·
|
|
SDKMACHINE and ppc64le issue with latest head?
Over in OpenBMC, we utilize a mix of x86 and ppc64le machines for our CI.
Our latest rebase of poky master (https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39533/) has started failing to
Over in OpenBMC, we utilize a mix of x86 and ppc64le machines for our CI.
Our latest rebase of poky master (https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39533/) has started failing to
|
By
Andrew Geissler
·
#52146
·
|
|
[dunfell][PATCH 2/2] bitbake: fetch/git: download LFS content too during do_fetch
From: Matt Hoosier <matt.hoosier@...>
Insert an explicit pass to fetch all blobs needed by Git LFS, during the
fetch() function. This avoids the default behavior of Git LFS to wait
until 'git
From: Matt Hoosier <matt.hoosier@...>
Insert an explicit pass to fetch all blobs needed by Git LFS, during the
fetch() function. This avoids the default behavior of Git LFS to wait
until 'git
|
By
Mikko Rapeli
·
#52145
·
|
|
[dunfell][PATCH 1/2] bitbake: git.py: Use the correct branch to check if the repository has LFS objects.
From: Mauro Queirós <maurofrqueiros@...>
Function "contains_lfs" was only looking at the master branch when searching for LFS
content. LFS may be configured in specific branches only, so we
From: Mauro Queirós <maurofrqueiros@...>
Function "contains_lfs" was only looking at the master branch when searching for LFS
content. LFS may be configured in specific branches only, so we
|
By
Mikko Rapeli
·
#52144
·
|
|
Re: git lfs not working in dunfell
There is a patch in bitbake master related to this which you may want
to test and maybe request for adding to dunfell if it
There is a patch in bitbake master related to this which you may want
to test and maybe request for adding to dunfell if it
|
By
Richard Purdie
·
#52143
·
|
|
[meta-mingw] [PATCH 2/2] README: Add instructions for configuring git repo for sending patches
Signed-off-by: Richard Purdie <richard.purdie@...>
---
README | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README b/README
index c17f74a..af3ace9 100644
--- a/README
+++
Signed-off-by: Richard Purdie <richard.purdie@...>
---
README | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README b/README
index c17f74a..af3ace9 100644
--- a/README
+++
|
By
Richard Purdie
·
#52142
·
|
|
[meta-mingw] [PATCH 1/2] libiconv: Update to work with autoconf 2.70
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../libiconv/libiconv/autoconf270.patch | 17 +++++++++++++++++
recipes-support/libiconv/libiconv_1.15.bb | 3
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../libiconv/libiconv/autoconf270.patch | 17 +++++++++++++++++
recipes-support/libiconv/libiconv_1.15.bb | 3
|
By
Richard Purdie
·
#52141
·
|
|
[meta-gplv2] [PATCH 3/3] grep: Update to work with autoconf 2.70
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../grep/grep-2.5.1a/autoconf270.patch | 27 +++++++++++++++++++
recipes-extended/grep/grep_2.5.1a.bb | 1 +
2
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../grep/grep-2.5.1a/autoconf270.patch | 27 +++++++++++++++++++
recipes-extended/grep/grep_2.5.1a.bb | 1 +
2
|
By
Richard Purdie
·
#52140
·
|
|
[meta-gplv2] [PATCH 2/3] diffutils: Update to work with autoconf 2.70
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../diffutils/diffutils-2.8.1/autoconf270.patch | 17 +++++++++++++++++
recipes-extended/diffutils/diffutils_2.8.1.bb | 1 +
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../diffutils/diffutils-2.8.1/autoconf270.patch | 17 +++++++++++++++++
recipes-extended/diffutils/diffutils_2.8.1.bb | 1 +
|
By
Richard Purdie
·
#52139
·
|
|
[meta-gplv2] [PATCH 1/3] bash: Update to work with autoconf 2.70
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../bash/bash-3.2.57/autoconf270.patch | 17 +++++++++++++++++
recipes-extended/bash/bash_3.2.57.bb | 1 +
Signed-off-by: Richard Purdie <richard.purdie@...>
---
.../bash/bash-3.2.57/autoconf270.patch | 17 +++++++++++++++++
recipes-extended/bash/bash_3.2.57.bb | 1 +
|
By
Richard Purdie
·
#52138
·
|