Re: [yocto] CVE Scanners and Package Version

2024-01-12 Thread Adrian Freihofer
octoproject.org/community/get-involved/#virtual-meetings. How can I participate? Thank you. Best regards, Adrian > Kind regards, > Marta -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62133): https://lists.yoctoproject.org/g/yocto/message/

Re: [yocto] CVE Scanners and Package Version

2024-01-02 Thread Adrian Freihofer
s static and provided with each firmware release. > > AFAIK, and I'd be happy to be proven wrong, SPDX and SBOM don't help > matching SW component names > and version strings so that comparison against CVE database > information works. Only license names > are standardized.

Re: [yocto] do_populate_sdk_ext failed

2023-12-14 Thread Adrian Freihofer
It depends on your use case, but might be that  https://docs.yoctoproject.org/sdk-manual/extensible.html#setting-up-the-extensible-sdk-environment-directly-in-a-yocto-build could work for you. With recent Yocto versions populate_sdk_ext is no longer needed to get the eSDK environment.

Re: [yocto][meta-yocto][poky][eSDK] builtin eSDK recipes generate wrong environment file

2023-11-22 Thread Adrian Freihofer
ve impact. So I think it is possible to cherry-pick the patches from master or to revert the doc changes as proposed by Alex: https://lists.yoctoproject.org/g/docs/message/4642 Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6173

Re: [yocto] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-05 Thread Adrian Freihofer
environment offers all features of the eSDK > > installer. I > > consider this as already implemented with meta-ide-support > > and > > build-sysroots. > > Remember bblock and bbunlock too. These provide a way to fix or > unlock > specific sectio

Re: [yocto] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-04 Thread Adrian Freihofer
e my IDE. * Latest patch series is here:  - https://lists.openembedded.org/g/openembedded-core/message/189899 - docs: https://lists.yoctoproject.org/g/docs/message/4578 Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61610): https://list

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-02 Thread Adrian Freihofer
d the more I think about what to do > next, the more I agree with Adrian. I just don't see why (in a > standard yocto build) would we want to manipulate PATH to provide a > restricted set of tools, or to create a "local.conf+extra stuff" > (locked signatures, esdk tweaks) environ

Re: [yocto] [Openembedded-architecture] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-01 Thread Adrian Freihofer
on the location. * With a separate download, you can download on a fast network and then switch to a slower network or even work offline. * Of course, supporting downloading in advance does not mean that a SSTATE_MIRROR should not be supported. Adrian > > Alex > > >

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-01 Thread Adrian Freihofer
:-) > > The biggest 'gap' appears to be the config to go along with the > locked > sigs. If we move that to an include, that probably gets us quite > close > to them being similar ignoring layout changes for the files and the > differences to the environment? > &

Re: [yocto] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-01 Thread Adrian Freihofer
e download script should just try to download what's available on the mirror and maybe print a warning for artifacts which cannot be downloaded. But it should not abort with an error for missing artifacts. Does that make sense? Regrads, Adrian > Existing cache objects are not suitable because: > w

Re: [yocto] Trouble making a recipe for the IOBB library

2023-10-21 Thread Adrian Freihofer
-splitted folder in the $WORKDIR of your recipe. Regards Adrian Iurascu Teodor schrieb am Sa., 21. Okt. 2023, 09:05: > Hello! > I am new to the Yocto Project and I have been trying to make a recipe to > include the IOBB library in my SDK for the BeagleBone Black board. I have >

Re: [yocto] Http access token fetching with gitsm fetcher

2023-10-20 Thread Adrian Freihofer
Did you already consider to write the credentials in a .netrc file? Regards Adrian schrieb am Fr., 20. Okt. 2023, 13:55: > Greetings! > I try to use gitsm fetcher to fetch bitbucket repository with read-only > https access token. SRC_URI looks like this > > SRC_URI = > &

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

2023-10-19 Thread Adrian Freihofer
file only. I did that for a special use case, but I'm not aware of a public example. Regards, Adrian Darek Konopka schrieb am Do., 19. Okt. 2023, 17:21: > Hello all, > > So I have a cmake project that uses an executable generated from a cmake > subproject. >

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread Adrian Freihofer
about a solution with client and server, where a client alone is usually pretty worthless. Regards, Adrian On Mon, 2023-10-09 at 06:22 -0700, MOHAMMED HASSAN wrote: > On Mon, Oct 9, 2023 at 06:12 AM, Josef Holzmayr wrote: > > Please see https://wiki.yoctoproject.org/wiki/System_Update >

