Alex,

First, let me say thanks for the help.

I did include it...

IMAGE_INSTALL_append = "sudo file parted parted-dev"

Note the bitbake 1.5 syntax.
There are also other packages but not shown for simplicity.

As I said in my original post, we are using the NXP LAYERSCAPE SDK.
I wonder if the issue is with the keirstone branch.

When I added parted-dev, I got all the libraries in my image but not the 
headers.

Keith
________________________________
From: Alexander Kanavin <alex.kana...@gmail.com>
Sent: Wednesday, February 12, 2025 1:22 AM
To: Keith Beal [US] <kb...@eclipticenterprises.com>
Cc: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>; 
skandigr...@gmail.com <skandigr...@gmail.com>; r...@cmss.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 parted recipe.

Please build the recipe and see what you get out of it.

Alex

On Wed, 12 Feb 2025 at 00:48, Keith Beal [US] 
<kb...@eclipticenterprises.com<mailto:kb...@eclipticenterprises.com>> wrote:
Alex,

These are the headers I am talking about...

$ dpkg -c libparted-dev_3.6-4+b1_arm64.deb
drwxr-xr-x root/root         0 2024-11-01 19:02 ./
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/include/
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/include/parted/
-rw-r--r-- root/root      2774 2024-11-01 19:02 
./usr/include/parted/constraint.h
-rw-r--r-- root/root      2478 2024-11-01 19:02 ./usr/include/parted/debug.h
-rw-r--r-- root/root      6241 2024-11-01 19:02 ./usr/include/parted/device.h
-rw-r--r-- root/root     18288 2024-11-01 19:02 ./usr/include/parted/disk.h
-rw-r--r-- root/root      4177 2024-11-01 19:02 ./usr/include/parted/exception.h
-rw-r--r-- root/root      3466 2024-11-01 19:02 ./usr/include/parted/filesys.h
-rw-r--r-- root/root      3588 2024-11-01 19:02 ./usr/include/parted/geom.h
-rw-r--r-- root/root      4196 2024-11-01 19:02 ./usr/include/parted/natmath.h
-rw-r--r-- root/root      1705 2024-11-01 19:02 ./usr/include/parted/parted.h
-rw-r--r-- root/root      2167 2024-11-01 19:02 ./usr/include/parted/timer.h
-rw-r--r-- root/root      2927 2024-11-01 19:02 ./usr/include/parted/unit.h
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/lib/
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/lib/aarch64-linux-gnu/
-rw-r--r-- root/root    202576 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/libparted-fs-resize.a
-rw-r--r-- root/root    807836 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/libparted.a
drwxr-xr-x root/root         0 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/pkgconfig/
-rw-r--r-- root/root       264 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/pkgconfig/libparted-fs-resize.pc
-rw-r--r-- root/root       244 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/pkgconfig/libparted.pc
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/share/
drwxr-xr-x root/root         0 2024-11-01 19:02 ./usr/share/doc/
lrwxrwxrwx root/root         0 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/libparted-fs-resize.so -> libparted-fs-resize.so.0
lrwxrwxrwx root/root         0 2024-11-01 19:02 
./usr/lib/aarch64-linux-gnu/libparted.so -> libparted.so.2
lrwxrwxrwx root/root         0 2024-11-01 19:02 ./usr/share/doc/libparted-dev 
-> libparted2t64

Keith
________________________________
From: yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org> 
<yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org>> on behalf 
of Keith Beal [US] via lists.yoctoproject.org<http://lists.yoctoproject.org/> 
<kbeal=eclipticenterprises....@lists.yoctoproject.org<mailto:eclipticenterprises....@lists.yoctoproject.org>>
Sent: Tuesday, February 11, 2025 1:25 PM
To: Alexander Kanavin <alex.kana...@gmail.com<mailto:alex.kana...@gmail.com>>
Cc: yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org> 
<yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org>>; 
skandigr...@gmail.com<mailto:skandigr...@gmail.com> 
<skandigr...@gmail.com<mailto:skandigr...@gmail.com>>; 
r...@cmss.com<mailto:r...@cmss.com> <r...@cmss.com<mailto:r...@cmss.com>>
Subject: Re: [yocto] Installing pre-built DEB files

