Pull request #115: fix(u-boot-tools): add uboot-efivar fot FILES

Merge in ICO/coreos from update_to_master to kirkstone

* commit 'ed7ae90d860cef08db7372281dc5ea636c5fcfbd':
  fix(u-boot-tools): add uboot-efivar fot FILES
This commit is contained in:
Patrick Vogelaar 2023-08-07 14:18:06 +02:00
commit d0ad59ff79
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@
do_install:append() {
install -m 0755 ${S}/tools/efivar.py ${D}${bindir}/uboot-efivar
}
}
FILES:${PN} += "${bindir}/uboot-efivar"