openembedded/meta-openembedded

networmanager install in build but nmcli command not foun in image

Opened this issue · 4 comments

I try to add networkmanager in my image . networkmanager complie and install successfully but i didn't found any networkmanager command in my image like nmcli.

I am using respberry pi4 as a machine and baking qt5-image .

And i am using dunfell.

kraj commented

you have to add it to your IMAGE_INSTALL variable as well for it to get added to your image.

@kraj thanks for your response

i add it like this
IMAGE_INSTALL_append = " networkmanager"

@kraj still its not working

IMAGE_INSTALL_append = " networkmanager-nmcli"

Add this to install nmcli