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
Solved! Go to Solution.
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
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
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.
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