Skip to content

Commit bebe2f3

Browse files
committed
{common}: adding ros-image-desktop
What is the Yocto image for ros-core + destop full with X11. Signed-off-by: Jan Vermaete <[email protected]>
1 parent 8a83dc2 commit bebe2f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)