> 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
This seems to regress building ctapi-common recipe from meta-oe
https://errors.yoctoproject.org/Errors/Details/705227/
On Fri, May 26, 2023 at 7:06 AM Alberto Planas via
lists.openembedded.org
wrote:
>
> From: Alberto Planas
>
> openSUSE RPMs are compressing the RPM payload using zstd, that
> c
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