[yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread dhanyalakshmi.k via lists.yoctoproject.org
Hello, I tried to build toolchain for aarch64 target architecture using below command: $ bitbake -c populate_sdk ls-image-main Errors that i'm facing is: ERROR: ls-image-main-22.04.2-r0 do_populate_sdk: Could not invoke dnf. Command '/home/dhanyalakshmi/distro/build_ls1012afrwy/tmp/work/ls1012afrw

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread Alexander Kanavin
" - package ubuntu-main-22.04.2-r0.aarch64 from oe-repo obsoletes libc6-dbg provided by libc6-dbg-2.35-r0.aarch64 from oe-repo" This ubuntu-main package is highly suspect and shouldn't be present. Can you look into where it's coming from, how is formed, and why is it there to begin with? We can't

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread Alexander Kanavin
Oh, and: please introduce yourself as well. It's not polite to fire off support questions without saying who you are and what are you working on. Alex On Thu, 16 May 2024 at 11:37, Alexander Kanavin via lists.yoctoproject.org wrote: > > " - package ubuntu-main-22.04.2-r0.aarch64 from oe-repo ob

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread dhanyalakshmi.k via lists.yoctoproject.org
Hi, I apologize if it seemed rude for not introducing myself earlier. I'm Dhanya, and currently, I'm working on building an image for my ls1012afrwy NXP board using the Yocto Project. I've successfully built the image, but I'm encountering an error when attempting to build a cross-compiler tool

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread Alexander Kanavin
I understand this is not exactly helpful, but someone subverted yocto completely with ls-image-main recipe. Putting Ubuntu into target images is not supported, tested or recommended, and if any issues occur you're on your own. Or ask the developers of that 'layerscape' thing. Also mickledore is an

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread dhanyalakshmi.k via lists.yoctoproject.org
Thank You Alex for the information. I went through the links you provided for recent branches of yocto. Branch Version mickledore YP 4.2–lf-6.1.55 langdale YP 4.1–lf-6.1.1 kirkstone YP 4.0–lf-5.15.71 honister YP 3.4–lf-5.15.5 hardknott YP 3.3–lf-5.10.72 gatesgarth YP 3.2–lf-5.10.9 dunfell YP 3.1

Re: [yocto] Unable to populate_sdk for ls1012afrwy macine

2024-05-16 Thread Alexander Kanavin
Yeah, I was confused. This is the authoritative source: https://wiki.yoctoproject.org/wiki/Releases Neverthless mickledore is no longer supported (and nanbield is out of support shortly). Alex On Thu, 16 May 2024 at 12:29, dhanyalakshmi.k via lists.yoctoproject.org wrote: > Thank You Alex for

[yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Zoran
Hello all, I have a really strange error while compiling gcc-cross_13.2 ?! Here is the error appearing: ERROR: Task (/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir) failed with exit code '1' I eliminate this error using t

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Quentin Schulz via lists.yoctoproject.org
Hi Zoran, On 5/16/24 2:28 PM, Zoran via lists.yoctoproject.org wrote: [You don't often get email from zoran.stojsavljevic=gmail@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hello all, I have a really strange error while compiling

Re: [yocto] Python3 pyee recipe for Kirkstone

2024-05-16 Thread Gary Huband via lists.yoctoproject.org
Same problem after adding python3-setuptools-scm-native.  I've attached the pyproject.toml. > > > inherit pypi python_setuptools_build_meta > > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5" > > SRC_URI[md5sum] = "b12a1105a13a218ef0d6b1fa6cb6425a" >

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Ross Burton
> On 16 May 2024, at 16:31, Zoran via lists.yoctoproject.org > wrote: > The full log (full_log.txt) is attached to this @, as per Ur request > (lot of stuff, echt!). From your log: WARNING: Host distribution "fedora-40" has not been validated with this version of the build system; you may po

[yocto] Can someone help decipher what an error means #bitbake #kirkstone

2024-05-16 Thread mlynch
I have a recipe that gives me an error and I don't understand what it means and/or what causes it.  If I knew what it meant I could probably fix it myself but I'm not sure where to look to do so.  The error message is pasted below.  This happens whenever I try to "bitbake" this recipe without fi

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Khem Raj
We need a new uninative tarball generated with gcc14 for f40 so there might be issues like you are seeing due to that. You can disable uninative temporarily in your build and see if that works for the moment On Thu, May 16, 2024 at 8:39 AM Ross Burton via lists.yoctoproject.org wrote: > > > > On

Re: [yocto] Can someone help decipher what an error means #bitbake #kirkstone

2024-05-16 Thread Martin Jansa
Can you show the recipe? Is the AnalogDevice.h file originally under ${S} variable (which is excluded with PSEUDO_IGNORE_PATHS by default)? I think it's not based on "tmp/work/core2-64-poky-linux/libht2/0.90-r0/AnalogDevice.h" path, so move it under ${S} like e.g. in: https://git.openembedded.org

Re: [yocto] Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release

2024-05-16 Thread Zoran
Hello Ross, I guess, U might be very right! OFF TOPIC: Fedora 40. I had another terrible issue with Fedora 40. I pressed M-net, my net provider, that they screwed up my DNS setup. For 4 days. Then... I started to investigate myself! Here is what I did find about unfortunate Fedora 40 release (

[yocto] packages not generated in output folder

2024-05-16 Thread SIMON BABY
Hello, I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My yocto recipes aeh building successfully but I am unable to see any package folders under the tmp directory. I see only log files under temp are created. Nothing else. Can I know if I am missing any configuration?

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Martin Jansa
You probably inherit rm_work somewhere, use bitbake-getvar to find out where and remove it if you don't want the files to be removed after the build is finished. On Thu, May 16, 2024 at 9:28 PM SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in 5.15.0-1

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Khem Raj
On Thu, May 16, 2024 at 12:28 PM SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My > yocto recipes aeh building successfully but I am unable to see any package > folders under the tmp directory. I see only lo

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Khem Raj
On Thu, May 16, 2024 at 12:55 PM Martin Jansa via lists.yoctoproject.org wrote: > > You probably inherit rm_work somewhere, use bitbake-getvar to find out > where and remove it if you don't want the files to be removed after > the build is finished. right, thats perhaps the real reason for the in

Re: [yocto] packages not generated in output folder

2024-05-16 Thread SIMON BABY
sounds good . I have fixed it already. My local.conf file has rm_work and after iIremoved it, it worked. Thank you for the quick answer. Regards Simon On Thu, May 16, 2024 at 12:55 PM Martin Jansa wrote: > You probably inherit rm_work somewhere, use bitbake-getvar to find out > where and remove