Compare commits
10 Commits
glued-1.10
...
glued-1.11
Author | SHA1 | Date | |
---|---|---|---|
|
3f1ded3754 | ||
|
05ca6917e6 | ||
|
3422f09171 | ||
|
01c8b31a6b | ||
|
e124fbd933 | ||
|
b09fc122bb | ||
|
6f4d20747f | ||
|
d8b985474c | ||
|
4f76b5e091 | ||
|
2d60ba874c |
@@ -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'
|
||||
|
||||
|
@@ -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=\
|
||||
|
@@ -1,6 +1,6 @@
|
||||
version=\
|
||||
(
|
||||
'7.5.1'
|
||||
'7.7.1'
|
||||
)
|
||||
|
||||
url=\
|
||||
@@ -10,5 +10,5 @@ url=\
|
||||
|
||||
md5=\
|
||||
(
|
||||
'3f48f468b24447cf24820054ff6e85b1'
|
||||
'77b20b515e7c25f032cb9732a66620fe'
|
||||
)
|
||||
|
@@ -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()
|
||||
|
2
systems/lctr-a6xx/lauv-lupis-1.cfg
Normal file
2
systems/lctr-a6xx/lauv-lupis-1.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
cfg_hostname='lauv-lupis-1'
|
||||
cfg_eth_ext_ip='10.0.10.130'
|
@@ -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'
|
||||
|
6
systems/lctr-b2xx/lauv-lupis-1-aux.cfg
Normal file
6
systems/lctr-b2xx/lauv-lupis-1-aux.cfg
Normal 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'
|
7
systems/lctr-b2xx/lctr-b200-testbed.cfg
Normal file
7
systems/lctr-b2xx/lctr-b200-testbed.cfg
Normal 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'
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user