Re: [yocto] Qemu not working for raspberry pi

2023-08-19 Thread Adrian Freihofer
to the machine conf file and adding some drivers for the Qemu emulated hardware to the target kernel. I guess the Raspberry layer could be improved to support this as well. But I do not use it. Regards, Adrian > > Alex > > On Sat 19. Aug 2023 at 19.09, Khem Raj wrote: > >

[linux-yocto] [PATCH] kernel/sched: Fix double free on invalid isolcpus/nohz_full params

2023-08-17 Thread Adrian Cinal
://lists.yoctoproject.org/g/linux-yocto/message/12797 Signed-off-by: Adrian Cinal --- kernel/sched/isolation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/isolation.c b/kernel/sched/isolation.c index b97d6e05013d..7bebfdc42486 100644 --- a/kernel/sched/isolation.c +++ b/kernel/sched/isolation.c

Re: [yocto] systemd service not enabled #kirkstone #systemd

2023-07-30 Thread Adrian Freihofer
On Sun, 2023-07-30 at 04:00 -0700, daniel_herrman...@web.de wrote: > Hello, > I have a problem enabling a simple systemd service. > I need a manual "systemctl enable" once after boot to enable my > service. > If anybody has an idea, it would be very cool. > Here are my files. > distro conf: >

Re: [yocto] do_configure error while adding networkmanager to image

2023-07-06 Thread Adrian Freihofer
On Thu, 2023-07-06 at 13:12 +0300, Anders Montonen wrote: > > > > On 6 Jul 2023, at 12:55, MOHAMMED HASSAN > > wrote: > > > > On Thu, Jul 6, 2023 at 02:29 AM, Adrian Freihofer wrote: > > > Hi Hassan > > > > > > It's a bit hard t

Re: [yocto] do_configure error while adding networkmanager to image

2023-07-06 Thread Adrian Freihofer
On Thu, 2023-07-06 at 02:54 -0700, MOHAMMED HASSAN wrote: > On Thu, Jul 6, 2023 at 02:29 AM, Adrian Freihofer wrote: > > Hi Hassan > Hi Adrian, > Thanks for your reply. > > It's a bit hard to guess what you are really doing. The bb is a > > fork > > from a quite ol

Re: [yocto] do_configure error while adding networkmanager to image

2023-07-06 Thread Adrian Freihofer
which supported compiling without nmcli at some point in time. Regards, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60523): https://lists.yoctoproject.org/g/yocto/message/60523 Mute This Topic: https://lists.yoctoproject.org/mt/99982001/21656

[linux-yocto] [PATCH] kernel/sched: Fix uninitialized read in nohz_full/isolcpus setup

2023-06-25 Thread Adrian Cinal
/20220221182009.1283-1-paul.gortma...@windriver.com/ Signed-off-by: Adrian Cinal --- kernel/sched/isolation.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/sched/isolation.c b/kernel/sched/isolation.c index 73386019efcb..b97d6e05013d 100644 --- a/kernel/sched/isolation.c

Re: [yocto] Register out-of-tree fetcher with devtool

2023-06-02 Thread Adrian Freihofer
s workaround > > python () { >     import foo >     bb.fetch2.methods.append(foo.FooFetcher()) > } Hi Konrad Is there a specific reason why you need to fetch at the time of parsing? Or would it be possible to override the do_fetch task? Regards, Adrian >   > Which isn’t the

Re: [yocto] NetworkManager recipe installing both sysVinit script and systemd service ... which to use ?

2023-06-02 Thread Adrian Freihofer
Hi Steve Maybe this discussion provides some hints for you https://lists.openembedded.org/g/openembedded-devel/topic/98852053#102633 Regards Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60165): https://lists.yoctoproject.org/g/yocto

Re: [yocto] [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h

2023-05-02 Thread Adrian Zaharia via lists.yoctoproject.org
Hi Armin, Is there an ETA for when this patch will be merged? Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59840): https://lists.yoctoproject.org/g/yocto/message/59840 Mute This Topic: https://lists.yoctoproject.org/mt/97628630

