Compare commits

..

1 Commits

Author SHA1 Message Date
Pedro Gonçalves
ca26b22798 lctr-b2xx: added system echobox. 2017-03-16 14:56:13 +00:00
12 changed files with 12 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
version=\ version=\
( (
'1.0.7' '1.0.6'
) )
url=\ url=\
@@ -10,7 +10,7 @@ url=\
md5=\ md5=\
( (
'4e18a516249256e2dad4d79ae56c913d' '07783e66e27601ab0a8250c328b3d6bf'
) )
if [ -d "$cfg_dir_builds/linux/linux-"* ]; then if [ -d "$cfg_dir_builds/linux/linux-"* ]; then

View File

@@ -1,37 +0,0 @@
version=\
(
'2.0.2'
)
url=\
(
"https://hisham.hm/htop/releases/$version/htop-$version.tar.gz"
)
md5=\
(
'7d354d904bad591a931ad57e99fea84a'
)
maintainer=\
(
'Jose Pinto <zepinto@lsts.pt>'
)
build()
{
$cmd_make
}
configure()
{
cd "../htop-$version"
./configure --disable-unicode --prefix="${cfg_dir_rootfs}"
}
target_install()
{
cd "../htop-$version"
$cmd_make install
}

View File

@@ -12,5 +12,5 @@ cfg_ptpd_interface='eth0'
cfg_eth_ext_mk='255.255.0.0' cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1' cfg_eth_ext_gw='10.0.0.1'
cfg_eth_prv_ip='192.168.0.1' cfg_eth_prv_ip='192.168.0.1'
cfg_escc_script='' cfg_escc_script='/etc/escc/hg1700.sh'
cfg_kernel_extra_args='panic=5 quiet' cfg_kernel_extra_args='panic=5 quiet'

View File

@@ -0,0 +1,2 @@
cfg_hostname='x8-00'
cfg_eth_ext_ip='10.0.20.95'

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
cfg_hostname='pixhawk-testbed' cfg_hostname='echobox'
cfg_storage='data0:ext4:/opt' cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.200.50' cfg_eth_ext_ip='10.0.200.41'
cfg_eth_ext_mk='255.255.0.0' cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1' cfg_eth_ext_gw='10.0.0.1'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav' cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux'

View File

@@ -1,7 +0,0 @@
cfg_hostname='lauv-noptilus-1-aux'
cfg_storage='data0:ext4:/opt data1:ext4:/opt/lsts/dune/log'
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_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"

View File

@@ -1,7 +0,0 @@
cfg_hostname='lauv-noptilus-2-aux'
cfg_storage='data0:ext4:/opt data1:ext4:/opt/lsts/dune/log'
cfg_eth_ext_ip='10.0.10.93'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"

View File

@@ -4,5 +4,3 @@ cfg_eth_ext_ip='10.0.10.103'
cfg_eth_ext_mk='255.255.0.0' cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1' cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0' cfg_ptpd_interface='eth0'
cfg_packages="$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa"

View File

@@ -1,4 +1,4 @@
cfg_hostname='x8-07' cfg_hostname='x8-05'
cfg_storage='data0:ext4:/opt' cfg_storage='data0:ext4:/opt'
cfg_eth_ext_ip='10.0.20.110' cfg_eth_ext_ip='10.0.20.110'
cfg_eth_ext_mk='255.255.0.0' cfg_eth_ext_mk='255.255.0.0'

View File

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