FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |
PACKAGECONFIG[flash_bios] = "-Dhost-bios-upgrade=enabled, -Dhost-bios-upgrade=disabled" | |
PACKAGECONFIG_append_ = " flash_bios" | |
SYSTEMD_SERVICE_${PN}-updater += "${@bb.utils.contains('PACKAGECONFIG', 'flash_bios', 'obmc-flash-host-bios@.service', '', d)}" |