fix(u-boot-tools): add uboot-efivar fot FILES
Without this fix the build breaks for -c populate_sdk.
This commit is contained in:
parent
0001e685fa
commit
18d38f9010
|
|
@ -4,4 +4,6 @@
|
|||
|
||||
do_install:append() {
|
||||
install -m 0755 ${S}/tools/efivar.py ${D}${bindir}/uboot-efivar
|
||||
}
|
||||
}
|
||||
|
||||
FILES:${PN} += "${bindir}/uboot-efivar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue