blob: acd0dbb157b244689ee2f6e8c74e5624124a1298 [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
Patrick Williams12fc9392021-08-06 09:16:53 -05004RDEPENDS:${PN} = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}"
Brad Bishop2f2163c2018-03-23 00:22:07 -04005
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"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04009LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"