How do I list the kernel config options for i.MX6Q SABRESD using the yocto-kernel script?

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

How do I list the kernel config options for i.MX6Q SABRESD using the yocto-kernel script?

1,156 次查看
tempo_steven
Contributor I

This is what I am trying to do:

t7-docker@ed94c6790543:/media/t7-docker/HDD01/projies/imx6_SABRE/fsl-release-bsp/wookie_sd$ yocto-kernel config list ???        

Unable to find the BSP layer for machine tmp.

Please make sure it is listed in bblayers.conf

t7-docker@ed94c6790543:/media/t7-docker/HDD01/projies/imx6_SABRE/fsl-release-bsp/wookie_sd$

I have tried all the BSP names that I could come up with. The bblayers.conf does not help.

I am doing this in a container and menuconfig is not working, so I thought I would try to modify the config using the yocto-kernel script.

Thanks for any help

Regards,

Steven

0 项奖励
回复
2 回复数

992 次查看
tempo_steven
Contributor I

I am doing this in a container and menuconfig is not working, so I thought I would try to modify the config using the yocto-kernel script.

The yocto-kernel script allows you to list, add and remove config options.

0 项奖励
回复

992 次查看
jimmychan
NXP TechSupport
NXP TechSupport

have you try this ?

bitbake linux-imx -c menuconfig

0 项奖励
回复