This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Remove Arago package manager

Hi,

I'm fairly new to the Sitara Linux SDK and dev environment. Before deploying a new Arago-based product, we plan to disable/remove all package manager functions. One way to do this is to remove all the opkg functions from the final rootfs. Is there a better way to disable all package installation functions at the SDK - perhaps at the recipe level?


Thanks in advance.

  • Hi Andrew,

    If I understand well you want to disable running process from file systems as Matrix. If you want this you can go into the /etc/rc5.d/ directory and see in the script which way to stop needed process. For the Matrix you can see in the S97matrix-gui-2.0 file and to stop/start can use: /etc/init.d/matrix-gui-2.0 start and /etc/init.d/matrix-gui-2.0 stop

    BR
    Ivan