|
import_bb()
Import bitbake lib |
|
|
|
init_tinfoil(config_only=False,
tracking=False)
Initialize the Bitbake tinfoil module |
|
|
|
pkg_version(data)
Get package version as a dict |
|
|
|
guess_bb_file(file_list,
bbappend)
Guess bb recipe from a list of filenames |
|
|
|
bb_from_repo(cfg_data,
repo,
treeish,
bb_path)
Get and parse a bb recipe from a Git treeish |
|
|
|
guess_bb_path_from_fs(topdir,
recursive=True,
bbappend=False)
Guess a bitbake recipe file |
|
|
|
guess_bb_path_from_repo(repo,
treeish=None,
topdir='
' ,
recursive=True,
bbappend=False)
Guess a bitbake recipe path from a git repository |
|
|
|
guess_bb_path(options,
repo,
treeish=None,
bbappend=False)
Guess recipe path, relative to repo rootdir |
|
|
|
parse_bb(cfg_data,
options,
repo,
treeish=None,
bbappend=False)
Find and parse a bb recipe from a repository |
|
|
|
guess_pkg_from_dir(pkg_dir,
tinfoil)
Guess a package from a directory in configured bitbake environment |
|
|
|
guess_pkg(tinfoil,
pkg)
Guess package (recipe) from configured bitbake environment |
|
|