Re: [yocto] error when try to use sudo command in recipe

2023-04-13 Thread Adrian Dudau
Hi Qi, This seems to solve the issue, though I'm not sure this behaviour was intended in the original commit by Richard. Anyways, thanks a lot! --Adrian From: Chen, Qi Sent: Wednesday, April 5, 2023 6:17 PM To: Chen, Qi ; Adrian Dudau ; Bruce Ashfield Cc

Re: [yocto] error when try to use sudo command in recipe

2023-04-04 Thread Adrian Dudau
as not owned by the root user. Dropping down to the devshell, the binary seems to have the right owner: ls -l /usr/bin/sudo -rwsr-xr-x 1 root root 232416 Mar 1 13:59 /usr/bin/sudo So any other input to put me on the right tracks would be appreciated. --Adrian From

Re: [yocto] error when try to use sudo command in recipe

2023-04-03 Thread Adrian Dudau
till, I am failing to understand why /usr/bin/sudo doesn't show up as owned by the root user, even when running under pseudo. Also, why has this changed between Dunfell and master and where exactly has the changed happened.. Best regards, --Adrian From: Khem Raj Se

Re: [yocto] error when try to use sudo command in recipe

2023-04-03 Thread adrian . dudau
further myself but I have no idea where to start to be honest. Best regards, --Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59594): https://lists.yoctoproject.org/g/yocto/message/59594 Mute This Topic: https://lists.yoctoproject.org/mt/9673

Re: [RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone

2023-03-30 Thread Adrian Freihofer
anything from poky or meta-virtualization. I already tried to share my thoughts here: https://lists.openembedded.org/g/openembedded-core/message/178146?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cgolang%2C20%2C2%2C0%2C97444547 Best regards, Adrian On Thu, 2023-03-30 at 12:08 +0200, Alexander

[yocto] [meta-security][PATCH] libmhash: fix multilib header conflict - mutils/mhash_config.h

2023-03-15 Thread Adrian Zaharia
Header file conflict between 32-bit and 64-bit versions Signed-off-by: Adrian Zaharia --- recipes-security/libmhash/libmhash_0.9.9.9.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash

Re: [yocto] [meta-security][master|kirkstone][PATCH] libmhash: add multilib header

2023-03-10 Thread Adrian Zaharia
Hi all, Is there any reason why this patch was ignored? Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59379): https://lists.yoctoproject.org/g/yocto/message/59379 Mute This Topic: https://lists.yoctoproject.org/mt/92115340/21656

