QutiPi / meta-qutipi

Yocto layer for the Quti Pi development platform
0 stars 0 forks source link

Implement package manager #5

Closed motters closed 6 years ago

motters commented 6 years ago

Add a package manager to the meta layer so that additional packages can be installed easier during development.

Add the below to the image file

IMAGE_FEATURES += "package-management"
PACKAGE_CLASSES = "package_ipk" #  PACKAGE_CLASSES ?= "package_ipk" # etc

Example usage https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/package-manager-white-paper.pdf

motters commented 6 years ago

This is Implemented in the qutipi distro config file as above.