Compare commits
12 Commits
feature/rp
...
glued-1.12
Author | SHA1 | Date | |
---|---|---|---|
|
4b4ebc0a5d | ||
|
01b3433a10 | ||
|
b715dd7ce5 | ||
|
aa86bc5954 | ||
|
01595e7bc8 | ||
|
be95978ec5 | ||
|
3e125fd0ed | ||
|
70eb403ecc | ||
|
ca89cd22be | ||
|
b79ae47a25 | ||
|
9389e352b8 | ||
|
2c47127f0f |
@@ -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'
|
||||||
|
|
||||||
|
@@ -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=\
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='x8-01'
|
|
||||||
cfg_eth_ext_ip='10.0.20.100'
|
|
@@ -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'
|
|
@@ -1,2 +0,0 @@
|
|||||||
cfg_hostname='x8-04'
|
|
||||||
cfg_eth_ext_ip='10.0.20.115'
|
|
6
systems/lctr-b2xx/aero-01.cfg
Normal file
6
systems/lctr-b2xx/aero-01.cfg
Normal 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'
|
6
systems/lctr-b2xx/mariner-01.cfg
Normal file
6
systems/lctr-b2xx/mariner-01.cfg
Normal 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'
|
6
systems/lctr-b2xx/x8-01.cfg
Normal file
6
systems/lctr-b2xx/x8-01.cfg
Normal 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'
|
6
systems/lctr-b2xx/x8-03.cfg
Normal file
6
systems/lctr-b2xx/x8-03.cfg
Normal 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'
|
6
systems/lctr-b2xx/x8-04.cfg
Normal file
6
systems/lctr-b2xx/x8-04.cfg
Normal 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'
|
Reference in New Issue
Block a user