Re: [yocto] [Openembedded-architecture] proposal: controlled deprecation process for oe-core

2024-05-24 Thread Ross Burton
On 24 May 2024, at 10:00, Zoran via lists.yoctoproject.org wrote: > > If you allow me... > > The lack of scalability was always the biggest problem of YOCTO. > > It brings a humongous rootfs, while BuildRoot is (almost) perfectly > scalable. It can scale down almost 20x. > > Latest Example

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-21 Thread Ross Burton
On 21 May 2024, at 08:51, Zoran Stojsavljevic wrote: > > Hello Martin, > > Thank you for the tip. It does work. > > I have just one question for all of you. > > What is the timeframe for Fedora 40 passing the validation? Fixing known > issues? > > 5.01 rc-3? Or 5.01 final? Or some 5.02

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-17 Thread Ross Burton
On 17 May 2024, at 11:13, Zoran Stojsavljevic wrote: > ERROR: Logfile of failure stored in: > /home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/build/tmp/work/x86_64-linux/cracklib-native/2.9.11/temp/log.do_compile.628699 If you look at the log file: | ../../git/src/lib/packlib.c:554:40:

Re: [yocto] packages not generated in output folder

2024-05-17 Thread Ross Burton
On 16 May 2024, at 20:28, SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My > yocto recipes aeh building successfully but I am unable to see any package > folders under the tmp directory. I see only log

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Ross Burton
> On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org > wrote: > The full log (full_log.txt) is attached to this @, as per Ur request > (lot of stuff, echt!). From your log: WARNING: Host distribution "fedora-40" has not been validated with this version of the build system; you may

Re: [yocto] Python3 pyee recipe for Kirkstone

2024-05-15 Thread Ross Burton
, 2024 8:05:46 PM To: Ross Burton ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Python3 pyee recipe for Kirkstone Still no pyee under site-packages and the dist-info dir is UNKNOWN $ tree ./tmp/work/corei7-64-poky-linux/python3-pyee/11.1.0-r0/image/ ./tmp/work/corei7-64-poky-linux/python3

Re: [yocto] Python3 pyee recipe for Kirkstone

2024-05-15 Thread Ross Burton
On 15 May 2024, at 19:33, Gary Huband via lists.yoctoproject.org wrote: > > I'm trying to create a Python3 recipe for pyee > https://pypi.org/project/pyee/ > The package has a pyproject.toml but no setup.py. > The build system section: > [build-system] > requires = ["setuptools",

Re: [yocto] devtool update-recipe/finish fix in scarthgap

2024-05-15 Thread Ross Burton
On 15 May 2024, at 16:41, Jeff Harris via lists.yoctoproject.org wrote: > > Is the new devtool fix for update-recipe/finish in the master branch slated > for merge into scarthgap as well? Commit > 28516320d81f1767be24fb3226021f16b425d355 fixes a problem that occurs > frequently for our

Re: [yocto] requires libsqlite3.so()(64bit), but no providers found in RDEPENDS:xxx? [file-rdeps] #kirkstone #yocto

2024-05-14 Thread Ross Burton
On 14 May 2024, at 08:55, Altous, Salahaldeen via lists.yoctoproject.org wrote: > > Hi All, > I have one yocto recipe which is using libsqlite3, the compile task is OK but > I got this error with do_package_qa > /usr/lib/libexample.so.0.2.3 contained in package example requires >

Re: [linux-yocto] Seeking information on use of linux-yocto-dev

2024-04-30 Thread Ross Burton
On 28 Apr 2024, at 20:29, Sourabh Banerjee (QUIC) wrote: > For the builds that Autobuilder runs how are the test cases run? The autobuilder runs oe-selftest, and testimage inside the images that it builds for qemu. > Does AB support any remote test invocation, such that the artifacts created

Re: [yocto] Forbidden host packages?

2024-04-30 Thread Ross Burton
On 29 Apr 2024, at 18:09, Danter, Richard via lists.yoctoproject.org wrote: > > On Mon, 2024-04-29 at 17:53 +0100, Richard Purdie wrote: >> CAUTION: This email comes from a non Wind River email account! >> Do not click links or open attachments unless you recognize the >> sender and know the

Re: [linux-yocto] Seeking information on use of linux-yocto-dev

2024-04-24 Thread Ross Burton
On 23 Apr 2024, at 17:33, Sourabh Banerjee (QUIC) wrote: 2. Is linux-yocto-dev tested by the autobuilder or a similar CI? We've had adding it to the autobuilder CI on the wishlist for quite a while. I thought Ross added something a few months ago, but I can't recall the details. We do need to

Re: [yocto] [tsc] [qa-build-notification] QA notification for completed autobuilder build (yocto-5.0.rc2)

