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

Merge in ICO/coreos from fix_populate_sdk_build to master

* commit '18d38f9010f7e973246cfef9d36c2b0637ba8f8a':
  fix(u-boot-tools): add uboot-efivar fot FILES
This commit is contained in:
Patrick Vogelaar 2023-08-02 13:40:43 +02:00
commit ed7ae90d86
1 changed files with 3 additions and 1 deletions

View File

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