Skip to content
Snippets Groups Projects
Commit 29de25ce authored by BRONES Romain's avatar BRONES Romain
Browse files

Add ChimeraTK Device Access, remove PyTango

parent 5dbd60c2
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,14 @@ IMAGE_FEATURES_append = " \ ...@@ -26,9 +26,14 @@ IMAGE_FEATURES_append = " \
IMAGE_INSTALL_append = " packagegroup-zup-support" IMAGE_INSTALL_append = " packagegroup-zup-support"
IMAGE_INSTALL_append = " util-linux glibc-utils sudo" IMAGE_INSTALL_append = " util-linux glibc-utils sudo"
IMAGE_INSTALL_append = " python3-asyncua" IMAGE_INSTALL_append = " python3-asyncua"
IMAGE_INSTALL_append = " python3-pytango" IMAGE_INSTALL_append = " deviceaccess"
IMAGE_INSTALL_append = " cifs-utils" IMAGE_INSTALL_append = " deviceaccess-python-bindings"
IMAGE_INSTALL_append = " boost" #IMAGE_INSTALL_append = " python3-pytango"
#IMAGE_INSTALL_append = " cifs-utils"
#IMAGE_INSTALL_append = " boost"
# We do not need that
IMAGE_INSTALL_remove = " git python3-pip sudo"
# Remove graphical features # Remove graphical features
DISTRO_FEATURES_remove = " x11 wayland opengl qt jupyter" DISTRO_FEATURES_remove = " x11 wayland opengl qt jupyter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment