Cannot find libboost_numpy in imx8mq yocto build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cannot find libboost_numpy in imx8mq yocto build

1,012 Views
nishitha_a
Contributor I

Hi,

I need to get libboost_numpy library in the yocto image.

So I added the following lines in local.conf file

PACKAGECONFIG_pn-boost = "python"
IMAGE_INSTALL_append+="python3-numpy"

Then

bitbake imx-image-multimedia

bitbake imx-image-multimedia -c populate_sdk

But the library is not generated. What can be the issue ?

0 Kudos
Reply
2 Replies

997 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello nishitha_a ,

Below is my advice:

1. Add "BBCLASSEXTEND = "native nativesdk"" to the end of related .bb file.

This can add library to SDK.

bitbake imx-image-multimedia -c populate_sdk

2. Add library to rootfs

the command can add library to rootfs.

bitbake imx-image-multimedia

 

You can try it, again.

If it can't reach your purpose, You can refer to the relevant materials of Yocto.

 

Have a nice day!

B.R,

Weidong

0 Kudos
Reply

993 Views
nishitha_a
Contributor I

The specified line is already there in the python-numpy.inc file

0 Kudos
Reply