Commit 410f862e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fw utils

parent 00496002
......@@ -111,6 +111,8 @@ do_compile(){
cat boot_head.bin $UBOOT_FILE > boot.bin
oe_runmake env
cd ${WORKDIR}
}
......
include u-boot-ezynq.inc
inherit zynq7-platform-paths
PROVIDES = "u-boot virtual/bootloader"
do_compile_append() {
cd ${GITDIR_uboot}
oe_runmake env
cd ${WORKDIR}
}
do_install_append(){
install -d ${D}${base_sbindir}
install -d ${D}${sysconfdir}
install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv
install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv
install -m 0644 ${S}/tools/env/fw_env.config ${D}${sysconfdir}/fw_env.config
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment