SUMMARY = "Clear boot-once variables" | |
DESCRIPTION = "Clear u-boot variables used for one-time boot flow" | |
RDEPENDS_${PN} = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}" | |
inherit obmc-phosphor-systemd | |
LICENSE = "Apache-2.0" | |
LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" |