[linux-yocto][v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33

2023-02-27 Thread Adrian Zaharia
Hi Bruce, I've rebased the 216 new patches from NXP SDK bsp33 repo for v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx, would you please help merge these patches into the v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx branch? Thanks, Adrian The following changes since commit

[yocto] Adding backported driver to the kernel #kernel

2023-02-13 Thread Adrian
Hi, I built cfg80211 driver externally and added it as a recipe to the system: *KERNEL_MODULE_AUTOLOAD += "cfg80211"* *install -m 755 ${S}/cfg80211.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/extra* ** In kernel I setup to use cfg80211 as a module. If I copy this manually it's

Re: [yocto] error when try to use sudo command in recipe

2023-02-09 Thread Adrian Freihofer
per ARCH images into a multi arch container image. Regards, Adrian On Thu, 2023-02-09 at 10:45 -0800, SIMON BABY wrote: > Hello, >   > I was testing the meta-virtualization/recipes-demo/images/ app- > container. I was able to build the container. But I am not sure where > is the imag

Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33

2023-02-02 Thread Adrian Zaharia
up previous pin configuration (2023-02-02 13:45:59 +0200) Thanks, Adrian From: Bruce Ashfield Sent: Tuesday, January 31, 2023 6:09 AM To: Zaharia, Adrian Cc: linux-yocto@lists.yoctoproject.org Subject: Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx

Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33

2023-01-20 Thread Adrian Zaharia
for the confusion, Adrian From: Bruce Ashfield Sent: Thursday, January 19, 2023 11:11 PM To: Zaharia, Adrian Cc: linux-yocto@lists.yoctoproject.org Subject: Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33 CAUTION: This email

Re: [linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33

2023-01-18 Thread Adrian Zaharia
Hi Bruce, Please also merge the same patches into branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Thanks and sorry for any inconvenience, Adrian From: linux-yocto@lists.yoctoproject.org on behalf of Adrian Zaharia via lists.yoctoproject.org Sent

[linux-yocto] [yocto-kernel-cache][master/yocto-5.10] nxp-s32g: update kernel fragments for nxp bsp33

2023-01-18 Thread Adrian Zaharia
* rename CONFIG_GPIO_S32GEN1 to CONFIG_GPIO_S32CC * remove CONFIG_PCI_S32GEN1_INIT_EP_BARS * enable HSE UIO driver built-in * rename pinctrl * rename S32GEN1 references to S32CC. * power: Remove S32CC power reset driver Signed-off-by: Adrian Zaharia --- bsp/nxp-s32g/nxp-s32g.cfg | 10

[linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] nxp-s32g2xx bsp upgrade to bsp33

2023-01-18 Thread Adrian Zaharia
: clean up previous pin configuration (2023-01-17 20:17:27 +0200) In addition the kernel fragments require an update. See email: Subject: [yocto-kernel-cache][master/yocto-5.10] nxp-s32g: update kernel fragments for nxp bsp33 Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto][v5.10/standard/base][PATCH 13/13] Documentation: arm64: Document PMU counters access from userspace

2022-12-19 Thread Adrian Zaharia
Signed-off-by: Will Deacon Signed-off-by: Adrian Zaharia --- Documentation/arm64/perf.rst | 78 +++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/Documentation/arm64/perf.rst b/Documentation/arm64/perf.rst index 9c76a97baf28..29b330999571 100644

[linux-yocto][v5.10/standard/base][PATCH 12/13] arm64: perf: Enable PMU counter userspace access for perf event

2022-12-19 Thread Adrian Zaharia
armv8pmu_proc_user_access_handler() static] Signed-off-by: Will Deacon Signed-off-by: Adrian Zaharia --- arch/arm64/kernel/perf_event.c | 119 +++-- 1 file changed, 112 insertions(+), 7 deletions(-) diff --git a/arch/arm64/kernel/perf_event.c b/arch/arm64/kernel

[linux-yocto][v5.10/standard/base][PATCH 11/13] arm64: perf: Add userspace counter access disable switch

2022-12-19 Thread Adrian Zaharia
-by: Will Deacon Signed-off-by: Adrian Zaharia --- Documentation/admin-guide/sysctl/kernel.rst | 11 +++ arch/arm64/kernel/perf_event.c | 17 + 2 files changed, 28 insertions(+) diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide

[linux-yocto][v5.10/standard/base][PATCH 10/13] perf: Add a counter for number of user access events in context

2022-12-19 Thread Adrian Zaharia
-r...@kernel.org Signed-off-by: Will Deacon Signed-off-by: Adrian Zaharia --- include/linux/perf_event.h | 1 + kernel/events/core.c | 4 2 files changed, 5 insertions(+) diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 9d2dffddeb2b..23b805d08c58 100644

[linux-yocto][v5.10/standard/base][PATCH 09/13] x86: perf: Move RDPMC event flag to a common definition

2022-12-19 Thread Adrian Zaharia
Cc: linux-perf-us...@vger.kernel.org Reviewed-by: Mark Rutland Reviewed-by: Thomas Gleixner Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20211208201124.310740-2-r...@kernel.org Signed-off-by: Will Deacon Signed-off-by: Adrian Zaharia --- arch/x86/events/core.c | 10 +-

[linux-yocto][v5.10/standard/base][PATCH 08/13] libperf xyarray: Add bounds checks to xyarray__entry()

2022-12-19 Thread Adrian Zaharia
-by: Arnaldo Carvalho de Melo Signed-off-by: Adrian Zaharia --- tools/lib/perf/include/internal/xyarray.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/lib/perf/include/internal/xyarray.h b/tools/lib/perf/include/internal/xyarray.h index 51e35d6c8ec4..f10af3d

[linux-yocto][v5.10/standard/base][PATCH 07/13] libperf: Add support for user space counter access

