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
已解决! 转到解答。
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