I am trying to find documentation for "bb.utils.contains". I found the code in pokey / bitbake / lib / utils.py, but this code is poorly documented. For example, it takes a parameter named "d". What is a "d"? How do you even start with a short, non descriptive name?
I downloaded and searched for all yocto and poky documents and performed an Internet search number to no avail.
Does anyone know of a good link to the python built-in utilities for Bitbake?
source share