|
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
·
|
|
Re: [meta-raspberrypi] Booting a Raspberry Pi 4 using PXE
Hello all,
to be able to diagnose my problem, I worked on enabling uart console access to my Raspberry Pi 4B.
It seems the Raspberry Pi puts `8250.nr_uarts=0` in the linux kernel cmdline whenever
Hello all,
to be able to diagnose my problem, I worked on enabling uart console access to my Raspberry Pi 4B.
It seems the Raspberry Pi puts `8250.nr_uarts=0` in the linux kernel cmdline whenever
|
By
Manuel Wagesreither
·
#53389
·
|
|
Re: #yocto cmake configurations
#yocto
All the libraries are under the SDK here:
-L/disk0/scratch/smonsees/sbcbSTD_SDK/limws/3.0.4/sysroots/corei7-64-poky-linux/usr/lib
I need the DRM libraries to be picked up correctly,
All the libraries are under the SDK here:
-L/disk0/scratch/smonsees/sbcbSTD_SDK/limws/3.0.4/sysroots/corei7-64-poky-linux/usr/lib
I need the DRM libraries to be picked up correctly,
|
By
Monsees, Steven C (US)
·
#53388
·
|
|
Re: #yocto cmake configurations
#yocto
Khem:
I only have the following libraries present for these:
libclang.so
libclang.so.9
libdrm_intel.so
libdrm_intel.so.1
libdrm_intel.so.1.0.0
libdrm.so
libdrm.so.2
libdrm.so.2.4.0
Khem:
I only have the following libraries present for these:
libclang.so
libclang.so.9
libdrm_intel.so
libdrm_intel.so.1
libdrm_intel.so.1.0.0
libdrm.so
libdrm.so.2
libdrm.so.2.4.0
|
By
Monsees, Steven C (US)
·
#53387
·
|
|
Re: what OE/YP layers should be considered "supported"?
granted, that Q was a bit vague ... based on a suggestion of
richard's, i was going to do an "audit" of OE/YP layers to see the
effect of doing a particular minor cleanup, but it's not clear
granted, that Q was a bit vague ... based on a suggestion of
richard's, i was going to do an "audit" of OE/YP layers to see the
effect of doing a particular minor cleanup, but it's not clear
|
By
Robert P. J. Day
·
#53386
·
|
|
Re: Hardknott - pseudo excluded from intercept_scripts
The following code is an effective workaround. It must be added after the core-image is inherited.
python () {
pseudo_ignore_paths = d.getVar('PSEUDO_IGNORE_PATHS')
result = ','.join([x for
The following code is an effective workaround. It must be added after the core-image is inherited.
python () {
pseudo_ignore_paths = d.getVar('PSEUDO_IGNORE_PATHS')
result = ','.join([x for
|
By
Chuck Wolber
·
#53385
·
|
|
Hardknott - pseudo excluded from intercept_scripts
I was attempting an image build with Yocto Hardknott, and I ran into a chown problem during do_rootfs(). I traced it down to ${WORKDIR}/intercept_scripts showing up in the PSEUDO_IGNORE_PATHS
I was attempting an image build with Yocto Hardknott, and I ran into a chown problem during do_rootfs(). I traced it down to ${WORKDIR}/intercept_scripts showing up in the PSEUDO_IGNORE_PATHS
|
By
Chuck Wolber
·
#53384
·
|