From 4b47b0636a498e387eb9d345bf67e4de680c23d9 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 10 Jun 2019 11:50:10 -0700 Subject: [PATCH] DRAFT core-image-ros-world: Add ROS inherit-s --- recipes-core/images/core-image-ros-world.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/core-image-ros-world.bb b/recipes-core/images/core-image-ros-world.bb index 22cdb6f..4270a97 100644 --- a/recipes-core/images/core-image-ros-world.bb +++ b/recipes-core/images/core-image-ros-world.bb @@ -7,6 +7,8 @@ IMAGE_LINGUAS = " " LICENSE = "MIT" inherit core-image +inherit ros_distro_${ROS_DISTRO} +inherit ${ROS_DISTRO_TYPE}_image IMAGE_ROOTFS_SIZE = "8192"