== Progress ==
* CARD-788 "EPIC: Linux linaro baseline maintenance" (20%):
- tagged the 15.01 kernel release in git;
- linux-linaro CI: LAVA job templates for Juno corrected
- linux-linaro schedule for 15.02 published
* CARD-1161 "Add ILP32 support for ARM64 to Linaro engineering builds" (80%):
- booted a kernel built from 3.17-rc1 pinskia's tree with the rootfs image
by him in QEMU. The simple "build and run "Hello, world" test passed OK.
- found out that sshd crashes (ILP32 OE rootfs). Verified that booting
with armv8 rootfs, and chrooting into ILP32 rootfs makes it possible
to run ILP32 applications in LAVA interactively: made LTP syscalls
tests to complete by killing msgctl07 and msgrcv07; 300 test cases
failed (i.e. about 1/3 of the tests).
- math LTP test fails on ILP32 userland (though some test cases pass), but
passes OK with armv8 rootfs. Seems to be due to "libgcc_s.so.1 must be
installed for pthread_cancel to work".
== Plans ==
* CARD-788 "EPIC: Linux linaro baseline maintenance":
- update linux-linaro to v3.19-rc7
* CARD-1161 "Add ILP32 support for ARM64 to Linaro engineering builds":
- decide on how to get the current ILP32 kernel into CI the loop (atm the
build slaves don't have support for multilib gcc)
- gather more information on LTP tests failures (using chroot to ilp32
userland in LAVA hacking session), and on sshd crash. File the bugs.
- run LTP on the 3.17-rc1 kernel built from pinskia's tree with the rootfs
image by him in QEMU.
== Issues ==
* none
== Progress ==
* CARD 1103: upstream u-boot fastboot (CARD-1103: 80 %)
- worked on oem format command and submitted for review
* SPRINT, FOSDEM travel & meetings (20%)
== Plans ==
* CARD 1103: Flash support on u-boot fastboot (CARD-1103: 80 %)
- work on other patches to be sent to upstream.
* FOSDEM, Travel (20 %)
== Issues ==
* None
Thanks for pointing that out, Sanjay :)
On 27 January 2015 at 04:01, sanjay r <snjsrwt(a)gmail.com> wrote:
> $checkbashisms -f suspend/*.sh
>
> possible bashism in suspend/suspend_05.sh line 48 (let ...):
> let timer_sleep="$args_power_sleep"
> possible bashism in suspend/suspend_05.sh line 68 (let ...):
> let consumed="$bat_before - $bat_after"
> possible bashism in suspend/suspend_05.sh line 69 (let ...):
> let elapsed="$date_after - $date_before"
> possible bashism in suspend/suspend_05.sh line 70 (let ...):
> let usage="($consumed * 60*60) / $elapsed"
>
> [...]
>
> --
> sanjay
>