getting cfg80211.ko in yocto build

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

getting cfg80211.ko in yocto build

1,184 次查看
pfworks
Contributor I

What magic string do I put in local.conf to get the 80211 (cfg80211.ko in particular) to get built in my image?

0 项奖励
1 回复

1,175 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hi pfworks,

you have 2 methods to get cfg80211.ko module.
1. In Yocto
#bitbake -c menuconfig linux-imx

weidong_sun_0-1613545952666.png

 


Use the command to load kernle menu and select M for cfg80211 option.
2. Standalone
Refer to i.MX_Linux_Users_Guide.pdf, use standalone method to compile linux kernel and device tree.
# make menuconfig
Use the command to load kernel menu and select M for cfg80211 option.
[Note]
open i.MX_Linux_Users_Guide.pdf and search standalone, you will find related chapter.

Actually, you can compile u-boot and kernel image by standalone, and use yocto to compile rootfs.

 

Hope this information is helpful to you.

Have a nice day!

B.R,

weidong

0 项奖励