fix(u-boot-tools): add uboot-efivar fot FILES

Without this fix the build breaks for -c populate_sdk.
This commit is contained in:
Patrick Vogelaar 2023-07-26 14:54:07 +02:00
parent 0001e685fa
commit 18d38f9010
1 changed files with 3 additions and 1 deletions

View File

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