configuration changes in ntnu-x8-004

This commit is contained in:
Krzysztof Cisek 2015-09-04 23:05:07 +02:00
parent 779283c960
commit 086b84253d
2 changed files with 6 additions and 5 deletions

View File

@ -26,11 +26,12 @@ requires=\
configure() configure()
{ {
./configure \ ./configure \
--prefix="$cfg_dir_toolchain_sysroot/usr" \ --prefix="${cfg_dir_toolchain_sysroot}/usr" \
--target="$cfg_target_canonical" \ --target="$cfg_target_canonical" \
--host="$cfg_target_canonical" \ --host="$cfg_target_canonical" \
--build="$cfg_host_canonical" \ --build="$cfg_host_canonical" \
--disable-strip --disable-strip
} }
build() build()

View File

@ -1,9 +1,9 @@
# ntnu-x8-00x # ntnu-x8-00x
# Adds libav package. # Adds libav package.
cfg_hostname='ntnu-x8-004' cfg_hostname='ntnu-x8-004'
cfg_eth_ext_ip='192.168.1.115' cfg_eth_ext_ip='10.0.60.115'
cfg_eth_ext_mk='255.255.255.0' cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='192.168.1.1' cfg_eth_ext_gw='10.0.60.1'
cfg_ptpd_interface='eth0' cfg_ptpd_interface='eth0'
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-lctr-b2xx-ntnu-gpio.dtb' cfg_target_linux_dtb='arch/arm/boot/dts/am335x-lctr-b2xx-ntnu-gpio.dtb'
cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav libswiftnav' cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux libav libswiftnav openssl openssh sshpass'