Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-ezynq
Commits
7a7600ac
Commit
7a7600ac
authored
Nov 13, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not yet working
parent
9d09a3a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
u-boot-ezynq.bb
recipes-bsp/u-boot/u-boot-ezynq.bb
+1
-1
u-boot-fw-utils.bb
recipes-bsp/u-boot/u-boot-fw-utils.bb
+36
-0
No files found.
recipes-bsp/u-boot/u-boot-ezynq.bb
View file @
7a7600ac
...
...
@@ -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
...
...
recipes-bsp/u-boot/u-boot-fw-utils
%.bbappend
→
recipes-bsp/u-boot/u-boot-fw-utils
.bb
View file @
7a7600ac
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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment