DRAFT webos-compat.inc: Drop WEBOS_DISTRO_TOPDIR_* from build cfg display

This commit is contained in:
Herb Kuta 2019-06-26 14:16:35 -07:00
parent b8b347cc49
commit 594d77502b
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
# #
# Place the fixups necessary to make meta-webosose compatible with meta-ros version 2 here. # Place the fixups necessary to make meta-webosose compatible with meta-ros version 2 here.
# These will be "<unknown>" 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', '<unknown>', 'WEBOS_DISTRO_TOPDIR_REVISION', '', d)}"
BUILDCFG_VARS_remove = "${@oe.utils.conditional('WEBOS_DISTRO_TOPDIR_DESCRIBE', '<unknown>', 'WEBOS_DISTRO_TOPDIR_DESCRIBE', '', d)}"
# Undo blacklisting # Undo blacklisting
PNBLACKLIST[libfreenect] ?= "" PNBLACKLIST[libfreenect] ?= ""
PNBLACKLIST[freenect-camera] ?= "" PNBLACKLIST[freenect-camera] ?= ""