Hi All, scripts and menuconfig

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hi All, scripts and menuconfig

Jump to solution
1,172 Views
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

Labels (3)
Tags (3)
0 Kudos
1 Solution
772 Views
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

View solution in original post

0 Kudos
3 Replies
772 Views
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 Kudos
772 Views
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 Kudos
773 Views
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 Kudos