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
410f862e
Commit
410f862e
authored
Jul 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fw utils
parent
00496002
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
u-boot-ezynq-tasks.inc
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
+2
-0
u-boot-fw-utils%.bbappend
recipes-bsp/u-boot/u-boot-fw-utils%.bbappend
+18
-0
No files found.
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
View file @
410f862e
...
@@ -111,6 +111,8 @@ do_compile(){
...
@@ -111,6 +111,8 @@ do_compile(){
cat
boot_head
.
bin
$UBOOT_FILE
>
boot
.
bin
cat
boot_head
.
bin
$UBOOT_FILE
>
boot
.
bin
oe_runmake
env
cd
$
{
WORKDIR
}
cd
$
{
WORKDIR
}
}
}
...
...
recipes-bsp/u-boot/u-boot-fw-utils%.bbappend
0 → 100644
View file @
410f862e
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
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