You don't often get email from 
kbeal=eclipticenterprises....@lists.yoctoproject.org<mailto:eclipticenterprises....@lists.yoctoproject.org>.
 Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>

[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the 
sender and know the content is safe.

Alex,

Thank you very much.
I should have figured I wasn't the only one who needs those in Yocto.
The Debian libparted-dev package has header files, how do I get those installed?

Keith
________________________________
From: Alexander Kanavin <alex.kana...@gmail.com<mailto:alex.kana...@gmail.com>>
Sent: Tuesday, February 11, 2025 10:49 AM
To: Keith Beal [US] 
<kb...@eclipticenterprises.com<mailto:kb...@eclipticenterprises.com>>
Cc: yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org> 
<yocto@lists.yoctoproject.org<mailto:yocto@lists.yoctoproject.org>>; 
skandigr...@gmail.com<mailto:skandigr...@gmail.com> 
<skandigr...@gmail.com<mailto:skandigr...@gmail.com>>; 
r...@cmss.com<mailto:r...@cmss.com> <r...@cmss.com<mailto: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 Beal [US]
<kb...@eclipticenterprises.com<mailto:kb...@eclipticenterprises.com>> 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 all
placed together into one package with the executables (also called
parted). Headers and pkgconfig files are in parted-dev package.

So you can simply use those packages and ignore that they also come
with executables.

Alex


Ecliptic Enterprises Corporation
Space Avionics and Sensor Systems -- Home of RocketCamâ„¢
398 W. Washington Blvd, Suite 100
Pasadena, CA 91103
Main number: (626) 798-2436
www.EclipticEnterprises.com<http://www.eclipticenterprises.com/>

Notice: This e-mail is intended solely for use of the individual or entity to 
which it is addressed and may contain information that is proprietary, 
privileged and exempt from disclosure under applicable law. If the reader is 
not the intended recipient or agent responsible for delivering the message to 
the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. This 
communication may also contain data subject to U.S. export laws. If so, that 
data is subject to the International Traffic in Arms Regulation (ITAR) and 
cannot be disseminated, distributed or copied to foreign nationals, residing in 
the U.S. or abroad, absent the express prior approval of the U.S. Department of 
State. If you have received this communication in error, please notify the 
sender by reply e-mail and destroy the e-mail message and any physical copies 
made of the communication. Thank you


Ecliptic Enterprises Corporation
Space Avionics and Sensor Systems -- Home of RocketCamâ„¢
398 W. Washington Blvd, Suite 100
Pasadena, CA 91103
Main number: (626) 798-2436
www.EclipticEnterprises.com<http://www.eclipticenterprises.com/>

Notice: This e-mail is intended solely for use of the individual or entity to 
which it is addressed and may contain information that is proprietary, 
privileged and exempt from disclosure under applicable law. If the reader is 
not the intended recipient or agent responsible for delivering the message to 
the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. This 
communication may also contain data subject to U.S. export laws. If so, that 
data is subject to the International Traffic in Arms Regulation (ITAR) and 
cannot be disseminated, distributed or copied to foreign nationals, residing in 
the U.S. or abroad, absent the express prior approval of the U.S. Department of 
State. If you have received this communication in error, please notify the 
sender by reply e-mail and destroy the e-mail message and any physical copies 
made of the communication. Thank you


Ecliptic Enterprises Corporation
Space Avionics and Sensor Systems -- Home of RocketCamâ„¢
398 W. Washington Blvd, Suite 100
Pasadena, CA 91103
Main number: (626) 798-2436
www.EclipticEnterprises.com

Notice: This e-mail is intended solely for use of the individual or entity to 
which it is addressed and may contain information that is proprietary, 
privileged and exempt from disclosure under applicable law. If the reader is 
not the intended recipient or agent responsible for delivering the message to 
the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. This 
communication may also contain data subject to U.S. export laws. If so, that 
data is subject to the International Traffic in Arms Regulation (ITAR) and 
cannot be disseminated, distributed or copied to foreign nationals, residing in 
the U.S. or abroad, absent the express prior approval of the U.S. Department of 
State. If you have received this communication in error, please notify the 
sender by reply e-mail and destroy the e-mail message and any physical copies 
made of the communication. Thank you
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64784): https://lists.yoctoproject.org/g/yocto/message/64784
Mute This Topic: https://lists.yoctoproject.org/mt/111125016/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to