2024-04-17 Thread Ross Burton
On 17 Apr 2024, at 09:50, Richard Purdie via lists.yoctoproject.org wrote: > For b), updating buildtools should resolve it, I thought I had done > that but there were a lot of moving pieces so I must not have got the > latest. > > I'm proposing we do but this into QA as I'd not block release on

[linux-yocto] [kernel-cache][PATCH 3/3] bsp/genericarm64: build the Intel Pro/1000 ethernet driver

2024-03-27 Thread Ross Burton
From: Ross Burton This is both used as a PCIe card, but is also often the virtual hardware in VMs. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg

[linux-yocto] [kernel-cache][PATCH 1/3] bsp/genericarm64: enable support for Xilinx KV260

2024-03-27 Thread Ross Burton
From: Ross Burton Add more config options so that the Xilinx KV260 is fully supported. This work was done by Bill Mills , I simply integrated it. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64-gpio.cfg | 13 +- bsp/genericarm64/genericarm64-i2c.cfg | 6 +- bsp/genericarm64

[linux-yocto] [kernel-cache][PATCH 2/3] bsp/genericarm64: more enabling for the ThunderX2

2024-03-27 Thread Ross Burton
From: Ross Burton Enable the ThunderX EDAC support. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index 9cda73c8..b4b6701d 100644 --- a/bsp

Re: [linux-yocto] [kernel-cache][PATCH 08/12] bsp/genericarm64: enable USB On-The-Go and Gadget

2024-03-22 Thread Ross Burton
On 21 Mar 2024, at 23:26, Bruce Ashfield wrote: >> # USB support >> +# OTG support >> +CONFIG_USB_OTG=y > > We've got more than a few BSPs that are setting this, and > really we should just add a features/usb/usb-otg.scc to > go along with the other usb features. > > I wouldn't cleanup all the

[linux-yocto] [kernel-cache][PATCH 12/12] bsp/genericarm64: enable Marvell ThunderX2 support

2024-03-20 Thread Ross Burton
From: Ross Burton Add the required options so that this BSP works on the Marvell ThunderX2. Thanks to anton.anto...@arm.com for the config and testing. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64-gpio.cfg | 2 ++ bsp/genericarm64/genericarm64-i2c.cfg | 2 ++ bsp

[linux-yocto] [kernel-cache][PATCH 11/12] bsp/genericarm64: enable networking on Kontron KBox

2024-03-20 Thread Ross Burton
From: Ross Burton Thanks to anton.anto...@arm.com. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index ebc0e858..b7046ef1 100644 --- a/bsp

[linux-yocto] [kernel-cache][PATCH 10/12] bsp/genericarm64: support some i.MX8 boards

2024-03-20 Thread Ross Burton
From: Ross Burton Add more hardware enabling so that NXP i.MX8M boards boot successfully. Thanks to anton.anto...@arm.com for the options and testing. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 33 +++ 1 file changed, 33 insertions(+) diff

[linux-yocto] [kernel-cache][PATCH 09/12] bsp/genericarm64: enable SATA

2024-03-20 Thread Ross Burton
From: Ross Burton SBCs don't tend to use SATA, but larger platforms will. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index 25dc4c4b..cd24ad83

[linux-yocto] [kernel-cache][PATCH 06/12] bsp/genericarm64: enable more SPI controllers

2024-03-20 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 56 +++ 1 file changed, 56 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index 1f0ca369..c46248d7 100644 --- a/bsp/genericarm64

[linux-yocto] [kernel-cache][PATCH 05/12] bsp/genericarm64: integrate the IMX clocks

2024-03-20 Thread Ross Burton
From: Ross Burton If these are kernel modules then there's a WARN_ON triggered when booted on IMX boards. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64-clock.cfg | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bsp/genericarm64/genericarm64

[linux-yocto] [kernel-cache][PATCH 07/12] bsp/genericarm64: enable PHY subsystem

2024-03-20 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 82 +++ 1 file changed, 82 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index c46248d7..92a1daee 100644 --- a/bsp/genericarm64

[linux-yocto] [kernel-cache][PATCH 08/12] bsp/genericarm64: enable USB On-The-Go and Gadget

2024-03-20 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64.cfg index 92a1daee..25dc4c4b 100644 --- a/bsp/genericarm64/genericarm64.cfg +++ b/bsp

[linux-yocto] [kernel-cache][PATCH 04/12] bsp/genericarm64: enable hugetlbfs

2024-03-20 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/genericarm64/genericarm64.scc b/bsp/genericarm64/genericarm64.scc index 0e4a5954..7856fa82 100644 --- a/bsp/genericarm64/genericarm64.scc +++ b/bsp

[linux-yocto] [kernel-cache][PATCH 02/12] bsp/genericarm64: move CONFIG_PHYLINK under the right comment

