Re: [yocto] Installing pre-built DEB files

2025-02-12 Thread Alexander Kanavin via lists.yoctoproject.org
sts.yoctoproject.org ; > skandigr...@gmail.com ; r...@cmss.com > *Subject:* Re: [yocto] Installing pre-built DEB files > > > *[EXTERNAL EMAIL]* DO NOT CLICK links or attachments unless you recognize > the sender and know the content is safe. > I already told you. Headers and pkg

Re: [yocto] Installing pre-built DEB files

2025-02-12 Thread Keith Beal [US] via lists.yoctoproject.org
skandigr...@gmail.com ; r...@cmss.com Subject: Re: [yocto] Installing pre-built DEB files [EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe. I already told you. Headers and pkg-config files are in parted-dev package produced by par

Re: [yocto] Installing pre-built DEB files

2025-02-12 Thread Alexander Kanavin via lists.yoctoproject.org
sr/share/doc/libparted-dev -> libparted2t64 > > Keith > -- > *From:* yocto@lists.yoctoproject.org on > behalf of Keith Beal [US] via lists.yoctoproject.org eclipticenterprises@lists.yoctoproject.org> > *Sent:* Tuesday, February 11, 2025 1:25

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
[US] via lists.yoctoproject.org Sent: Tuesday, February 11, 2025 1:25 PM To: Alexander Kanavin Cc: yocto@lists.yoctoproject.org ; skandigr...@gmail.com ; r...@cmss.com Subject: Re: [yocto] Installing pre-built DEB files You don't often get email from kbeal=eclipticenterprises@lists.yoctoproject.

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
Keith Beal [US] Cc: yocto@lists.yoctoproject.org ; skandigr...@gmail.com ; r...@cmss.com Subject: Re: [yocto] Installing pre-built DEB files [EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe. On Tue, 11 Feb 2025 at 19:44, Keith Bea

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Alexander Kanavin via lists.yoctoproject.org
On Tue, 11 Feb 2025 at 19:44, Keith Beal [US] wrote: > > I know there is a parted recipe. > I need the equivalent of the Ubuntu package libprated-dev. > This is the library and header files for using the functions used by parted. The parted recipe builds and packages libparted as well, it's just

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
lists.yoctoproject.org Sent: Tuesday, February 11, 2025 9:30 AM To: yocto@lists.yoctoproject.org ; skandigr...@gmail.com Cc: r...@cmss.com Subject: Re: [yocto] Installing pre-built DEB files [You don't often get email from alex.kanavin=gmail@lists.yoctoproject.org. Learn why this is important at

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Alexander Kanavin via lists.yoctoproject.org
No. Do not do this. It's not going to work, especially when you take binaries built for a different system. I do not have time to give a lecture about why, you just need to trust me. We have a recipe that builds parted from source: https://git.yoctoproject.org/poky/tree/meta/recipes-extended/parte

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Gyorgy Sarvari via lists.yoctoproject.org
Your first destination should be the log.do_install file in the WORKDIR of the recipe, which should have the output of the dpkg commands. That should shed some light on this mystery, hopefully. Sidenote: DEB files are actually two compressed tar files in a single archive. If nothing else works, yo

[yocto] Installing pre-built DEB files

2025-02-11 Thread R Keith Beal
I am working with NXP's Flex-Builder. I need to add the libraries and headers for parted. On Ubuntu there is a package called libprated-dev I am trying to replicate. The LAYERSCAPE SDK is using bitbake 1.5. I know I probably shouldn't be installing DEBs directly, but, adding recipes for libprated