On Mon, 2024-10-07 at 15:37 +0200, Alexander Kanavin wrote: > I don't understand. Do you have zstd on the target image or not? Where > do you want to avoid it?
Sorry for being unclear, I do NOT have zstd on target but is installed in native/sdk. > > Which ipks are you seeing specifically? Do they get installed on the > target image? All ipks I have checked has compression zstd for data, assuming all of then are ATM. opkg itself is built without zstd and build fail in the end when trying generate and image, here is one such error msg: ERROR: lib32-xr-image-1.0-r0 do_populate_sdk: Unable to install packages. Command '/home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr- image/1.0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr-image/1.0/opkg-sdk- target.conf -t /home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr-image/1.0/temp/ipktemp/ -o /home/jocke/yocto-xr/build/infn- xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr-image/1.0/sdk/image/opt/infn-xr/1.0/sysroots/cortexa53-xr-linux-musl --force_postinstall --prefer-arch-to-version - -force-maintainer --force-overwrite install boost boost-dev libstdc++-staticdev packagegroup-core-standalone-sdk-target target-sdk-provides-dummy xr-newlib-staticdev' returned 255: * pkg_extract_data_file_names_to_stream: Failed to extract data.tar.* from package '/home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr- image/1.0/sdk/image/opt/infn-xr/1.0/sysroots/cortexa53-xr-linux-musl//var/cache/opkg/volatile.3157377/da390b29564d83775febf0b70efef24b_libstdc++-staticdev_13.3.0- r0_cortexa53.ipk'. * pkg_get_installed_files: Error extracting file list from /home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr- image/1.0/sdk/image/opt/infn-xr/1.0/sysroots/cortexa53-xr-linux-musl//var/cache/opkg/volatile.3157377/da390b29564d83775febf0b70efef24b_libstdc++-staticdev_13.3.0- r0_cortexa53.ipk. Installing libstdc++-staticdev (13.3.0) on root Downloading file:/home/jocke/yocto-xr/build/infn-xr/waa400/tmp/work/waa400-xrmllib32-linux-musleabi/lib32-xr-image/1.0/oe-sdk-repo/cortexa53/libstdc++-staticdev_13.3.0- r0_cortexa53.ipk. > > Basically it's hard to understand what is going on if the problem > description isn't clear and there's no way to reproduce or observe it. > > Alex > > Alex > > On Mon, 7 Oct 2024 at 15:27, Joakim Tjernlund via > lists.openembedded.org > <[email protected]> wrote: > > > > We don't have zstd on out target and since it is rather large we want to > > avoid it. > > Tried to back zstd out by doing: > > > > Added opkg_%bbappend: > > DEPENDS:remove = "zstd" > > EXTRA_OECONF:remove = "--enable-zstd" > > and set: > > PACKAGECONFIG:pn-libarchive = "zlib bz2 xz" > > in our own disto.conf > > > > But bitbake still builds *ipk's with zstd compression, what am I missing? > > > > Joakim > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112697): https://lists.openembedded.org/g/openembedded-devel/message/112697 Mute This Topic: https://lists.openembedded.org/mt/108867495/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
