Re: [OE-core] [PATCH] bitbake.conf: add bunzip2 in HOSTTOOLS

2023-08-18 Thread Alberto Planas via lists.openembedded.org
From: Pavel Zhukov > Looks like the regression has been  introduced in  previous update. This > patch https://git.openembedded.org/openembedded-core/commit/?h=master- > next&id=eb3ec7469fff857c819332371ad1d586f43c79c3 (which was reverted > by https://git.openembedded.org/openembedded-core/commi

[OE-core] [PATCH] bitbake.conf: add bunzip2 in HOSTTOOLS

2023-08-18 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas rpm2cpio.sh can make calls to bunzip2 to uncompress the RPM payload that conform the cpio file. bzip2 is already part of HOSTTOOLS, as a link to the system installed bzip2. This patch add bunzip2 in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when

Re: [OE-core] Merge process?

2023-07-11 Thread Alberto Planas via lists.openembedded.org
From: Richard Purdie > I thought the second patch was merged and in master: Ouch ... indeed. Seeing the first one in mickledore but not the second one confused me. Thanks! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184133): https://lists.o

[OE-core] Merge process?

2023-07-11 Thread Alberto Planas via lists.openembedded.org
(Sorry if this is not the correct mailing list for this question) Some time ago I submitted 2 patches here: https://lists.openembedded.org/g/openembedded-core/message/183090

Re: [OE-core] [PATCH v2 1/2] rpm2cpio.sh: update to the last 4.x version

2023-06-18 Thread Alberto Planas via lists.openembedded.org
From: Khem Raj   > I am seeing some race condition see > https://errors.yoctoproject.org/Errors/Details/708923/ Confirmed. It is the second time that I do the same mistake. I hope v3 finally fix it. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1

[OE-core] [PATCH v3 2/2] bitbake.conf: add unzstd in HOSTTOOLS

2023-06-18 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas rpm2cpio.sh can make calls to unzstd to uncompress the RPM payload that conform the cpio file. zstd is already part of HOSTTOOLS, as a link to the system installed zstd. This patch add unzstd in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when it

[OE-core] [PATCH v3 1/2] rpm2cpio.sh: update to the last 4.x version

2023-06-18 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd" bina

Re: [OE-core] [PATCH v2 2/2] bitbake.conf: add unzstd in HOSTTOOLS

2023-06-15 Thread Alberto Planas via lists.openembedded.org
> From: Richard Purdie > Couldn't we just use zstd -d in the script? They're always the same > binary anyway as far as I understand it... Yes, this should work. I decided to include the second patch to avoid changing the rpm2cpio.sh code, that is a verbatim copy of the upstream script (minus th

[OE-core] [PATCH v2 2/2] bitbake.conf: add unzstd in HOSTTOOLS

2023-06-15 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas rpm2cpio.sh can make calls to unzstd to uncompress the RPM payload that conform the cpio file. zstd is already part of HOSTTOOLS, as a link to the system installed zstd. This patch add unzstd in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when it

[OE-core] [PATCH v2 1/2] rpm2cpio.sh: update to the last 4.x version

2023-06-15 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd" bina

Re: [OE-core] [PATCH] rpm2cpio.sh: update to the last 4.x version

2023-05-30 Thread Alberto Planas via lists.openembedded.org
> From: Khem Raj  > This seems to regress building ctapi-common recipe from meta-oe > https://errors.yoctoproject.org/Errors/Details/705227/ /bin/sh: line 1: TOPDIR/sources/poky/scripts/rpm2cpio.sh: Permission denied >>  mode change 100755 => 100644 scripts/rpm2cpio.sh Indeed. Thanks, good catc

[OE-core] [PATCH] rpm2cpio.sh: update to the last 4.x version

2023-05-26 Thread Alberto Planas via lists.openembedded.org
From: Alberto Planas openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd" bina

[OE-core] [PATCH 1/1] rpm2cpio.sh: update to the last 4.x version

2023-05-26 Thread Alberto Planas via lists.openembedded.org
openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd" binary. Signed-off-by: Alb

[OE-core] [PATCH 1/1] rpm2cpio.sh: update to the last 4.x version

2023-05-26 Thread Alberto Planas via lists.openembedded.org
openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd" binary. Signed-off-by: Alb