TEMP Add webos-image-ros-* (until moved to meta-webos-ros)
This commit is contained in:
parent
55762e7ec2
commit
2ecb870b58
|
@ -0,0 +1,13 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
# Prevent error when parsing if meta-webos layer isn't present.
|
||||||
|
LAYERDIR_meta-webos = "${@(d.getVar('BBFILE_PATTERN_meta-webos', True) or '')[1:]}"
|
||||||
|
include ${LAYERDIR_meta-webos}/recipes-core/images/webos-image.bb
|
||||||
|
|
||||||
|
inherit ros_distro_${ROS_DISTRO}
|
||||||
|
inherit ${ROS_DISTRO_TYPE}_image
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append_ros1-distro = " roslaunch"
|
||||||
|
IMAGE_INSTALL_append_ros2-distro = " ros-core"
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
# Prevent error when parsing if meta-webos layer isn't present.
|
||||||
|
LAYERDIR_meta-webos = "${@(d.getVar('BBFILE_PATTERN_meta-webos', True) or '')[1:]}"
|
||||||
|
include ${LAYERDIR_meta-webos}/recipes-core/images/webos-image.bb
|
||||||
|
|
||||||
|
inherit ros_distro_${ROS_DISTRO}
|
||||||
|
inherit ${ROS_DISTRO_TYPE}_image
|
||||||
|
|
||||||
|
IMAGE_INSTALL += "packagegroup-ros-world"
|
Loading…
Reference in New Issue