We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a83dc2 commit bebe2f3Copy full SHA for bebe2f3
meta-ros-common/recipes-core/images/ros-image-desktop.bb
@@ -0,0 +1,12 @@
1
+require ${COREBASE}/meta/recipes-graphics/images/core-image-x11.bb
2
+
3
+SUMMARY = "Full desktop image of ROS 2"
4
+DESCRIPTION = "${SUMMARY}"
5
6
+inherit ros_distro_${ROS_DISTRO}
7
+inherit ${ROS_DISTRO_TYPE}_image
8
9
+IMAGE_INSTALL:append = " \
10
+ ros-core \
11
+ desktop-full \
12
+"
0 commit comments