2022-12-19 Thread Adrian Zaharia
Jiri Olsa Acked-by: Namhyung Kim Tested-by: Arnaldo Carvalho de Melo Cc: Catalin Marinas Cc: Itaru Kitayama Cc: Mark Rutland Cc: Peter Zijlstra Cc: Will Deacon Link: http://lore.kernel.org/lkml/20210414155412.3697605-4-r...@kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Adri

[linux-yocto][v5.10/standard/base][PATCH 04/13] tools include: Add an initial math64.h

2022-12-19 Thread Adrian Zaharia
-by: Arnaldo Carvalho de Melo Signed-off-by: Adrian Zaharia --- tools/include/linux/math64.h | 75 1 file changed, 75 insertions(+) create mode 100644 tools/include/linux/math64.h diff --git a/tools/include/linux/math64.h b/tools/include/linux/math64.h new file

[linux-yocto][v5.10/standard/base][PATCH 03/13] perf record: Improve 'Workload failed' message printing events + what was exec'ed

2022-12-19 Thread Adrian Zaharia
times to write data ] [ perf record: Captured and wrote 3.151 MB perf.data (21242 samples) ] # Acked-by: Ian Rogers Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lore.kernel.org/lkml/20210414131628.2064862-3-a...@kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off

[linux-yocto][v5.10/standard/base][PATCH 06/13] libperf tests: Add support for verbose printing

2022-12-19 Thread Adrian Zaharia
-by: Arnaldo Carvalho de Melo Signed-off-by: Adrian Zaharia --- tools/lib/perf/include/internal/tests.h | 32 + tools/lib/perf/tests/Makefile | 6 +++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/tools/lib/perf/include/internal/tests.h b

[linux-yocto][v5.10/standard/base][PATCH 05/13] libperf: Add evsel mmap support

2022-12-19 Thread Adrian Zaharia
Herring Acked-by: Jiri Olsa Acked-by: Namhyung Kim Cc: Catalin Marinas Cc: Itaru Kitayama Cc: Mark Rutland Cc: Peter Zijlstra Cc: Will Deacon Link: http://lore.kernel.org/lkml/20210414155412.3697605-2-r...@kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Adrian Zaharia

[linux-yocto][v5.10/standard/base][PATCH 01/13] perf annotate: Fix sample events lost in stdio mode

2022-12-19 Thread Adrian Zaharia
c: Martin Liška Cc: Peter Zijlstra Cc: zhangjinh...@huawei.com Link: http://lore.kernel.org/lkml/20210319123527.173883-1-yangjiho...@huawei.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Adrian Zaharia --- tools/perf/builtin-annotate.c | 29 +++-- 1 file changed, 1

[linux-yocto][v5.10/standard/base][linux-yocto][v5.10/standard/base][PATCH 02/13] perf evlist: Add a method to return the list of evsels as a string

2022-12-19 Thread Adrian Zaharia
nthesizing preexisting threads. Will be used to improve the error message for workload failure in 'perf record. Acked-by: Ian Rogers Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lore.kernel.org/lkml/20210414131628.2064862-2-a...@kernel.org Signed-off-by: Arnaldo Carvalho de Melo

[linux-yocto][v5.10/standard/base] enable PMU counter userspace access for perf event

2022-12-19 Thread Adrian Zaharia
Hi Bruce, Please help to merge this patchset into linux-yocto repo. repo: linux-yocto branch: v5.10/standard/base Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12028): https

[linux-yocto] [yocto-kernel-cache][master/yocto-5.15][PATCH] marvell-octeon: Disable the VFIO No-IOMMU support

2022-11-03 Thread Adrian Zaharia
is no longer necessary and may cause security issues, so drop it. Signed-off-by: Ruiqiang Hao Signed-off-by: Bruce Ashfield (cherry picked from commit 4e2a70c73dd12e24590d7e9f4cb09509828ab889) Signed-off-by: Adrian Zaharia --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 1 - bsp/marvell-cn96xx/marvell

[linux-yocto] [yocto-kernel-cache v5.10] Disable the VFIO No-IOMMU support for marvell octeon

2022-11-03 Thread Adrian Zaharia
Hi Bruce, Please help to merge this patch into linux-yocto repo. Patch cherry-picked from branch yocto-5.15 repo: yocto-kernel-cache branch: yocto-5.10 Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [yocto] meta-swupdate integration with the custom Yocto image #dunfell

