I wanted 'nano' on my rootfs (because I hate vi). I found the yocto recipe was available in components/layers/meta-openembedded/meta-oe/recipes-support/nano.
But I have not been able to figure out how to get that layers recipes to show up in 'petalinux-config -c rootfs'.
I finally found I can get 'nano' installed by adding this to my project-spec/meta-user/conf/user-rootfsconfig:
CONFIG_nano
That works but is kind of annoying since it is under the 'user packages --->' instead of 'Filesystem Packages --->' in the 'petalinux-config -c rootfs'.
I know need the 'libmodbus' library (components/yocto/layers/meta-openembedded/meta-oe/recipes-extended/libmodbus).
It there a way to get all the components/yocto/layers/meta-openembedded/meta-oe/recipies* to show up in the configuration?
Question
Hartley
I wanted 'nano' on my rootfs (because I hate vi). I found the yocto recipe was available in components/layers/meta-openembedded/meta-oe/recipes-support/nano.
But I have not been able to figure out how to get that layers recipes to show up in 'petalinux-config -c rootfs'.
I finally found I can get 'nano' installed by adding this to my project-spec/meta-user/conf/user-rootfsconfig:
That works but is kind of annoying since it is under the 'user packages --->' instead of 'Filesystem Packages --->' in the 'petalinux-config -c rootfs'.
I know need the 'libmodbus' library (components/yocto/layers/meta-openembedded/meta-oe/recipes-extended/libmodbus).
It there a way to get all the components/yocto/layers/meta-openembedded/meta-oe/recipies* to show up in the configuration?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now