Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit fbf4abc

Browse files
committed
refkit: reconfigure meta-ros in refkit-config.inc
Setting ROS_USE_PYTHON3 in refkit-config.inc is better because: - other distros may also need that setting - all content re-configuration is one one place and thus easier to review Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
1 parent 62f6c1e commit fbf4abc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

meta-refkit-core/conf/distro/include/refkit-config.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ PREFERRED_PROVIDER_virtual/opencl-headers-cxx_df-refkit-config = "opencl-headers
109109
# remove readline support from Bluez to reduce GPLv3 dependencies
110110
BAD_RECOMMENDATIONS_append_df-refkit-config = " bluez5-client"
111111

112+
# Make ROS use python3 to run its core scripts
113+
ROS_USE_PYTHON3_df-refkit-config = "yes"
114+
112115
########################################################################
113116
# Changes that can be done via PACKAGECONFIG are meant to be done
114117
# here instead of via .bbappends. SECURITY_* changes go into

meta-refkit/conf/distro/refkit.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,3 @@ PACKAGE_ARCH_pn-rhino = "${TUNE_PKGARCH}"
194194
# re-use uninative shim released by Yocto Project / OE
195195
require conf/distro/include/yocto-uninative.inc
196196
INHERIT += "uninative"
197-
198-
# Make ROS use python3 to run its core scripts
199-
ROS_USE_PYTHON3 = "yes"

0 commit comments

Comments
 (0)