2022-09-25 Thread Adrian Freihofer
Hi, I guess the sw-description file must be added to the Image recipe not to swupdate.bb. Note: There is a specific mailing list for swupdate. Regards, Adrian Mahendra Sondagar schrieb am So., 25. Sept. 2022, 20:01: > Thanks, Chetan for swift reply :) > > However, swupdate unable

Re: [yocto] press request

2022-04-27 Thread Adrian Freihofer
Hi Jens-Christoph By when do you need it? The article should probably be written in German, correct? Regards, Adrian On Tue, 2022-04-26 at 10:25 +, Jens-Christoph Brendel wrote: > Hello, >   > We, the German Linux magazine, are planning a focus on Linux > distributions

Re: [yocto] [ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner

2021-07-27 Thread Adrian Freihofer
Hi Lukasz Also our test infrastructure expects an exit value not equal to 0 in case of a failed test. Regards, Adrian On Wed, 2021-07-21 at 11:46 +0200, ?ukasz Majewski wrote: > Up till now ptest-runner2 returns number of failed tests with its > exit status code. Such us

Re: [yocto] thoughts on YP-friendly developer laptop?

2021-06-14 Thread Adrian Bunk
lots and lots of OE builds? Ask for the specs of the SSD and do the math. E.g. 150 TBW / 50 GB/build = 3000 builds If you are building from scratch so often that the resulting number is a worry, I'd rather buy 128 GB RAM and use a tmpfs instead of creating a spinning rust bottleneck. > rda

[yocto] [meta-security][PATCH] tpm2-pkcs11: build and package python tools

2020-11-25 Thread Ioan-Adrian Ratiu
Signed-off-by: Adrian Ratiu --- .../tpm2-pkcs11/tpm2-pkcs11_1.4.0.bb | 25 +-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.4.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.4.0.bb index 4865733

Re: [yocto] [gtk+3][zeus] building only with wayland backend, no x11

2020-11-10 Thread Adrian
O_FEATURES) to rebuild sysroot for each recipe if necessary instead of grabbing them from the cache ? I know, one could delete sstate-cache directory, but obviously it will enormously increase rebuild time. I have been wondering whether there is an intermediate solution. Regards, Adrian On 09.11.

[yocto] [gtk+3][zeus] building only with wayland backend, no x11

2020-11-09 Thread Adrian
ble-static --disable-cups --disable-glx --enable-opengl --enable-wayland-backend --disable-x11-backend --enable-nls Has anybody else experience similar issue? Do you know a fix? I work with the latest zeus (d88d62c20d7d8da85f02edb170dae0280624ad7e) version. Regards, Adrian -=-=-=-=-=-=-=-=-=-=-

[yocto] [meta-security][master][dunfell][PATCH] gitignore added

2020-09-23 Thread Adrian Freihofer
After running testimage there are some python left overs at lib/oeqa/runtime/cases/__pycache__/ Signed-off-by: Adrian Freihofer --- .gitignore | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000

Re: [yocto] [OE-core] [devtool] problem with PACKAGE_ARCH and TARGET_OS

2020-08-25 Thread Adrian
Hi Richard, Thank you for your reply. On 25.08.2020 15:05, Richard Purdie wrote: > On Tue, 2020-08-25 at 14:47 +0200, Adrian wrote: >> Hi, >> >> After recent update of poky, I started to experience an issue with >> devtool. Currently, I am using the latest zeus versi

Re: [bitbake-devel] [yocto] Stable Warrior branch

2020-07-30 Thread Adrian Bunk
On Mon, Jul 27, 2020 at 07:36:49AM -0700, akuster808 wrote: > Adrian, Hi Armin, > On 7/21/20 1:53 AM, Richard Purdie wrote: > > On Tue, 2020-07-14 at 16:56 +0300, Adrian Bunk wrote: > >> On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: > >>> Hello, >

[yocto] Image with trustfence

2020-07-21 Thread Adrian Dusiński
Do I have to change the address of loading the image into ram when trustfence is enabled? Because after enabling trustfence I have got error: ## Flattened Device Tree blob at 830 Booting using the fdt blob at 0x830 Using Device Tree in place at 830, end 8300b55a

Re: [yocto] Stable Warrior branch

