I am using an am335x EVM board and SDK 05.06 to develop my project.
The SDK provides one base and one full size roofs. However, I need a customized roofs which includes some additional packages over the base roofs but does not include the graphic packages as in the full rootfs.
I realized that I may use 'opkg' to remove the packages that I do not need. What I am really looking for is a menu config for roofs (just like the one for configuring Linux kernel) to allow me easily add or remove packages from a list. Does it exist? If so, where can I find it?
Thanks for any help in advance.