Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-25 Thread Jeremy Puhlman via lists.openembedded.org
On 2/25/2024 10:32 AM, Jeremy Puhlman wrote: On 2/25/2024 9:22 AM, Jeremy Puhlman wrote: On 2/24/2024 2:13 PM, Richard Purdie wrote: On Fri, 2024-02-23 at 12:33 -0800, Jeremy Puhlman via lists.openembedded.org wrote: It says usr//usr in the comment, but when I ran on a clean build

Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-25 Thread Jeremy Puhlman via lists.openembedded.org
On 2/25/2024 9:22 AM, Jeremy Puhlman wrote: On 2/24/2024 2:13 PM, Richard Purdie wrote: On Fri, 2024-02-23 at 12:33 -0800, Jeremy Puhlman via lists.openembedded.org wrote: It says usr//usr in the comment, but when I ran on a clean build it started complaining about opt//opt as well. Its

Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-25 Thread Jeremy Puhlman via lists.openembedded.org
On 2/24/2024 2:13 PM, Richard Purdie wrote: On Fri, 2024-02-23 at 12:33 -0800, Jeremy Puhlman via lists.openembedded.org wrote: It says usr//usr in the comment, but when I ran on a clean build it started complaining about opt//opt as well. Its not really clear why it is looking for those

Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-23 Thread Jeremy Puhlman via lists.openembedded.org
to insert debugging statements to see where opt//opt formation is happening. Tried poking at  that for a while and really didn't make much progress before I got pulled off to something else. Alex On Fri, 23 Feb 2024 at 21:31, Jeremy Puhlman via lists.openembedded.org wrote: From: "Jeremy A. Pu

Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-23 Thread Jeremy Puhlman via lists.openembedded.org
of code might know what may be happening. On 2/23/2024 12:30 PM, Jeremy Puhlman via lists.openembedded.org wrote: From: "Jeremy A. Puhlman" This seems to work around the following issue. The recipe in quesiton places all of its content in /opt, and we turn on license collection globall

[OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-23 Thread Jeremy Puhlman via lists.openembedded.org
From: "Jeremy A. Puhlman" This seems to work around the following issue. The recipe in quesiton places all of its content in /opt, and we turn on license collection globally. Systemd is turned on so usrmerge is also on. I doubt this is the correct way to deal with this as it is not clear why it

Re: [OE-core] [PATCH v2] create-spdx-2.2: combine spdx can try to write before dir creation

2023-12-19 Thread Jeremy Puhlman via lists.openembedded.org
FWIW I put a str() call onto the bitbake side of this in case we run into this anywhere else. Cheers, Richard Sounds good. Thanks. -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192754):

[OE-core] [PATCH v2] create-spdx-2.2: combine spdx can try to write before dir creation

2023-12-18 Thread Jeremy Puhlman via lists.openembedded.org
From: "Jeremy A. Puhlman" On occasion a file is attmpeded to be opened prior to the creation of the spdx_workdir. Create the directory before the open, just in case. File: '/build/layers/poky/meta/classes/create-spdx-2.2.bbclass', lineno: 1081, function: combine_spdx 1077:)

[OE-core] [PATCH] create-spdx-2.2: combine spdx can try to write before dir creation

2023-12-15 Thread Jeremy Puhlman via lists.openembedded.org
From: "Jeremy A. Puhlman" On occasion a file is attmpeded to be opened prior to the creation of the spdx_workdir. Create the directory before the open, just in case. File: '/build/layers/poky/meta/classes/create-spdx-2.2.bbclass', lineno: 1081, function: combine_spdx 1077:)

Re: [OE-core][kirkstone][PATCH] avahi: Fix for multiple CVE's

2023-11-16 Thread Jeremy Puhlman via lists.openembedded.org
On 11/16/2023 3:22 AM, Ross Burton wrote: Hi Vijay and Meenali, Hopefully this will show everyone - especially WR and Montavista - that we need to communicate better when working on CVEs. In the short term at least, Marta proposed a wiki page which can be updated via a tool and when