2024-03-20 Thread Ross Burton
From: Ross Burton A bug in my annotation script meant this item ended up in the wrong place. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/genericarm64/genericarm64.cfg b/bsp/genericarm64/genericarm64

[linux-yocto] [kernel-cache][PATCH 03/12] bsp/genericarm64: Automatically create /dev/i2c* devices

2024-03-20 Thread Ross Burton
From: Bill Mills With CONFIG_I2C_DEV=m you must modprobe that module in order to get the /dev nodes. It is a small module (~8.5K) so just include it in. Signed-off-by: Bill Mills --- bsp/genericarm64/genericarm64-i2c.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [kernel-cache][PATCH 01/12] bsp/genericarm64: include .scc files instead of .cfg

2024-03-20 Thread Ross Burton
From: Ross Burton Some .cfg files were included accidentally, fix this. Signed-off-by: Ross Burton --- bsp/genericarm64/genericarm64.scc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/genericarm64/genericarm64.scc b/bsp/genericarm64/genericarm64.scc index

Re: [yocto] install-vs-shipped

2024-03-20 Thread Ross Burton
On 20 Mar 2024, at 15:16, Bratiranjan Acharya wrote: > > HI, > it is informative yeah i am able to getting the hold of the problem. yeah you > were right after running the command i got libdir as usr/lib64 .I couldn't > get any clearer from the links of fix patch can you please tell how i can

Re: [yocto] make a-quick quick again (and light on the AB, particularly arm)

2024-03-20 Thread Ross Burton
On 20 Mar 2024, at 09:33, Alexander Kanavin via lists.yoctoproject.org wrote: > I'd like to make the following changes to reduce the load on arm workers: > - oe-selftest-armhost moves from shared to full. This is the biggest offender. > > - qemuarm64-armhost does the same > > There are also

Re: [yocto] install-vs-shipped

2024-03-19 Thread Ross Burton
On 18 Mar 2024, at 17:17, Bratiranjan Acharya via lists.yoctoproject.org wrote: > ERROR: easyloggingpp-1.0+gitAUTOINC+f1f6d98c4c-r0 do_package: QA Issue: > easyloggingpp: Files/directories were installed but not shipped in any > package: > /usr/lib > /usr/lib/libeasyloggingpp.a The

Re: [yocto] install-vs-shipped

2024-03-19 Thread Ross Burton
On 18 Mar 2024, at 18:45, Brennan Coslett via lists.yoctoproject.org wrote: > > I think you are looking for `inherit nopackages` That would result in the recipe building _no packages_, which isn’t what was asked at all. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] No module named pkgconfig

2024-03-15 Thread Ross Burton
On 15 Mar 2024, at 13:51, Ashu Joshi wrote: > > Thanks Ross. I am able to resolve the error after using pkg-config-native. > For my understanding, can you please explain the difference between pkgconfig > and pkgconfig-native. When are we supposed to use pkgconfig.? > I am relatively new to

Re: [yocto] No module named pkgconfig

2024-03-15 Thread Ross Burton
On 15 Mar 2024, at 06:20, Ashu Joshi via lists.yoctoproject.org wrote: > > Added DEPENDS += "python3-pkgconfig python3 python3-pip" > > but still face the same error. I can see its recipe in meta-python. Also, in > the work directory recipe-sysroot/usr/lib pkgconfig directory is there with >

Re: [yocto] No module named pkgconfig

2024-03-14 Thread Ross Burton
On 14 Mar 2024, at 14:40, ashujoshi35 via lists.yoctoproject.org wrote: > > Trying to install wirepas_gateway package from pypi. It fails with error no > module named pkgconfig. Below is the error > > File "setup.py", line 17, in > | import pkgconfig > | ModuleNotFoundError: No module

Re: [yocto] PACKAGECONFIG variable related patches

2024-03-14 Thread Ross Burton
On 13 Mar 2024, at 16:44, Alexander Kanavin via lists.yoctoproject.org wrote: > > The idiomatic pattern is to reject conditional patches in code review, > > Seriously, not a good idea - try to find a way to apply the patch > without conditions, and trigger the condition through a configuration

Re: [yocto] Random "Connection reset by peer" during fetch phase from Github repositories

2024-03-07 Thread Ross Burton
Try running wireshark or mitmproxy when reproducing this so you can see what host is actually disconnecting. You might be fetching from our mirrors, not the GitHub repository. Ross > On 7 Mar 2024, at 16:41, Jocelyn Meyron via lists.yoctoproject.org > wrote: > > Hi, > > I'm trying to

[yocto] [PATCH yocto-autobuilder-helper 2/3] scripts/abint: add argument parser

