[meta-linaro v2 2/2] genericarmv8: build the ext3 image by default

2015-01-21 Thread Kevin Hao
This is needed when we want to boot from qeumu. Signed-off-by: Kevin Hao --- v2: Don't build qemu-native by default. v1: http://lists.linaro.org/pipermail/linaro-dev/2015-January/017738.html meta-aarch64/conf/machine/genericarmv8.conf | 2 ++ 1 file changed, 2 insertions(+) diff --

Re: [meta-linaro 2/2] genericarmv8: add the support for boot from qemu

2015-01-20 Thread Kevin Hao
On Tue, Jan 20, 2015 at 08:47:39AM +0100, Koen Kooi wrote: > > > On 19 January 2015 at 12:29, Kevin Hao wrote: > > These are needed when we want to boot from qeumu. > > Signed-off-by: Kevin Hao > --- > meta-aarch64/conf/machine/genericarmv8.

Re: [meta-linaro 2/2] genericarmv8: add the support for boot from qemu

2015-01-19 Thread Kevin Hao
On Mon, Jan 19, 2015 at 04:03:52PM -0500, Christopher Covington wrote: > Hi Kevin, > > On 01/19/2015 06:29 AM, Kevin Hao wrote: > > These are needed when we want to boot from qeumu. > > > > Signed-off-by: Kevin Hao > > --- > > meta-aarch64/conf/machine

[meta-linaro 1/2] qemu: drop it to use the one in oe-core

2015-01-19 Thread Kevin Hao
The qemu in oe-core has updated to the latest version and also has the system mode support for aarch64. Signed-off-by: Kevin Hao --- .../3f08ffb4a4741d147634761dc053ed386243a0de.patch | 42 --- .../qemu/files/enable-i386-linux-user.patch| 55 -- .../recipes

[meta-linaro 2/2] genericarmv8: add the support for boot from qemu

2015-01-19 Thread Kevin Hao
These are needed when we want to boot from qeumu. Signed-off-by: Kevin Hao --- meta-aarch64/conf/machine/genericarmv8.conf | 4 1 file changed, 4 insertions(+) diff --git a/meta-aarch64/conf/machine/genericarmv8.conf b/meta-aarch64/conf/machine/genericarmv8.conf index 1d05238d8c04

[meta-linaro 0/2] add support to boot from qemu for genericarmv8

2015-01-19 Thread Kevin Hao
-glibc/deploy/images/genericarmv8/linaro-image-minimal-genericarmv8.ext3 -device virtio-blk-device,drive=disk0 -nographic -no-reboot -m 512 --append "root=/dev/vda rw console=ttyAMA0,38400 mem=512M highres=off ip=192.168.7.2::192.168.7.1:255.255.255.0 " Kevin Hao (2): qemu: drop it to u

[meta-linaro] bootwrapper: fix the configure error

2015-01-15 Thread Kevin Hao
and use the "--with-dtb" option to workaround this build issue. Signed-off-by: Kevin Hao --- meta-linaro/recipes-kernel/linux/bootwrapper.inc | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/meta-linaro/recipes-kernel/linux/bootwrapper.inc b/me

[meta-linaro][PATCH 0/2] fix the build errors for aarch64 kernel

2014-12-30 Thread Kevin Hao
Hi, I am not sure if this is the right list for these patches. If not, please point me to the right one. :-) I tried to build a linaro aarch64 kernel with the latest oe-core, but got several build errors. This patch series fix these errors. Kevin Hao (2): bootwrapper: use ${B} when building

[meta-linaro][PATCH 1/2] bootwrapper: use ${B} when building and referencing to dtbs

2014-12-30 Thread Kevin Hao
We should change to build directory before building the dtbs and the generated dtbs are also put to build directory. So we should use ${B} here instead of ${S}. Signed-off-by: Kevin Hao --- meta-linaro/recipes-kernel/linux/bootwrapper.inc | 15 +++ 1 file changed, 7 insertions(+), 8

[meta-linaro][PATCH 2/2] linux-linaro-aarch64: change to source directory before merging config files

2014-12-30 Thread Kevin Hao
We use the merge_config.sh to generate the final kernel config file, but this file only exist in the kernel source directory and so do for the config files. So we need to change to kernel source directory first. Signed-off-by: Kevin Hao --- meta-linaro/recipes-kernel/linux/linux-linaro-aarch64