Hi,
I hope, this is the right mailing-list for my issue. If not, please
tell me how to find the correct one. Unfortunately it is not mentioned
in the README of meta-linaro.
After the merge last night, I'm unable to use meta-linaro-toolchain
layer as bitbake tries to find gcc-source.inc but this file is
missing.
Or do I need to import a different layer that is missing in Layer
Dependency of layer.conf file?
Cheers,
Sven
== Progress ==
* New script to run KVM tests with trusty/utopic guests (DEVPLAT-264 20%)
* KVM related bugs reported (20%)
* Ubuntu utopic arm32 kernel hangs with kvm
* missing virtio support Ubuntu
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396470
* Moving CI to (20%)
* CI setup for ARMv8 uUuntu enterprise builds (CARD-633 40%)
== Plans ==
* Vacation
* Wait for more exciting images in http://www.qemu-advent-calendar.org/
== 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