Home
last modified time | relevance | path

Searched refs:get_custom_config (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-pcbios.py18 from wic.engine import get_custom_config
95 custom_cfg = get_custom_config(bootloader.configfile)
H A Dbootimg-partition.py22 from wic.engine import get_custom_config
111 custom_cfg = get_custom_config(configfile)
H A Dbootimg-efi.py22 from wic.engine import get_custom_config
65 custom_cfg = get_custom_config(configfile)
158 custom_cfg = get_custom_config(configfile)
H A Disoimage-isohybrid.py19 from wic.engine import get_custom_config
98 grubefi_conf = get_custom_config(configfile)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py615 def get_custom_config(boot_file): function