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
afc29684
Commit
afc29684
authored
Jul 15, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to 2019.07
parent
046de13c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
u-boot-ezynq-tasks.inc
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
+5
-2
u-boot-ezynq.bb
recipes-bsp/u-boot/u-boot-ezynq.bb
+1
-1
u-boot-ezynq.inc
recipes-bsp/u-boot/u-boot-ezynq.inc
+7
-4
No files found.
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
View file @
afc29684
...
...
@@ -96,9 +96,12 @@ do_compile(){
echo
"Compiling..."
cd
$
{
GITDIR_uboot
}
#AUTOCONF_FILE="include/autoconf.mk"
AUTOCONF_FILE
=
"include/config/auto.conf"
echo
"Running ezynqcfg.py for the first time - u-boot length is not known yet, generating arch/arm/mach-zynq/ezynq.c"
$
{
GITDIR_ezynq_label
}
/
ezynqcfg
.
py
-
c
include
/
autoconf
.
mk
--
html
u
-
boot
.
html
-
o
boot_head
.
bin
--
html
-
mask
0x3ff
--
lowlevel
arch
/
arm
/
mach
-
zynq
/
ezynq
.
c
$
{
GITDIR_ezynq_label
}
/
ezynqcfg
.
py
-
c
$AUTOCONF_FILE
--
html
u
-
boot
.
html
-
o
boot_head
.
bin
--
html
-
mask
0x3ff
--
lowlevel
arch
/
arm
/
mach
-
zynq
/
ezynq
.
c
unset
LDFLAGS
unset
CFLAGS
...
...
@@ -117,7 +120,7 @@ do_compile(){
UBOOT_FILE
=
"u-boot.bin"
fi
$
{
GITDIR_ezynq_label
}
/
ezynqcfg
.
py
-
c
include
/
autoconf
.
mk
-
o
boot_head
.
bin
--
uboot
$UBOOT_FILE
--
html
u
-
boot
.
html
--
html
-
mask
0x3ff
--
lowlevel
arch
/
arm
/
mach
-
zynq
/
ezynq
.
c
$
{
GITDIR_ezynq_label
}
/
ezynqcfg
.
py
-
c
$AUTOCONF_FILE
-
o
boot_head
.
bin
--
uboot
$UBOOT_FILE
--
html
u
-
boot
.
html
--
html
-
mask
0x3ff
--
lowlevel
arch
/
arm
/
mach
-
zynq
/
ezynq
.
c
cat
boot_head
.
bin
$UBOOT_FILE
>
boot
.
bin
...
...
recipes-bsp/u-boot/u-boot-ezynq.bb
View file @
afc29684
...
...
@@ -5,7 +5,7 @@ HOMEPAGE = "https://elphel.com;https://blog.elphel.com"
SECTION = "bootloaders"
# Project Version
PV = "v201
6.05
"
PV = "v201
9.07
"
# Project Revision
PR = "r0"
...
...
recipes-bsp/u-boot/u-boot-ezynq.inc
View file @
afc29684
require
recipes
-
bsp
/
u
-
boot
/
u
-
boot
.
inc
DEPENDS
=
"bc-native dtc-native"
DEPENDS
=
"bc-native dtc-native
bison-native
"
LICENSE
=
"GPLv2+ & GPLv3"
LIC_FILES_CHKSUM
=
"file://${GITDIR_uboot}/README;md5=
f0b2103a037ad81f10894cc74e3b6212
\
LIC_FILES_CHKSUM
=
"file://${GITDIR_uboot}/README;md5=
030fd86c891b64ce88b7aa3cff0fbd44
\
file://${GITDIR_ezynq}/LICENSE;md5=891e49b3c2a8c133ffe7985e54245aff"
# working directory
...
...
@@ -41,7 +41,8 @@ GITDIR_uboot= "${WORKDIR}/git/${GITDIR_uboot_dir}"
ELPHELGITHOST
??=
"git.elphel.com"
SRC_URI_ezynq
=
"https://${ELPHELGITHOST}/Elphel/ezynq.git"
SRC_URI_ezynq_branch
=
"master"
#SRC_URI_ezynq_branch= "master"
SRC_URI_ezynq_branch
=
"v2019.07"
SRC_URI_uboot
=
"git://git.denx.de/u-boot.git"
#for u-boot-xlnx
...
...
@@ -58,7 +59,9 @@ SRCREV_ezynq= ""
#SRCREV_uboot= "54fee227ef141214141a226efd17ae0516deaf32"
#SRCREV_uboot= "2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e"
#SRCREV_uboot= "fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
SRCREV_uboot
=
"aeaec0e682f45b9e0c62c522fafea353931f73ed"
#SRCREV_uboot= "aeaec0e682f45b9e0c62c522fafea353931f73ed"
SRCREV_uboot
=
"e5aee22e4be75e75a854ab64503fc80598bc2004"
#for u-boot-xlnx
#SRCREV_uboot= "01b1fea9b13b799a16efd743587dc861719e5212"
...
...
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