Cannot find libboost_numpy in imx8mq yocto build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Cannot find libboost_numpy in imx8mq yocto build

1,602 次查看
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 项奖励
回复
2 回复数

1,587 次查看
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 项奖励
回复

1,583 次查看
nishitha_a
Contributor I

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

0 项奖励
回复