blob: 8886bea143cd2980dc8b34f5b86194603d73e1f4 [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"
Ed Tanous9936f862022-09-19 09:13:20 -07003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
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
Ed Tanous9936f862022-09-19 09:13:20 -07008RDEPENDS:${PN} = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}"