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

not yet working

parent 9d09a3a5
...@@ -9,7 +9,7 @@ PR = "r0" ...@@ -9,7 +9,7 @@ PR = "r0"
include u-boot-ezynq.inc include u-boot-ezynq.inc
PROVIDES = "u-boot virtual/bootloader u-boot-fw-utils" PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths 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 include u-boot-ezynq.inc
#PROVIDES = "u-boot virtual/bootloader"
inherit zynq7-platform-paths inherit zynq7-platform-paths
PROVIDES = "u-boot virtual/bootloader" INSANE_SKIP_${PN} = "already-stripped"
do_compile_append() { #UBOOT_CONFIG="dtb"
cd ${GITDIR_uboot}
oe_runmake env PROVIDES = "u-boot-fw-utils"
cd ${WORKDIR} PACKAGES = "u-boot-fw-utils"
}
FILES_${PN} += "\ FILES_${PN} += "\
/sbin/* \ /sbin/* \
...@@ -19,4 +30,7 @@ do_install_append(){ ...@@ -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_printenv
install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv 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 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