|
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
No, you should chown the files to be owned by the expected user which exists in the image (probably root like in my commit). Changing the UID of the user on host is very bad work around (as it will
No, you should chown the files to be owned by the expected user which exists in the image (probably root like in my commit). Changing the UID of the user on host is very bad work around (as it will
|
By
Martin Jansa
·
#53409
·
|
|
Re: Hardknott - pseudo excluded from intercept_scripts
This should be fixed in master, the issue was triggered by a checkout
owned by root/root:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=eff192abe2ee43ebf981bafbb7fca8602ebdcf0c
Steve/Anuj:
This should be fixed in master, the issue was triggered by a checkout
owned by root/root:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=eff192abe2ee43ebf981bafbb7fca8602ebdcf0c
Steve/Anuj:
|
By
Richard Purdie
·
#53408
·
|
|
Re: KeyError: 'getpwuid(): uid not found: 1000' in do_package phase
Hi Martin!
By
Thomas Hill
·
#53407
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Adding BB_ORIGENV to do_compile[vardepsexclude] solved the issue. Thanks for your help!
Adding BB_ORIGENV to do_compile[vardepsexclude] solved the issue. Thanks for your help!
|
By
Sven
·
#53406
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Hi Richard,
Unfortunately, that doesn't make the error messages go away. I agree that it's not great that go-mod fetches during do_compile but that's the way it currently is.
For completeness sake,
Hi Richard,
Unfortunately, that doesn't make the error messages go away. I agree that it's not great that go-mod fetches during do_compile but that's the way it currently is.
For completeness sake,
|
By
Sven
·
#53405
·
|
|
Re: Recipe Grep'ing
right, that's what if we want to do this then it has to be persisted
with otherwise it will end up being one time exercise with all these
losses you described.
right, that's what if we want to do this then it has to be persisted
with otherwise it will end up being one time exercise with all these
losses you described.
|
By
Khem Raj
·
#53404
·
|
|
Re: Recipe Grep'ing
The other issue with large formatting patches, is that they make a
history "wall". So when we are debugging and trying to figure why a
change was made, you always have to jump over the wall (or dig
The other issue with large formatting patches, is that they make a
history "wall". So when we are debugging and trying to figure why a
change was made, you always have to jump over the wall (or dig
|
By
Bruce Ashfield
·
#53403
·
|
|
Re: Recipe Grep'ing
I think it is a good idea, however, to make it persistent it would be nice to have a linter, which can do such checks and perhaps we can enable this in autobuilders so we can keep such cleansups
I think it is a good idea, however, to make it persistent it would be nice to have a linter, which can do such checks and perhaps we can enable this in autobuilders so we can keep such cleansups
|
By
Khem Raj
·
#53402
·
|
|
Recipe Grep'ing
I was pondering putting some work in to a fairly large patch set aimed at making recipes easier to grep through, and wanted to get some feedback before I put time and effort into it.
I have often
I was pondering putting some work in to a fairly large patch set aimed at making recipes easier to grep through, and wanted to get some feedback before I put time and effort into it.
I have often
|
By
Chuck Wolber
·
#53401
·
|
|
Re: #yocto cmake configurations
#yocto
usually one uses llvm-config to get the libs and order is important too especially with static libs. Can you dump all .a files from clang and see if its defined in some other .a which is either
usually one uses llvm-config to get the libs and order is important too especially with static libs. Can you dump all .a files from clang and see if its defined in some other .a which is either
|
By
Khem Raj
·
#53400
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
On Mon, 2021-05-03 at 11:25 -0700, Sven via lists.yoctoproject.org wrote:
Hi,
I have put together a recipe inheriting from go-mod. This project depends on
> out-of-repo modules that sit in private
On Mon, 2021-05-03 at 11:25 -0700, Sven via lists.yoctoproject.org wrote:
Hi,
I have put together a recipe inheriting from go-mod. This project depends on
> out-of-repo modules that sit in private
|
By
Richard Purdie
·
#53399
·
|
|
Re: #yocto cmake configurations
#yocto
I made some modification in the cmake modules to adjust for the linker issue below, but now I appear to have uncovered an issue with the static libraries which meta-clang generated under the SDK…
I made some modification in the cmake modules to adjust for the linker issue below, but now I appear to have uncovered an issue with the static libraries which meta-clang generated under the SDK…
|
By
Monsees, Steven C (US)
·
#53398
·
|
|
[PATCH yocto-autobuilder-helper] config.json: do not add separate gdk-pixbuf jpg/png modules to images
JPG/PNG have become builtin in gdk-pixbuf 2.42.x
(other formats are still external).
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 4 ++--
1 file changed, 2
JPG/PNG have become builtin in gdk-pixbuf 2.42.x
(other formats are still external).
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 4 ++--
1 file changed, 2
|
By
Alexander Kanavin
·
#53397
·
|
|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
Hello Anton,
Am Mi, 5. Mai 2021, um 15:34, schrieb Anton Antonov:
The boot files (kernel, kernel parameters, device tree overlays, ...) served by TFTP are bit-identical to the ones present at `/boot`
Hello Anton,
Am Mi, 5. Mai 2021, um 15:34, schrieb Anton Antonov:
The boot files (kernel, kernel parameters, device tree overlays, ...) served by TFTP are bit-identical to the ones present at `/boot`
|
By
Manuel Wagesreither
·
#53396
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Hi Sven,
No, I do not use any custom go-based recipe.
BR,
Quentin
Hi Sven,
No, I do not use any custom go-based recipe.
BR,
Quentin
|
By
Quentin Schulz
·
#53395
·
|
|
Re: SSH_AUTH_SOCK unavailable when pulling modules
#golang
Hi Quentin,
Thanks for your reply. Did you have success with this technique when compiling a go-mod recipe where some of the go dependencies sit in private repos? The standard git fetcher works for
Hi Quentin,
Thanks for your reply. Did you have success with this technique when compiling a go-mod recipe where some of the go dependencies sit in private repos? The standard git fetcher works for
|
By
Sven
·
#53394
·
|
|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
I don't know what exactly you mean by "whenever the Raspi is booting over the network".
When a machine boots from network (i,e. using DHCP/BOOTP) then usually DHCP server points to, for example, a
I don't know what exactly you mean by "whenever the Raspi is booting over the network".
When a machine boots from network (i,e. using DHCP/BOOTP) then usually DHCP server points to, for example, a
|
By
Anton Antonov
·
#53393
·
|
|
[meta-rockchip][PATCH v5 2/2] WIP linux-yocto: add workaround to disable VOPL usage on HDMI
From: Yann Dirson <yann@...>
There is a known issue in mainline kernel making the machine unusable
once a HDMI screen is plugged. This patch lets VOPB be alone to use
the HDMI port and
From: Yann Dirson <yann@...>
There is a known issue in mainline kernel making the machine unusable
once a HDMI screen is plugged. This patch lets VOPB be alone to use
the HDMI port and
|
By
Yann Dirson
·
#53392
·
|
|
[meta-rockchip][PATCH v5 1/2] linux-yocto: add an initial NanoPi-M4 BSP
From: Yann Dirson <yann@...>
This patch provides "standard" and "tiny" BSP.
There is still much work to be done in dispatching feature to individual
scc files - the more boards we can
From: Yann Dirson <yann@...>
This patch provides "standard" and "tiny" BSP.
There is still much work to be done in dispatching feature to individual
scc files - the more boards we can
|
By
Yann Dirson
·
#53391
·
|
|
[meta-rockchip][PATCH v5 0/2] kmeta BSP for nanopi-m4
From: Yann Dirson <yann@...>
The Wifi/BT support requires firmware, to be properly packaged; BT
support itself is still buggy in mainline; audio jack requires a
couple of
From: Yann Dirson <yann@...>
The Wifi/BT support requires firmware, to be properly packaged; BT
support itself is still buggy in mainline; audio jack requires a
couple of
|
By
Yann Dirson
·
#53390
·
|