2024-03-07 Thread Ross Burton
From: Ross Burton Add an argument parser so that the use of the cache or verbose logging can be enabled/disabled without having to edit the source code. Signed-off-by: Ross Burton --- scripts/abint/abint.py | 45 ++ 1 file changed, 24 insertions(+), 21

[yocto] [PATCH yocto-autobuilder-helper 3/3] scripts/abint: fix sorting on initial display

2024-03-07 Thread Ross Burton
From: Ross Burton The default sorting was based on the list of seen times, but it should be based on the latest seen time. Signed-off-by: Ross Burton --- scripts/abint/abint.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/abint/abint.html.j2 b/scripts/abint

[yocto] [PATCH yocto-autobuilder-helper 1/3] scripts/abint: sort and organise imports

2024-03-07 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- scripts/abint/abint.py | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/scripts/abint/abint.py b/scripts/abint/abint.py index f4cb8b29..d4fbed7e 100755 --- a/scripts/abint/abint.py +++ b/scripts/abint/abint.py

[linux-yocto] [kernel-cache][PATCH 1/2] cfg/timer/no_hz: set NO_HZ_IDLE instead of NO_HZ

2024-03-06 Thread Ross Burton
From: Ross Burton NO_HZ was obsoleted in 2011[1] and simply selects NO_HZ_IDLE. [1] linux 3ca277e Signed-off-by: Ross Burton --- cfg/timer/no_hz.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/timer/no_hz.cfg b/cfg/timer/no_hz.cfg index a2275795..e17bec01 100644

[linux-yocto] [kernel-cache][PATCH 2/2] bsp/genericarm64: incorporate more features, and sort

2024-03-06 Thread Ross Burton
From: Ross Burton Pull in a large number of drivers and build them as modules. The set of drivers enabled is based on the current defconfig. Some chunks are split out into separate files to keep the top-level cfg file size manageable. Signed-off-by: Ross Burton --- bsp/genericarm64

[yocto] [PATCH yocto-autobuilder-helper] publish-artefacts: publish genericarm64 images

2024-03-05 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- scripts/publish-artefacts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts index f6c3d4c9..3b4e3704 100755 --- a/scripts/publish-artefacts +++ b/scripts/publish-artefacts

Re: [yocto] Using SBOM/spdx with DependencyTrack/CyclonDX

2024-03-04 Thread Ross Burton
On 3 Mar 2024, at 10:09, Jörg Sommer via lists.yoctoproject.org wrote: > does anyone use DependencyTrack https://dependencytrack.org/ to analyse CVE > vulnerabilities? I've created a script to convert the spdx.tar.zst to a > CycloneDX JSON and upload this to DependencyTrack. But I'm having the

Re: [yocto] Yocto Kirkstone VPP compilation

2024-02-27 Thread Ross Burton
On 27 Feb 2024, at 07:20, miriam.rico via lists.yoctoproject.org wrote: > > Hi, > > Thank you for your reply. I already tried to use cmake instead of autotools > but the error I got was that there was no CMakeLists for the compilation. > > Then I tried to set: > OECMAKE_GENERATOR = "Unix

Re: [yocto] Yocto Kirkstone VPP compilation

