Skip to content

Commit

Permalink
Add standard linux utils
Browse files Browse the repository at this point in the history
* ROS requires standard tools beyond what is supplied by busybox
* The ROS setup.sh script relies on bash internally still

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 24, 2024
1 parent b7cb9f6 commit 8e11e02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meta-ros-common/recipes-core/images/ros-image-core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ inherit ${ROS_DISTRO_TYPE}_image
IMAGE_INSTALL:append = " \
ros-core \
"

# The deploy code requires bash and
# normal linux utilities not busybox ones.
# See https://github.com/ros/meta-ros/issues/1068#issuecomment-1908098993
CORE_IMAGE_EXTRA_INSTALL += "\
bash coreutils util-linux tar gzip bzip2 kmod \
python3-modules python3-misc \
e2fsprogs e2fsprogs-mke2fs parted \
"

0 comments on commit 8e11e02

Please sign in to comment.