Commit 7a7600ac authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

not yet working

parent 9d09a3a5
......@@ -9,7 +9,7 @@ PR = "r0"
include u-boot-ezynq.inc
PROVIDES = "u-boot virtual/bootloader u-boot-fw-utils"
PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths
......
DESCRIPTION = "EZYNQ is the Xilinx's bootgen (fsbl) replacement + u-boot. The output is a working BOOT.BIN"
HOMEPAGE = "http://elphel.com;http://blog.elphel.com"
SECTION = "bootloaders"
#Project Version
PV = "v2016.05"
#Project Revision
PR = "r0"
include u-boot-ezynq.inc
#PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths
PROVIDES = "u-boot virtual/bootloader"
INSANE_SKIP_${PN} = "already-stripped"
do_compile_append() {
cd ${GITDIR_uboot}
oe_runmake env
cd ${WORKDIR}
}
#UBOOT_CONFIG="dtb"
PROVIDES = "u-boot-fw-utils"
PACKAGES = "u-boot-fw-utils"
FILES_${PN} += "\
/sbin/* \
......@@ -19,4 +30,7 @@ do_install_append(){
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
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
BBCLASSEXTEND = "cross"
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