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
d7d92c00
Commit
d7d92c00
authored
Mar 09, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Elphel/meta-ezynq
parents
af945e32
1526bf3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
u-boot-ezynq-tasks.inc
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
+12
-0
u-boot-ezynq.inc
recipes-bsp/u-boot/u-boot-ezynq.inc
+4
-0
No files found.
recipes-bsp/u-boot/u-boot-ezynq-tasks.inc
View file @
d7d92c00
...
...
@@ -124,6 +124,18 @@ do_deploy_append() {
rm
-
f
$
{
UBOOT_BINARY
}
$
{
UBOOT_SYMLINK
}
u
-
boot
-
dtb
.
img
ln
-
sf
$
{
UBOOT_IMAGE
}
$
{
UBOOT_SYMLINK
}
ln
-
sf
$
{
UBOOT_IMAGE
}
u
-
boot
-
dtb
.
img
if
[
!
-
d
$
{
PRODUCTION_DIR
}
];
then
mkdir
$
{
PRODUCTION_DIR
}
fi
if
[
-
f
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_BOOT
}
];
then
rm
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_BOOT
}
fi
cp
$
{
SPL_IMAGE
}
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_BOOT
}
if
[
-
f
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_UBOOT
}
];
then
rm
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_UBOOT
}
fi
cp
$
{
UBOOT_IMAGE
}
$
{
PRODUCTION_DIR
}
/
$
{
PRODUCTION_UBOOT
}
fi
}
...
...
recipes-bsp/u-boot/u-boot-ezynq.inc
View file @
d7d92c00
...
...
@@ -37,6 +37,8 @@ SRC_URI_ezynq= "git://github.com/Elphel/ezynq.git"
SRC_URI_ezynq_branch
=
"jethro"
SRC_URI_uboot
=
"git://git.denx.de/u-boot.git"
#for u-boot-xlnx
#SRC_URI_uboot= "https://github.com/Xilinx/u-boot-xlnx.git"
SRC_URI_uboot_branch
=
"master"
#SRCREV_ezynq= "83340698f9669977b7205aa67e6ca0dd23fb741f"
...
...
@@ -49,6 +51,8 @@ SRCREV_ezynq= ""
#SRCREV_uboot= "54fee227ef141214141a226efd17ae0516deaf32"
#SRCREV_uboot= "2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e"
SRCREV_uboot
=
"fa85e826c16b9ce1ad302a57e9c4b24db0d8b930"
#for u-boot-xlnx
#SRCREV_uboot= "01b1fea9b13b799a16efd743587dc861719e5212"
PATCH_NAME
=
"ezynq.patch"
...
...
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