DRAFT Add ros2_component.bbclass

This commit is contained in:
Herb Kuta 2019-05-08 09:52:11 -07:00
parent fdcbc72329
commit 35fe716976
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Copyright (c) 2019 LG Electronics, Inc.
inherit ros_component
# Place metadata unique to components of type "ros2" here.
# https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/#id3 says LANG must be in the environment. Allow it to be
# overridden in local.conf . (Can't place in conf/layer.conf as it causes do_patch() to fail when building linux-raspberrypi.)
export LANG ??= "en_US.UTF-8"