|
Re: [meta-rockchip][PATCH v2] rock-pi-4: Split our variant machines
Applied, thanks!
By
Trevor Woerner
·
#52163
·
|
|
Re: Writing a BSP from downstream kernel sources
Thanks a lot for the advice! However, I can't seem to find a `const` that I can simply remove. To give more context, here is the log output around such an error (it seems like it is often surrounded
Thanks a lot for the advice! However, I can't seem to find a `const` that I can simply remove. To give more context, here is the log output around such an error (it seems like it is often surrounded
|
By
Jonas Vautherin
·
#52162
·
|
|
#yocto #zeus #sdk populate_sdk_ext build failing
#yocto
#zeus
#sdk
I need some help in understanding why the SDK EXT is failing to build under zeus…
Can someone explain why the extended sdk build fails and how I might resolve ?
sbcb-defaultfs kernel builds
I need some help in understanding why the SDK EXT is failing to build under zeus…
Can someone explain why the extended sdk build fails and how I might resolve ?
sbcb-defaultfs kernel builds
|
By
Monsees, Steven C (US)
·
#52161
·
|
|
Re: Task only for target recipe
thanks for the hint :-)
it did it however I run in other problems:
My goal is to cross-compile executable scripts into binaries using shc tool: https://github.com/neurobin/shc
the SHC tool converts
thanks for the hint :-)
it did it however I run in other problems:
My goal is to cross-compile executable scripts into binaries using shc tool: https://github.com/neurobin/shc
the SHC tool converts
|
By
Ayoub Zaki
·
#52160
·
|
|
Re: SDKMACHINE and ppc64le issue with latest head?
SDKMACHINE is the machine to run any SDK that is built on. If you're
not building an SDK or eSDK, it won't matter to your use case.
BUILD_ARCH is the machine you're building upon which is already
SDKMACHINE is the machine to run any SDK that is built on. If you're
not building an SDK or eSDK, it won't matter to your use case.
BUILD_ARCH is the machine you're building upon which is already
|
By
Richard Purdie
·
#52159
·
|
|
Re: pypi setuptools based recipe fails ModuleNotFoundError: No module named 'pkg_resources'
#python
The issue here is that you are overwriting the DEPENDS after the inherit.
Two ways to solve this problem
Either use
DEPENDS = "python3-astropy-helpers"
PYPI_PACKAGE = "astropy"
inherit
The issue here is that you are overwriting the DEPENDS after the inherit.
Two ways to solve this problem
Either use
DEPENDS = "python3-astropy-helpers"
PYPI_PACKAGE = "astropy"
inherit
|
By
Konrad Weihmann <kweihmann@...>
·
#52158
·
|
|
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 <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 <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 <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 <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 <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 <mikko.rapeli@...>
·
#52144
·
|