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:
commit
d0ad59ff79
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue