From 594d77502bc151c86bef3cc9bdf5d25b122d0d60 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Wed, 26 Jun 2019 14:16:35 -0700 Subject: [PATCH] DRAFT webos-compat.inc: Drop WEBOS_DISTRO_TOPDIR_* from build cfg display --- conf/ros-distro/include/webos-compat.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/ros-distro/include/webos-compat.inc b/conf/ros-distro/include/webos-compat.inc index 6a8677c..4fd9824 100644 --- a/conf/ros-distro/include/webos-compat.inc +++ b/conf/ros-distro/include/webos-compat.inc @@ -2,6 +2,11 @@ # # Place the fixups necessary to make meta-webosose compatible with meta-ros version 2 here. +# These will be "" if TOPDIR isn't a Git repo => drop them from the display of the build configuration if this is the +# case. +BUILDCFG_VARS_remove = "${@oe.utils.conditional('WEBOS_DISTRO_TOPDIR_REVISION', '', 'WEBOS_DISTRO_TOPDIR_REVISION', '', d)}" +BUILDCFG_VARS_remove = "${@oe.utils.conditional('WEBOS_DISTRO_TOPDIR_DESCRIBE', '', 'WEBOS_DISTRO_TOPDIR_DESCRIBE', '', d)}" + # Undo blacklisting PNBLACKLIST[libfreenect] ?= "" PNBLACKLIST[freenect-camera] ?= ""