== Progress ==
* Got AOSP master to build with clang on both ARMv7 and ARMv8
* Started looking into its bootup problems
* Android toolchain and NDK 2014.11
* Sent description of the toolchain NSIS install generator to Rob
== Plans ==
* Work on fixing clang AOSP master boot problems
* Investigate updating AOSP to clang 3.6
== Issues ==
* cbuild2 and lab move are causing some problems with toolchain releases
and build scripts
== Progress ==
- on Paternity leave, worked for limited time
== Plans ==
* CARD 1103: Flash support on u-boot fastboot (CARD-1103: 50 %)
- Start looking into OEM format command
agreed upon
* Enabling UEFI Fastoot on Panda (CARD-198: 50%)
- work on patches and fix existing issues
- Send patches to uefi team for review
== Issues ==
* None
Hi all,
Is it a valid or supported use case to build LSK 3.14 kernel with
android-toolchain? I can build a LSK 3.14 kernel with Linux toolchain
gcc-linaro-arm-none-eabi-4.9-2014.09, which boots fine on my board.
When I build the same kernel with
android-toolchain-eabi-4.9-2014.09-x86, the kernel can be built out
successfully, but it fails to boot on the board at very early stage
with only uncompressing message shown up like below.
Uncompressing Linux... done, booting the kernel.
And it's not a LSK 3.14 specific problem, I tried to build mainline
3.10, 3.14 and 3.18-rc4 with the android-toolchain, and they all
failed to boot.
I need some help to understand if it's a valid use case at all, before
I try to looking into the problem.
Thanks,
Shawn
On 2 December 2014 at 12:51, pi-cheng.chen <pi-cheng.chen(a)linaro.org> wrote:
> Add 2 new kind of event for running a memory or a io bounded load.
> "mem" name for a load is memory bounded, and "iorun" name for a load is io
> bounded. The default file to be written to create the load is /dev/null and
> the device/file could be specified with "io_device" key in "global" section.
>
> E.g.
> "tasks" : {
> "thread0" :
> { "sleep" : 1000, "run" : 100, "mem" : 1000, "sleep" 10000, "iorun" : 1000 }
> },
> "global" : { "io_device" : "/dev/ttyS0" }
>
> Signed-off-by: pi-cheng.chen <pi-cheng.chen(a)linaro.org>
> ---
> src/rt-app.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++
> src/rt-app.h | 2 ++
> src/rt-app_parse_config.c | 23 +++++++++++++++
> src/rt-app_types.h | 4 +++
> 4 files changed, 103 insertions(+)
Hi Pi-cheng,
Sorry for troubling again. There are still few issues:
- I thought it will look like this:
[RT-APP][PATCH] Add IO-bounded and memory-bounded events
@Amit ? Same is true for all other utilities like idlestat as well..
The place where you have put rt-app now is reserved for the
module within the repo to which the patch belongs. Not sure
if rt-app repo has need of such modules though.
- There should have been somebody in the --to field, whom
you want to review your patches.
You don't have to resend it now.. :)
== Progress ==
* ILP32 support in linux-linaro: sanity tested with 64-bit userland (LTP syscall tests), 1 (out of 881) test failed on
ILP32-enabled kernel only - regression (CARD-1161: 50%)
* llct updated to v3.18-rc6, the schedule for linux-linaro updates for 14.12 published on the wiki (CARD-788: 30%)
* PTO (20 %)
== Plans ==
* PTO (20%)
* ILP32 support in linux-linaro
* usual linux-linaro updates for 14.12; fix the dependence on git version in ll-fold.sh script
== Progress ==
* New script to run KVM tests with trusty/utopic guests (DEVPLAT-264 60%)
* Moving CI towards utopic and other CI fixes (30%)
== Plans ==
* Finish utopic move for kvm and xen
* Finish DEVPLAT-264 (stable guests for kvm)
****************
Team Work Logged
****************
# stylesen Progress #
* LAVA-1429 - Dispatcher Refactoring
* LAVA-1568 - DF: Change the log structure (100.0%)
* Avoid repeating logs everywhere - std logs, yaml logs, top level action logs, etc.
* Addressed review comments on stdout log with the latest patch - got merged.
* More work on log structure changes for dispatcher refactoring:
* Fix unit tests to use a temporary scratch directory
* Remove all usage of python logging module directly - instead use YamlLogger
* LAVA-1429 - Dispatcher Refactoring
* LAVA-1401 - DF: Implement basic use cases for Panda, BBB (25.0%)
* Reviewed and merged latest conf for panda and panda-es
* Reviewed and merged patchset.
* Fix power commands usage from device configs - https://review.linaro.org/3714
* LAVA-1317 - LAVA Dispatcher
* LAVA-1551 - Add support for OPKG (assume target image dependencies exist) to lava-test-shell dependencies (7.14%)
* Reviewed the patchset and tested it locally. Added review comments regarding 'opkg' support in the patchset review.
* Merged patchset after review (for review comments) and test in local environment.
# remi.duraffort(a)st.com Progress #
* LAVA-1317 - LAVA Dispatcher
* LAVA-1318 - Integrate the b2120 (70.0%)
* The script is working (uploading on snapshots) but they are public for the moment. I will add the BUILD-info.txt tomorrow.
* Finish the script and show it to Cedric for testing.
* LAVA-1317 - LAVA Dispatcher
* LAVA-1375 - LC: B2120 in LAVA (30.0%)
* Fix the boot of the b2120stxh407 that is in the lab. It was not working after the lab move.
It's now running correctly.
# gesha Progress #
* LAVA-1317 - LAVA Dispatcher
* LAVA-1551 - Add support for OPKG (assume target image dependencies exist) to lava-test-shell dependencies (100.0%)
* Thinking on how to test this feature.
# stevan.radakovic Progress #
* LAVA-1608 - General Team Items
* LAVA-1592 - Stevan's Bugs (38.46%)
* Creating clone instance with db dump from production.
* Fixed.
* Async=false had to be removed since chrome doesn't support it. Moving bunch of code to callback function.
* LAVA-1536 - LAVA Server
* LAVA-1576 - My subscriptions page (61.54%)
* New page, implementing listing all filter subscriptions first.
* Implementing image reports subscriptions table.
# neil.williams(a)linaro.org Progress #
* LAVA-1429 - Dispatcher Refactoring
* LAVA-1401 - DF: Implement basic use cases for Panda, BBB (100.0%)
# milo Progress #
* LAVA-1511 - Upstream Kernel CI
* LAVA-1641 - 2. Filtering Distributed Results (100.0%)
* Updated data model with new fields and imported new data on staging.
* Added new fields to data model and fixed convert script.
* Add new field to data model, fix frontend.
* Created new view to fix old links landing page.
****************
Team In-Progress
****************
# georgy.redkozubov(a)linaro.org Plan #
* LAVA-1710 - Create tests
* LAVA-1692 - Further design discussion meeting with tyler, senthil, alan in preparation for TI meeting
# milo.casagrande(a)linaro.org Plan #
* LAVA-1683 - Fix API URLs - remove redundant /api/
* LAVA-1651 - Health monitoring for components
* LAVA-1726 - Monitor staging instance for multi lab boot reports
# neil.williams(a)linaro.org Plan #
* LAVA-1614 - Create OpenTAC DeviceTree overlay data
* LAVA-1707 - Implement customisable timeout support
* LAVA-1401 - DF: Implement basic use cases for Panda, BBB
# remi.duraffort(a)linaro.org Plan #
* LAVA-1680 - Factorize utils functions in a specific module
* LAVA-1580 - Download Helper
* LAVA-1625 - Work with ITS/Systems to create private snapshots directory
* LAVA-1577 - VCS Helper class
# senthil.kumaran(a)linaro.org Plan #
* LAVA-1718 - Separate module for logging
* LAVA-1733 - Remove logging module imports everywhere
* LAVA-1568 - DF: Change the log structure
# stevan.radakovic(a)linaro.org Plan #
* LAVA-1576 - My subscriptions page
* LAVA-1629 - 808
# tyler.baker(a)linaro.org Plan #
* LAVA-1713 - 816
* LAVA-1712 - 859
* LAVA-1606 - Tyler's Bugs
* LAVA-1524 - ARM KVM boot testing
* LAVA-1520 - Create LAVA boot report and submit to kernel ci dashboard