Hi All, scripts and menuconfig

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

Hi All, scripts and menuconfig

跳至解决方案
1,270 次查看
dariuszzawisko
Contributor II

I am building Yocto on the custom board with imx28. I use the imx28evk machine as my base.
I have created the custom layer with kernel modifications and my custom images.
What should I do to setup all starting scripts for different runlevels or simply to add some new starting scripts or export environment variables?
Should I patch the initscripts package or maybe there is another way to do that?

Do we have in Yocto something similar to the configuration menu in LTIB (./ltib -c)?

If we talk about the configuration menu I know about bitbake -c menuconfig linux-imx and bitbake -c menuconfig busybox.

Do we have more similar menus in Yocto (for imx28)?

Best Regards

Darek

标签 (3)
标记 (3)
0 项奖励
1 解答
870 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

The menuconfig use will depend on the package. In this case busybox, linux kernel feature menuconfig.

But most of them lack of menuconfig.

/Alejandro

在原帖中查看解决方案

0 项奖励
3 回复数
870 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

Do you mean that bitbake -c menuconfig linux-imx does not work for the imx28?

I have tested it and it works at least for the linux kernel.

Best Regards,

Alejandro

0 项奖励
870 次查看
dariuszzawisko
Contributor II

The command bitbake -c menuconfig linux-imx works very well and it allows change the kernel configuration.


I wondered if there are more configuration menus with gui.



0 项奖励
871 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

The menuconfig use will depend on the package. In this case busybox, linux kernel feature menuconfig.

But most of them lack of menuconfig.

/Alejandro

0 项奖励