Compare commits

...

10 Commits

Author SHA1 Message Date
Ricardo Martins
58b5f37f30 pktoolchain: added prefix to base folder. 2014-12-14 21:25:18 +00:00
Ricardo Martins
ae92cad20f lctr-a6xx: updated lauv-noptilus-2 configuration with ESCC config. 2014-12-12 16:00:57 +00:00
Ricardo Martins
7bc39c42cd zip: update URL. 2014-12-09 21:29:41 +00:00
Ricardo Martins
d6d31cc585 lctr-a6xx: updated lauv-noptilus-3 configuration with ESCC config. 2014-12-09 16:30:18 +00:00
Ricardo Martins
4809ef5537 lctr-a9xx: added x8-03. 2014-11-24 16:43:39 +00:00
Ricardo Martins
12321bd4bc lctr-a9xx: added x8-03. 2014-11-24 16:43:32 +00:00
Ricardo Martins
ba83c7a108 lctr-a9xx: added manta-17. 2014-11-18 17:37:01 +00:00
Ricardo Martins
9b0c150f47 lctr-a9xx: added manta-15 and manta-16. 2014-11-18 17:23:17 +00:00
Ricardo Martins
e2e006cc33 Preparing glued-1.9.13. 2014-11-12 15:52:05 +00:00
Ricardo Martins
4cbc20eda6 lctr-a6xx: added lauv-oceaneco-1 and lauv-oceaneco-2. 2014-11-12 15:51:50 +00:00
12 changed files with 22 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
###########################################################################
# Config: GLUED version.
cfg_glued_version='1.9.12'
cfg_glued_version='1.9.13'
# Config: GLUED vendor.
cfg_glued_vendor='lsts'

View File

@@ -5,7 +5,7 @@ version=\
url=\
(
"ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz"
"http://downloads.sourceforge.net/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
)
md5=\

View File

@@ -27,10 +27,13 @@ fi
source "$1"
toolchain_prefix="glued-$cfg_glued_version-$cfg_sys_family-toolchain-$cfg_host_canonical-$cfg_target_canonical"
tar \
-v \
-j \
-c \
--transform="s,^\./,$toolchain_prefix/," \
-C "$cfg_dir_toolchain" \
-f "$cfg_toolchain_tar" \
.

View File

@@ -1,3 +1,3 @@
cfg_hostname='lauv-noptilus-2'
cfg_eth_ext_ip='10.0.10.90'
cfg_arp_table=''
cfg_escc_script='/etc/escc/hg1700-psimar.sh'

View File

@@ -1,3 +1,3 @@
cfg_hostname='lauv-noptilus-3'
cfg_eth_ext_ip='10.0.10.100'
cfg_arp_table='192.168.0.5|02:49:58:00:03:2a'
cfg_escc_script='/etc/escc/hg1700-psimar.sh'

View File

@@ -0,0 +1,3 @@
cfg_hostname='lauv-oceaneco-1'
cfg_eth_ext_ip='10.0.10.160'
cfg_dune_i18n='C'

View File

@@ -0,0 +1,3 @@
cfg_hostname='lauv-oceaneco-2'
cfg_eth_ext_ip='10.0.10.170'
cfg_dune_i18n='C'

View File

@@ -0,0 +1,2 @@
cfg_hostname='manta-15'
cfg_eth_ext_ip='10.0.30.15'

View File

@@ -0,0 +1,2 @@
cfg_hostname='manta-16'
cfg_eth_ext_ip='10.0.30.16'

View File

@@ -0,0 +1,2 @@
cfg_hostname='manta-17'
cfg_eth_ext_ip='10.0.30.17'

View File

@@ -0,0 +1,3 @@
cfg_hostname='x8-03'
cfg_eth_ext_ip='10.0.20.110'
cfg_services1='ntpd'

View File

@@ -1,7 +0,0 @@
cfg_hostname='x8-03'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.110'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='dropbear rsync busybox e2fsprogs ptpd i2c-tools linux/am335x-evm ntp'