Home
last modified time | relevance | path

Searched refs:str_filter_out (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py101 def str_filter_out(f, str, d): function
/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/
H A Dexternal-arm-toolchain.bb312 PACKAGES := "${@oe.utils.str_filter_out('${PN}-dev', '${PACKAGES}', d)}"
313 PACKAGES := "${@oe.utils.str_filter_out('${PN}-staticdev', '${PACKAGES}', d)}"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.5.rst250 | oe_filter_out() | oe.utils.str_filter_out() (or use the \_remove operator) |