lauv-aux-rpi: upgraded linux to v4.4.

This commit is contained in:
Ricardo Martins 2016-11-15 12:06:24 +00:00
parent 61dc4d2094
commit cce9bdb98c
6 changed files with 332 additions and 236 deletions

View File

@ -2,7 +2,7 @@
version=\ version=\
( (
'3.18_2015-06-03' '4.4_2016-05-17'
) )
url=\ url=\
@ -12,11 +12,9 @@ url=\
md5=\ md5=\
( (
'0b0255e50ca358b619bb78653ac2db2e' '5bb5ce2b2a7f0943e4efe95badfffad9'
) )
post_unpack() build_dir="rpi-linux-rpi-linux-$version"
{
rmdir "../linux-$version" && find_patches
mv "../rpi-linux-rpi-linux-$version" "../linux-$version"
}

View File

@ -1,6 +1,6 @@
version=\ version=\
( (
'2015-06-03' '2016-05-17'
) )
url=\ url=\
@ -15,7 +15,7 @@ maintainer=\
md5=\ md5=\
( (
'a80ee36b66cccda4e9ccb7eb26bd6bb8' '0f2591003dc1cf6b5550a28e56d06f40'
) )
target_install() target_install()

View File

@ -6,13 +6,12 @@ cfg_services1='lauv-storage-server'
cfg_services2='dune' cfg_services2='dune'
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi' cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind nfs-utils rpi-boot-firmware linux/rpi'
cfg_target_linux_kernel='arch/arm/boot/zImage' cfg_target_linux_kernel='arch/arm/boot/zImage'
cfg_target_linux_dtb='arch/arm/boot/dts/bcm2709-rpi-2-b.dtb'
cfg_ptpd_interface='eth0' cfg_ptpd_interface='eth0'
cfg_terminal='ttyAMA0' cfg_terminal='ttyAMA0'
cfg_lauv_storage_dir='/opt/lsts/dune/log' cfg_lauv_storage_dir='/opt/lsts/dune/log'
cfg_partitions=\ cfg_partitions=\
( (
rpi-boot boot0 512B 32MiB rpi-boot BOOT0 512B 32MiB
root root0 32MiB 544MiB root root0 32MiB 544MiB
data data0 544MiB -1 data data0 544MiB -1
) )

View File

@ -1 +1,5 @@
# Core.
arm_freq=1000 arm_freq=1000
# Disable BT on Rpi3.
dtoverlay=pi3-disable-bt

View File

@ -3,3 +3,4 @@ cfg_eth_ext_ip='10.0.200.24'
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_services1=''