2024-02-26 Thread Ross Burton
On 26 Feb 2024, at 11:51, miriam.rico via lists.yoctoproject.org wrote: > > Hi, > > I'm relatively new to Yocto and I'm trying to compile the VPP code. I have a > recipe that all it does is download the code from the official repository and > tries to compile it (i'm trying to compile 23.10

[linux-yocto] [kernel-cache][PATCH 3/3] Add initial genericarm64 BSP

2024-02-26 Thread Ross Burton
From: Ross Burton Add the skeleton of an initial genericarm64 kernel. At present this has only been boot tested on a BeaglePlay and is missing some functionality, but it does boot via EFI from SD card successfully. Future work will organise the configuration fragments more neatly, move more

[linux-yocto] [kernel-cache][PATCH 1/3] features/numa: remove CONFIG_NEED_MULTIPLE_NODES

2024-02-26 Thread Ross Burton
From: Ross Burton This was removed in kernel a9ee6cf (5.14 onwards). Signed-off-by: Ross Burton --- features/numa/numa.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/numa/numa.cfg b/features/numa/numa.cfg index e925f90e..2cf4bae2 100644 --- a/features/numa/numa.cfg +++ b

[linux-yocto] [kernel-cache][PATCH 2/3] features/cgroups: remove trailing whitespace

2024-02-26 Thread Ross Burton
From: Ross Burton Otherwise the audit will notice that "y " was requested but "y" was set. Signed-off-by: Ross Burton --- features/cgroups/cgroups.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cgroups/cgroups.cfg b/features/cgroups/cgroup

Re: [yocto] Machine qemuarm linux-yocto-tiny_5.15 Missing ext4 in Kernel

2024-02-26 Thread Ross Burton
On 23 Feb 2024, at 23:36, acox via lists.yoctoproject.org wrote: > > Having trouble with qemuarm for a tiny distro. > > My system works fine with my target device (albeit different custom kernel) > as well as qemux86 which uses this kernel. It seems that for some reason it's > producing an

[yocto] [PATCH yocto-autobuilder2 v2] config.py: add meta-clang to a-full

2024-02-23 Thread Ross Burton
From: Ross Burton Now that meta-clang builds successfully on the autobuilder, we can ensure that it doesn't regress by enabling it in a-full builds. Signed-off-by: Ross Burton --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 652897e

[yocto] [PATCH yocto-autobuilder2] config.py: add meta-clang to a-full

2024-02-23 Thread Ross Burton
From: Ross Burton Now that meta-clang builds successfully on the autobuilder, we can ensure that it doesn't regress by enabling it in a-full builds. Signed-off-by: Ross Burton --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 652897e

Re: [yocto] Including Python3 modules in generated SDK do not work (python3-node-semver, kirkstone)

2024-02-15 Thread Ross Burton
On 15 Feb 2024, at 07:27, Altous, Salahaldeen via lists.yoctoproject.org wrote: > > Hello, > > I am using one application which is using a python3 module > (python3-node-semver), I was trying to provide the application developer with > the yocto SDK but I cannot locate this module in the new

Re: [yocto] etherlab

2024-01-26 Thread Ross Burton
On 26 Jan 2024, at 17:14, Daniele Lugli via lists.yoctoproject.org wrote: > > On Thu, Jan 25, 2024 at 01:03 PM, Daniele Lugli wrote: > I would like to have autotools available but to decide myself how to use > them. Not possible? Absolutely possible, the class source shows that it provides

Re: [yocto] etherlab

2024-01-25 Thread Ross Burton
> On 24 Jan 2024, at 22:18, Daniele Lugli via Lists.Yoctoproject.Org > wrote: > > Interesting. I see from the doc > (https://docs.yoctoproject.org/ref-manual/classes.html?highlight=autotools#autotools) > that the autotools class also runs, "behind the scenes", a do_configure and > a

Re: [yocto] etherlab

2024-01-24 Thread Ross Burton
On 24 Jan 2024, at 16:46, Daniele Lugli via lists.yoctoproject.org wrote: > > Hi all, > > Is there a way to have autotools available in the recipe, but without > automatically executing configure and make? > > So I could have my own invocations of make, make modules, make > modules_install

Re: [yocto] etherlab

2024-01-24 Thread Ross Burton
On 22 Jan 2024, at 22:42, Daniele Lugli via Lists.Yoctoproject.Org wrote: > which fails, and in log.do_compile I find: > ERROR: oe_runmake failed > WARNING: exit code 1 from a shell command. > make: Makefile.kbuild: No such file or directory > make: *** No rule to make target

Re: [yocto] initramfs is isn't trying to mount the actual rootfs and is not doing switch_root #kernel #yocto

2024-01-23 Thread Ross Burton
On 22 Jan 2024, at 18:17, greymattr via lists.yoctoproject.org wrote: > > I am using the kirkstone yocto build to build a firmware image that has a > kernel with initramfs, and a ext4 root file system on an emmc partition. > After booting up the kernel doesn't mount the device passed to the

Re: [yocto] etherlab

2024-01-22 Thread Ross Burton
On 20 Jan 2024, at 20:38, Daniele Lugli via Lists.Yoctoproject.Org wrote: > > Thank you Marek and Ross. > @Ross: I had a look into log.do_configure and found > checking for Linux kernel sources... > /usr/src/linux-headers-6.5.0-14-generic (Kernel 6.5) > but these are from the host, my

Re: [yocto] etherlab

2024-01-19 Thread Ross Burton
On 19 Jan 2024, at 08:56, Marek Belisko via lists.yoctoproject.org wrote: > LICENSE = "GPL-2.0-only & LGPL-2.1-only & Unknown" Obviously you need to fix the Unknown at some point. > DEPENDS += "pkgconfig-native" Idiomatically, inherit pkgconfig is preferred. > EXTRA_OECONF = "--enable-igb

Re: [yocto] sd-bus.h not found even with DEPENDS += "systemd"

2024-01-12 Thread Ross Burton
> On 12 Jan 2024, at 09:08, ashujoshi35 via Lists.Yoctoproject.Org > wrote: > > Sorry, will not be able to share entire recipe file but make file is open > source, I am just trying to call it from recipe. > make file path : https://github.com/wirepas/gateway/tree/master/sink_service > >

Re: [yocto] sd-bus.h not found even with DEPENDS += "systemd"

2024-01-11 Thread Ross Burton
On 11 Jan 2024, at 08:44, ashujoshi35 via lists.yoctoproject.org wrote: > > I tried to even override the linker using LDFLAGS but still linker embedded > is /lib64/ld-linux-x86_64.so.2 only. Below is how i tried to explicitly set > lib/ld-linux-x86-64.so.2 > > EXTRA_OEMAKE += >

Re: [linux-yocto] [kernel-cache][PATCH] arch/arm: add fragments to explicitly select 4/16/64 KB pages on arm64

2024-01-10 Thread Ross Burton
On 9 Jan 2024, at 22:29, Bruce Ashfield wrote: > > Which branches (kernels) did you want this for ? 6.1+ ? 6.1 onwards would be great, yes. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13478):

[linux-yocto] [kernel-cache][PATCH] arch/arm: add fragments to explicitly select 4/16/64 KB pages on arm64

2024-01-09 Thread Ross Burton
From: Ross Burton Linux on aarch64 supports various page sizes. The default is 4KB but there can be performance improvements in many workloads with larger pages. Signed-off-by: Ross Burton --- arch/arm/arm64-16kb-pages.cfg | 1 + arch/arm/arm64-16kb-pages.scc | 4 arch/arm/arm64-4kb

[yocto] [PATCH yocto-autobuilder2] config.py: add meta-qt6 and meta-webosose repositories

2023-12-22 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index e7a04be..1c7f62f 100644 --- a/config.py +++ b/config.py @@ -56,6 +56,7 @@ repos = { "master"], "bitb

Re: [yocto] Tuning 'cortexa53-crypto' has no defined features, and cannot be used.

2023-12-21 Thread Ross Burton
On 21 Dec 2023, at 18:21, aoiblue775 via lists.yoctoproject.org wrote: > > Did you ever solve this? I am dealing with this issue right now. Can you explain what you’re trying to do: what branch, what MACHINE, what tune, etc. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [yocto] QEMU core-image-minimal cannot login

2023-12-19 Thread Ross Burton
On 19 Dec 2023, at 14:30, Aleksandar Nikolic via lists.yoctoproject.org wrote: > > Okay, "debug-tweaks" was not in IMAGE_FEATURES, simply adding that has solved > the issue. > Shouldn't "debug-tweaks" be in IMAGE_FEATURES by default though? “Insecure out of the box” is not a great selling

Re: [yocto] Question about DISTRO_FEATURES, DISTRO_FEATURES_NATIVE and DISTRO_FEATURES_NATIVESDK

2023-12-18 Thread Ross Burton
On 15 Dec 2023, at 19:32, Leonardo Rossetti via lists.yoctoproject.org wrote: > > Hello, > > I am trying to build an image (core-image-minimal) with overlayfs enabled, > but I get the following error when I try to do so: > > ``` > quilt-native was skipped: missing required distro features

Re: [yocto] do_populate_sdk_ext failed

2023-12-14 Thread Ross Burton
On 14 Dec 2023, at 11:11, sj...@ambarella.com wrote: > Thanks for your tips. However, this way is not suitable for our situation. Is > there any other possible solutions? If your recipes _require_ externalsrc then you should fix your recipes. The immediate solutions would be: 1) report a bug

Re: [yocto] do_populate_sdk_ext failed

2023-12-14 Thread Ross Burton
You should probably file a bug that eSDK creation doesn’t work with externalsrc enabled. A workaround would be to simply not use externalsrc, that’s meant for local development purposes and not something you’d use globally. Ross > On 14 Dec 2023, at 10:36, sjhan via lists.yoctoproject.org >

Re: [yocto] initramfs creation

2023-12-08 Thread Ross Burton
On 8 Dec 2023, at 16:19, mattwood2...@gmail.com wrote: > > Thanks all for the suggestions. > > It is not an issue with kernel modules as I have them in /lib/modules/... In the initramfs? Or the rootfs? If they’re in the rootfs then the rootfs isn’t mounted yet… Ross -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] bitbake error need help #kernel #yocto

2023-12-08 Thread Ross Burton
On 8 Dec 2023, at 06:14, srivijayjain94 via lists.yoctoproject.org wrote: > > ERROR: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export > DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export > SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export >

Re: [yocto] Static library created by recipe arch is not correct #yocto #sdk

2023-12-07 Thread Ross Burton
On 7 Dec 2023, at 13:35, Iurascu Teodor via lists.yoctoproject.org wrote: > Running file on any object files in the archive returns: > $ file BBBiolib.o > BBBiolib.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped Well that’s not right. :) I note that your makefile

Re: [yocto] Static library created by recipe arch is not correct #sdk #yocto

2023-12-07 Thread Ross Burton
On 7 Dec 2023, at 12:28, Iurascu Teodor via lists.yoctoproject.org wrote: > > Hello, > > I have created a recipe to include the IOBB library in the SDK. Trying to > compile a .c file in the SDK environment gives me this error: > > $ ${CC} pb-test-inputs.c -liobb >

Re: [yocto] initramfs creation

2023-12-07 Thread Ross Burton
On 6 Dec 2023, at 21:47, mattwood2000 via lists.yoctoproject.org wrote: > > Hi, > > I'm trying to create a custom initramfs to handle some things before > switching root to my actual filesystem. I followed the docs and have been > able to use INITRAMFS_IMAGE = "custom-image" and

Re: [yocto] #bitbake - Single Recpie Multiple Outputs/Build Types

2023-12-05 Thread Ross Burton
On 4 Dec 2023, at 19:46, Eric Guinn via lists.yoctoproject.org wrote: > > Hello, > > I need some feedback/advice on a "problem" I'm facing with the recipe system. > Currently, I have a library written in C++ that also has generated SWIG > bindings and a resultant Python lib to install. In

[yocto] [PATCH][yocto-metrics] Add Nanbield to releases.csv

2023-11-29 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- patch-status/releases.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/patch-status/releases.csv b/patch-status/releases.csv index cccb265..6cb5caa 100644 --- a/patch-status/releases.csv +++ b/patch-status/releases.csv @@ -1,4 +1,5

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-24 Thread Ross Burton
On 24 Nov 2023, at 17:09, Khem Raj wrote: > > New vte enables both gtk3 and gtk4 support I don’t think it’s bad > > packaging. Multiple versions of gtk can live together in a rootfs without > > conflict > > Sure they _can_ but it’s a terrible idea to pull in both if they’re not > needed. >

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-24 Thread Ross Burton
> On 24 Nov 2023, at 16:53, Khem Raj wrote: > So the trigger is bad packaging, as surely the vte recipe should split the > libraries up so that installing a gtk*3* based terminal doesn’t pull in gtk4 > for no reason. > > New vte enables both gtk3 and gtk4 support I don’t think it’s bad

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-24 Thread Ross Burton
On 23 Nov 2023, at 16:38, Khem Raj wrote: > > it pulls in lib32-vte which pulls in lib32-gtk4 So the trigger is bad packaging, as surely the vte recipe should split the libraries up so that installing a gtk*3* based terminal doesn’t pull in gtk4 for no reason. Ross -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-23 Thread Ross Burton
On 23 Nov 2023, at 12:19, Alexander Kanavin wrote: > > On Thu, 23 Nov 2023 at 13:14, Ross Burton wrote: >> >> On 23 Nov 2023, at 12:00, Alexander Kanavin wrote: >>> >>> matchbox-terminal depends on vte, and latest vte enables gtk4 suppor

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-23 Thread Ross Burton
On 23 Nov 2023, at 12:00, Alexander Kanavin wrote: > > matchbox-terminal depends on vte, and latest vte enables gtk4 support. Are you sure? https://git.yoctoproject.org/poky/tree/meta/recipes-support/vte/vte_0.72.2.bb#n14 > Also, I do not understand how the fix works. How does installing >

Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: Add lib32-matchbox-terminal to multilib images

2023-11-23 Thread Ross Burton
Is this working around a failure on the autobuilder? How does matchbox-terminal pull in gtk4? Ross > On 22 Nov 2023, at 01:48, Khem Raj via lists.yoctoproject.org > wrote: > > This avoids an issue when a package that pulls in gtk4 into > core-image-sato but not into multilib pieces results

Re: [yocto] install: cannot create directory: File exists

2023-11-16 Thread Ross Burton
On 16 Nov 2023, at 06:26, MOHAMMED HASSAN via lists.yoctoproject.org wrote: > SRC_URI = "file://Edge/* \ The easiest way to package a directory is to put it in a tarball, or ideally because recipes should just be orchestrating the install, refer to a separate git repository or tarball.

Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Ross Burton
On 15 Nov 2023, at 12:05, Javier Casas Marín via lists.yoctoproject.org wrote: > > It is in run.do_userfs. I saw that the files where removed while > do_image_userfs task was running so I looked at the image logs in temp > directory and found it there Sure but _where_ does that come from?

Re: [yocto] Files copied to /usr/local during installation get removed misteriously

2023-11-15 Thread Ross Burton
On 15 Nov 2023, at 11:54, Javier Casas Marín via lists.yoctoproject.org wrote: > > Just in case someone has the same problem, it is the do_userfs function the > one that deletes /usr/local directories and files after copying them to > ${image_userfs}: > > cp -r >

[yocto] [PATCH yocto-autobuilder-helper] config.json: add qemu-lite builder for qemuarmv5

2023-11-07 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- config.json | 4 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index ee13bcf..3828394 100644 --- a/config.json +++ b/config.json @@ -513,6 +513,10 @@ "MACHINE" : "qemuarm",

[yocto] [PATCH yocto-autobuilder2] Add builder for qemuarmv5

2023-11-07 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 8890f21..4f8bb30 100644 --- a/config.py +++ b/config.py @@ -101,7 +101,7 @@ trigger_builders_wait_full = trigger_builders_wait_shared

Re: Private: Re: [yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread Ross Burton
Please don’t mail directly, keep discussion on the list. > On 3 Nov 2023, at 18:56, roman.le...@univ-pau.fr wrote: > > Thank you for your answer, you are right venv is part of python3, I tried > venv in many ways but my system doesn't recognizes it : > > $:~# python3 -m venv env >

Re: [yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread Ross Burton
On 3 Nov 2023, at 15:01, roman.leduc via lists.yoctoproject.org wrote: > In order to work with django I need also virtualenv library. Use venv instead, this is part of python3 itself. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61603):

[yocto] [PATCH yocto-autobuilder-helper] scripts: pull before updating metrics

2023-11-03 Thread Ross Burton
From: Ross Burton Do another git-pull in the metrics repository before updating the metrics, in case other metrics jobs running in parallel have updated the repositories since they were cloned. There will always be possibility of racing metrics jobs, but this should reduce the chance

Re: [yocto] [PATCH yocto-autobuilder-helper 1/2] Rewrite metrics-gathering scripts

2023-10-31 Thread Ross Burton
Props to Yoann Congal for an early version of this work, review, and fixes. Ross > On 31 Oct 2023, at 14:49, Ross Burton via lists.yoctoproject.org > wrote: > > From: Ross Burton > > Rewrite the scripts that gather the metrics to be more generic. > > Extract the me

[yocto] [PATCH yocto-autobuilder-helper 2/2] config.json: add meta-oe to the metrics target

2023-10-31 Thread Ross Burton
From: Ross Burton This writes the metrics to a new yocto-metrics-meta-oe repository, and write the results to patchmetrics-meta-oe. There's a great/ugly (delete to taste) hack to hide CVEs from oe-core, so this only lists issues in meta-oe. Signed-off-by: Ross Burton --- config.json | 29

[yocto] [PATCH yocto-autobuilder-helper 1/2] Rewrite metrics-gathering scripts

2023-10-31 Thread Ross Burton
From: Ross Burton Rewrite the scripts that gather the metrics to be more generic. Extract the metrics repository cloning out so that we don't have to repeatedly clone it. Make the scripts parse their arguments using getopt and be more specific about what they're passed. In particular

[yocto] [PATCH yocto-autobuilder2] config.py: add meta-oe to the metrics build

2023-10-26 Thread Ross Burton
From: Ross Burton We want to run the metrics target against meta-oe too, so we need to tell autobuilder2 to clone the repository. Signed-off-by: Ross Burton --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 7ee235c..50945b4 100644 --- a/config.py

Re: [yocto] [Poky - Kirstone] About update FFmpeg to v6.0 in poky #bitbake #devtool #ffmpeg #kirkstone #yocto #poky

2023-10-25 Thread Ross Burton
On 25 Oct 2023, at 05:17, dspei via lists.yoctoproject.org wrote: > > Hi, community > > Thanks for your contribution to this great project. > > The FFmpeg 6.0 was released on 2023-02-27. It is the latest stable FFmpeg > release from the 6.0 release branch. >

Re: [yocto] Run generated executable in cmake recipe #cmake #kirkstone #make #native #yocto

2023-10-20 Thread Ross Burton
On 19 Oct 2023, at 16:58, Adrian Freihofer via lists.yoctoproject.org wrote: > Making the recipe compiling for cross and native and adding a DEPENDS from > cross to native seems to be the cleanest and most Yocto-ish way to me. Agreed, there’s plenty of prior art in oe-core that does this. >

Re: [yocto] find: unrecognized: -printf

2023-10-20 Thread Ross Burton
On 20 Oct 2023, at 07:07, Gyorgy Sarvari via lists.yoctoproject.org wrote: > > In case busybox's "find" utility is not sufficient for you, you could disable > "find" in busybox's config, and add the full version of find to your image > (recipe is called findutils). There is no need to

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.rc1)

2023-10-19 Thread Ross Burton
Hi Alexis, > On 19 Oct 2023, at 09:36, Alexis Lothoré via lists.yoctoproject.org > wrote: > The regression report looks worryingly empty. It has been generated with > yocto-4.2 as comparison base. When taking a look at yocto-testresults content > for it, I only find a few test results (11,

  1   2   3   4   >