Compare commits

...

10 Commits

Author SHA1 Message Date
Ricardo Martins
3f1ded3754 Preparing v1.11.0. 2014-05-22 14:11:58 +01:00
Ricardo Martins
05ca6917e6 apache-ant: changed URL. 2014-05-13 21:09:40 +01:00
Jose Braga
3422f09171 lauv-lupis-1: added config. 2014-05-13 19:11:43 +01:00
Ricardo Martins
01c8b31a6b lauv-lupis-1-aux: added system. 2014-05-12 10:21:17 +01:00
Ricardo Martins
e124fbd933 lctr-b200-testbed: added BeagleBone White evaluation config. 2014-05-11 06:30:19 +01:00
Ricardo Martins
b09fc122bb lauv-dolphin-1-doam: fixed DTB file. 2014-05-11 06:29:30 +01:00
Ricardo Martins
6f4d20747f lctr-b2xx-testbed: added comment. 2014-05-11 06:28:57 +01:00
Ricardo Martins
d8b985474c u-boot: fixed configuration command. 2014-05-11 06:28:29 +01:00
Ricardo Martins
4f76b5e091 gdb: upgraded to version 7.7.1. 2014-05-08 04:24:09 +01:00
Ricardo Martins
2d60ba874c glued: starting 1.11.x 2014-04-29 03:38:44 +01:00
9 changed files with 22 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
###########################################################################
# Config: GLUED version.
cfg_glued_version='1.10.x'
cfg_glued_version='1.11.0'
# Config: GLUED vendor.
cfg_glued_vendor='lsts'

View File

@@ -5,7 +5,7 @@ version=\
url=\
(
"http://www.eu.apache.org/dist/ant/binaries/apache-ant-$version-bin.tar.bz2"
"http://www.lsts.pt/glued/apache-ant-$version-bin.tar.bz2"
)
md5=\

View File

@@ -1,6 +1,6 @@
version=\
(
'7.5.1'
'7.7.1'
)
url=\
@@ -10,5 +10,5 @@ url=\
md5=\
(
'3f48f468b24447cf24820054ff6e85b1'
'77b20b515e7c25f032cb9732a66620fe'
)

View File

@@ -12,7 +12,7 @@ configure()
$cmd_make \
ARCH="$cfg_target_uboot_arch" \
CROSS_COMPILE="$cfg_target_canonical"- \
"$cfg_target_uboot_config"
"${cfg_target_uboot_config}_config"
}
build()

View File

@@ -0,0 +1,2 @@
cfg_hostname='lauv-lupis-1'
cfg_eth_ext_ip='10.0.10.130'

View File

@@ -4,3 +4,4 @@ cfg_eth_ext_ip='10.0.10.83'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-bone.dtb'

View File

@@ -0,0 +1,6 @@
# BeagleBone Black
cfg_hostname='lauv-lupis-1-aux'
cfg_eth_ext_ip='10.0.10.133'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'

View File

@@ -0,0 +1,7 @@
# BeagleBone White
cfg_hostname='lctr-b200-testbed'
cfg_eth_ext_ip='10.0.200.21'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-bone.dtb'

View File

@@ -1,3 +1,4 @@
# BeagleBone Black
cfg_hostname='lctr-b2xx-testbed'
cfg_eth_ext_ip='10.0.200.9'
cfg_eth_ext_mk='255.255.0.0'