2020-07-14 Thread Adrian Bunk
oject.org/wiki/Stable_Release_and_LTS for what will > be expected. I have some ideas, but not yet a fixed plan how I will set this up. > regards, > Armin cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49946): https://lists.yoctopro

Re: [yocto] Distro upgrade strategies

2020-06-21 Thread Adrian Bunk
On Sun, Jun 21, 2020 at 02:09:44PM +0200, Stefano Babic wrote: > Hi Adrian, Hi Stefano, >... > If it can work in many case, it won't in many other cases. Hash issues with > packages ? System does not boot and a grub-rescue shell is started ? Not a > very big problem (in many c

Re: [yocto] Distro upgrade strategies

2020-06-21 Thread Adrian Bunk
apply to the situation where you are upgrading just one package for a security update. > HTH, > Chris cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49706): https://lists.yoctoproject.org/g/yocto/message/49706 Mute This Topic: htt

[yocto] SDL2 without X11 #debian #yocto #apt

2020-04-08 Thread Adrian
s, how can I found link to source to use "apt-get build-dep libsdl2" Regards, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49085): https://lists.yoctoproject.org/g/yocto/message/49085 Mute This Topic: https://lists.yoctoproject.o

Re: [yocto] What are the key factors for yocto build speed?

2020-03-20 Thread Adrian Bunk
On Fri, Mar 20, 2020 at 03:58:35PM +0100, Mike Looijmans wrote: >... > (because octave is virtually impossible to cross-compile). >... The recipe in meta-openembedded cross-compiles without problem. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. V

Re: [yocto] What are the key factors for yocto build speed?

2020-03-19 Thread Adrian Bunk
om killer on my laptop (8 cores, 32 GB RAM) when bitbake runs the compile tasks in parallel. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48863): https://lists.yoctoproject.org/g/yocto/message/48863 Mute This Topic: https://lists.yocto

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

2020-03-16 Thread Adrian Bunk
On Mon, Mar 16, 2020 at 11:45:09AM +, Sangeeta Jain wrote: >... > Runtime auto test for following platforms: >... > 6. MPC8315e-rdb >... This platform has been removed from master, and is therefore not in M3. > Thanks, > Sangeeta cu Adrian -=-=-=-=-=-=-=-=-=-=-=- L

Re: [yocto] [meta-qt5, zeus-next, python3-pyqt5] QtChart can't be imported

2020-02-05 Thread Adrian
Hi, I turn out PyQtChart was simply missing in the meta-qt5 layer. I have created a recipe which adds it and hopefully will be merged <https://github.com/meta-qt5/meta-qt5/pull/281> to the upstream. Regards, Adrian On 31.01.2020 17:52, Adrian Fiergolski wrote: > > Hi, > > I

Re: [yocto] Yocto Project Status WW04'20

2020-02-02 Thread Adrian Bunk
On Sun, Feb 02, 2020 at 03:16:24PM +, Ross Burton wrote: > On Sun, 2 Feb 2020 at 13:35, Adrian Bunk wrote: > > Would it be possible to also create a yocto-devel or yocto-core > > mailing list for discussing development of Yocto? > > What would it cover that isn't alr

Re: [yocto] Yocto Project Status WW04'20

2020-02-02 Thread Adrian Bunk
gt; https://lists.yoctoproject.org/g/docs/join >... Would it be possible to also create a yocto-devel or yocto-core mailing list for discussing development of Yocto? Currently the yocto list is a mixture of core development list and forum for newbie user questions, with no easy way to have th

[yocto] [meta-qt5, zeus-next, python3-pyqt5] QtChart can't be imported

2020-01-31 Thread Adrian
tracker (link <https://github.com/meta-qt5/meta-qt5/issues/276>), but so far no reply. Regards, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48228): https://lists.yoctoproject.org/g/yocto/message/48228 Mute This Topic:

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Adrian Bunk
grading Node.js cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48073): https://lists.yoctoproject.org/g/yocto/message/48073 Mute This Topic: https://lists.yoctoproject.org/mt/69843007/21656 Group Owner: yocto+ow...@lists.yoctoproject.

Re: [yocto][meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()

2020-01-08 Thread Adrian Bunk
n defined, both results are permitted. glibc has the same behaviour forever, musl switched to the glibc behaviour a few years ago. > Cheers, > Andre' cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47898): https://lists.yoctoproject.