[yocto] reading tgz file and uncompress in rootfs

2024-10-21 Thread umeshyv
Hi, I have requirement where recipe file reads set of .tgz files and it should store in a location in rootfs and untar them(on freescale board). Can you please show some pointers. SUMMARY = " Tools" LICENSE = "CLOSED" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRCREV = "${AUTOREV}" SRC_UR

[yocto] populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 #yocto

2024-10-23 Thread umeshyv
Hi I get below error for the recipe which copies .tgz files to a directory ERROR: lib32-xx-image-1.0-r0 do_prepare_recipe_sysroot: Manifest /home/x/projects/x/build-x/tmp/sstate-control/manifest-x86_64_ubuntu-20.04-sigma-tools-native.populate_sysroot not found in x86_64 x86_64_ubuntu-20.04

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-22 Thread umeshyv
Hi Alex Can you please elaborate on this, I did multiple attempts and being new to this, finding solutions. Thanks On Tue, 22 Oct 2024, 01:43 Adrian Freihofer, wrote: > > > umeshyv via lists.yoctoproject.org gmail@lists.yoctoproject.org> schrieb am Mo., 21. Okt. 2024, 18:30

Re: [yocto] populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 #yocto

2024-10-24 Thread umeshyv
> > *Jairo R. Mejia Aponte* | Embedded Software Linux Junior Engineer > > Netmodule | Hirschmann Automation & Control GmbH > > Location Eschborn | Frankfurter Str. 10-14 | 65760 Eschborn | Germany > > jairo.mejiaapo...@belden.com | www.netmodule.com | www.belden.com

Re: [yocto] populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 #yocto

2024-10-24 Thread umeshyv
-n -e > 's/^.*WORKDIR="//p' | sed -n -e 's/".*$//p' > > > > > > Sincerely, > > > > Jairo R. Mejia Aponte | Embedded Software Linux Junior Engineer > > > > Netmodule | Hirschmann Automation & Control GmbH > > > > L

Re: [yocto] populate_sysroot not found in x86_64 x86_64_ubuntu-20.04 #yocto

2024-10-24 Thread umeshyv
ill missing anything, suggestions please Thanks umesh On Thu, 24 Oct 2024 at 06:02, Aleksandar Nikolic via Lists.Yoctoproject.Org wrote: > On Wed, Oct 23, 2024 at 12:39 PM, umeshyv wrote: > > Hi > > I get below error for the recipe which copies .tgz files to a directory &