blob: 4f32a06940da53bd5067475c673f9a2933c12fe0 [file] [log] [blame]
Milton D. Miller IIa1bbb102016-03-04 15:27:44 -06001SUMMARY = "Clear boot-once variables"
2DESCRIPTION = "Clear u-boot variables used for one-time boot flow"
3
Brad Bishopcb5b4482018-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 IIa1bbb102016-03-04 15:27:44 -06006inherit obmc-phosphor-systemd
Patrick Venture92f94912018-11-03 14:08:20 -07007
8LICENSE = "Apache-2.0"
Brad Bishopa1cee092019-09-13 12:14:05 -04009LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"