blob: 5d6d8894cce6ebaca4ebc54b17f887a0e43a1269 [file] [log] [blame]
Milton D. Miller II32906e32016-03-04 15:27:44 -06001SUMMARY = "Clear boot-once variables"
2DESCRIPTION = "Clear u-boot variables used for one-time boot flow"
3
Brad Bishop2f2163c2018-03-23 00:22:07 -04004RDEPENDS_${PN} = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}"
5
Milton D. Miller II32906e32016-03-04 15:27:44 -06006inherit obmc-phosphor-systemd
Brad Bishop75f03872018-11-03 09:41:57 -07007
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"