Compare commits

...

12 Commits

Author SHA1 Message Date
Ricardo Martins
4b4ebc0a5d GLUED v1.12.2. 2015-10-24 13:12:09 +01:00
José Braga
01b3433a10 i2c-tools: updated source URL. 2015-10-01 11:18:22 +01:00
Ricardo Martins
b715dd7ce5 mpfr: upgraded to v3.1.3. 2015-10-01 11:17:26 +01:00
mariacosta
aa86bc5954 Preparing v1.12.1. 2015-06-30 11:03:22 +01:00
mariacosta
01595e7bc8 lctr-b2xx: Create x8-04. 2015-06-30 11:00:45 +01:00
mariacosta
be95978ec5 lctr-b2xx: Create x8-01. 2015-06-30 11:00:13 +01:00
mariacosta
3e125fd0ed lctr-b2xx: Updated packages of x8-03. 2015-06-30 10:58:18 +01:00
mariacosta
70eb403ecc lctr-b2xx: Updated packages of aero-01. 2015-06-30 10:57:39 +01:00
Ricardo Martins
ca89cd22be lctr-b2xx: create x8-03. 2015-06-30 10:54:59 +01:00
mariacosta
b79ae47a25 lctr-b2xx: Create mariner-01. 2015-06-30 10:52:23 +01:00
mariacosta
9389e352b8 lctr-b2xx: Create aero-01. 2015-06-30 10:49:29 +01:00
Ricardo Martins
2c47127f0f Preparing v1.12.0. 2014-10-28 19:24:23 +00:00
11 changed files with 38 additions and 15 deletions

View File

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

View File

@@ -5,7 +5,7 @@ version=\
url=\ url=\
( (
"http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-$version.tar.bz2" "http://www.lsts.pt/glued/i2c-tools-$version.tar.bz2"
) )
md5=\ md5=\

View File

@@ -1,21 +1,21 @@
version=\ version=\
( (
'3.1.2' '3.1.3'
) )
url=\ url=\
( (
"http://www.mpfr.org/mpfr-current/mpfr-$version.tar.bz2" "http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.bz2"
) )
md5=\ md5=\
( (
"ee2c3ac63bf0c2359bf08fc3ee094c19" '5fdfa3cfa5c86514ee4a241a1affa138'
) )
maintainer=\ maintainer=\
( (
"Ricardo Martins <rasm@fe.up.pt>" 'Ricardo Martins <rasm@fe.up.pt>'
) )
requires=\ requires=\
@@ -26,8 +26,8 @@ requires=\
configure() configure()
{ {
./configure \ ./configure \
--prefix="${cfg_dir_toolchain}" \ --prefix="$cfg_dir_toolchain" \
--with-gmp="${cfg_dir_toolchain}" \ --with-gmp="$cfg_dir_toolchain" \
--disable-shared \ --disable-shared \
--enable-static --enable-static
} }

View File

@@ -1,2 +0,0 @@
cfg_hostname='x8-01'
cfg_eth_ext_ip='10.0.20.100'

View File

@@ -1,3 +0,0 @@
cfg_hostname='x8-03'
cfg_eth_ext_ip='10.0.20.110'
cfg_packages='u-boot dropbear rsync busybox linux uswitch ppp iptables socat bridge-utils ntp e2fsprogs i2c-tools iperf dnsmasq libav'

View File

@@ -1,2 +0,0 @@
cfg_hostname='x8-04'
cfg_eth_ext_ip='10.0.20.115'

View File

@@ -0,0 +1,6 @@
cfg_hostname='aero-01'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.120'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'

View File

@@ -0,0 +1,6 @@
cfg_hostname='mariner-01'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.125'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'

View File

@@ -0,0 +1,6 @@
cfg_hostname='x8-01'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.100'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'

View File

@@ -0,0 +1,6 @@
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_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'

View File

@@ -0,0 +1,6 @@
cfg_hostname='x8-04'
cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.115'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav'