Re: [OE-core] luvOS yocto based project - "hvc0" respawning too fast

2015-11-02 Thread Naresh Bhat
Hi Randy, Thank you very much. On 30 October 2015 at 03:03, wrote: > Hi Naresh, > >> +OE core ML >> >> On 27 October 2015 at 16:17, Naresh Bhat wrote: >>> Hi Randy, >>> >>> The luvOS project is based on luv-yocto frame work. I have built t

Re: [OE-core] luvOS yocto based project - "hvc0" respawning too fast

2015-10-29 Thread Naresh Bhat
+OE core ML On 27 October 2015 at 16:17, Naresh Bhat wrote: > Hi Randy, > > The luvOS project is based on luv-yocto frame work. I have built the > luvOS project for AArch64 architecture using qemuarm64.conf machine > configuration file and boot the luvOS image on QEMU machine

Re: [OE-core] [OE-core v2 PATCH 0/5] aarch64 changes for meta layer

2015-06-09 Thread Naresh Bhat
Hi All, On 8 April 2015 at 12:45, Naresh Bhat wrote: > On 18 March 2015 at 16:57, Naresh Bhat wrote: >> I am adding the support of aarch64 to LUV OS Distribution project. >> The luv-yocto project is based on poky distribution. >> >> https://01.org/linux-uefi-va

Re: [OE-core] [OE-core v2 PATCH 0/5] aarch64 changes for meta layer

2015-04-08 Thread Naresh Bhat
On 18 March 2015 at 16:57, Naresh Bhat wrote: > I am adding the support of aarch64 to LUV OS Distribution project. > The luv-yocto project is based on poky distribution. > > https://01.org/linux-uefi-validation > > While adding support I find that these are the few meta layer

Re: [OE-core] [PATCH] libart-lgpl: add art_config.h for armeb/aarch64be/aarch64be_32

2015-03-26 Thread Naresh Bhat
Hi Jagadeesh, On 26 March 2015 at 16:09, Jagadeesh K wrote: Detail description what does the patch will do ??? > Signed-off-by: Jagadeesh K > --- > meta/recipes-gnome/gnome/libart-lgpl/aarch64be/art_config.h| 10 > ++ > meta/recipes-gnome/gnome/libart-lgpl/aarch64be_32/art_conf

Re: [OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-19 Thread Naresh Bhat
Hi Bernhard Reutner-Fischer, On 18 March 2015 at 18:12, Naresh Bhat wrote: > > > On 18 March 2015 at 18:05, Bernhard Reutner-Fischer > wrote: > >> On 18 March 2015 at 12:27, Naresh Bhat wrote: >> > To generate bootable ISO image the x86 architecture uses

Re: [OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-18 Thread Naresh Bhat
On 18 March 2015 at 18:05, Bernhard Reutner-Fischer wrote: > On 18 March 2015 at 12:27, Naresh Bhat wrote: > > To generate bootable ISO image the x86 architecture uses syslinux > package (syslinux/isolinux.bin). > > We have already skip the syslinux package on aarch64. He

[OE-core] [OE-core v2 PATCH 4/5] grub-efi: Add to support to install grubaa64 efi

2015-03-18 Thread Naresh Bhat
Add support to install grubaa64 efi image. By default GRUB_IMAGE contains the bootia32.efi image. Depending on the architecture type the variable is being updated to bootia64.efi or grubaa64.efi Signed-off-by: Naresh Bhat --- meta/classes/grub-efi.bbclass | 17 +++-- 1 file

[OE-core] [OE-core v2 PATCH 5/5] grub: Update grub git recipe

2015-03-18 Thread Naresh Bhat
nherit autotools-brokensep instead of autotools. May be this needs to be fixed. - On x86 architecture the recipe builds only for PC, It may be required to extend this recipe. Signed-off-by: Naresh Bhat --- meta/recipes-bsp/grub/grub_git.bb | 47 +++-- 1 file ch

[OE-core] [OE-core v2 PATCH 0/5] aarch64 changes for meta layer

2015-03-18 Thread Naresh Bhat
Changes since V1: - grub: More documentation on grub recipe and remove CACHED_CONFIGUREVARS as suggested by Richard Purdie - bootimg: Add NOISO as suggested by Bernhard Reutner-Fischer - syslinux: Impliment as suggested by Richard Purdie -Naresh Naresh Bhat (5): bootimg: Add support to install

[OE-core] [OE-core v2 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-18 Thread Naresh Bhat
Remove the bootimg dependency as syslinux for aarch64. The reason to skip the syslinux package - syslinux package contains x86 assembly code. Hence it cannot be compiled on aarch64. - There is no BIOS on aarch64 to answer syscalls. Signed-off-by: Naresh Bhat --- meta/classes/syslinux.bbclass

[OE-core] [OE-core v2 PATCH 1/5] bootimg: Add support to install Image

2015-03-18 Thread Naresh Bhat
Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba..ed7b32f 100644 --- a/meta

[OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-18 Thread Naresh Bhat
To generate bootable ISO image the x86 architecture uses syslinux package (syslinux/isolinux.bin). We have already skip the syslinux package on aarch64. Hence skip the iso image build on aarch64. Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass |1 + 1 file changed, 1

Re: [OE-core] [OE-core v1 PATCH 4/5] grub: Update grub git recipe

2015-03-16 Thread Naresh Bhat
Hi Richard, Thank you very much. On 13 March 2015 at 21:35, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote: > > Update the grub git recipe with the following actions for native and > target > > - Bas

Re: [OE-core] [OE-core v1 PATCH 3/5] bootimg: Skip build iso image for aarch64

2015-03-16 Thread Naresh Bhat
On 13 March 2015 at 22:47, Bernhard Reutner-Fischer wrote: > On March 13, 2015 5:00:15 PM GMT+01:00, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote: > >> Build iso image required syslinux package

Re: [OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-13 Thread Naresh Bhat
On 13 March 2015 at 21:29, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2015-03-13 at 20:25 +0530, Naresh Bhat wrote: > > Remove the bootimg dependency as syslinux for aarch64. The reason to > skip the syslinux package > > - syslinux package co

[OE-core] [OE-core v1 PATCH 5/5] grub-efi: Add to support to install grubaa64 efi

2015-03-13 Thread Naresh Bhat
Add support to install grubaa64 efi image. By default GRUB_IMAGE contains the bootia32.efi image. Depending on the architecture type the variable is being updated to bootia64.efi or grubaa64.efi Signed-off-by: Naresh Bhat --- meta/classes/grub-efi.bbclass | 17 +++-- 1 file

[OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-13 Thread Naresh Bhat
Remove the bootimg dependency as syslinux for aarch64. The reason to skip the syslinux package - syslinux package contains x86 assembly code. Hence it cannot be compiled on aarch64. - There is no BIOS on aarch64 to answer syscalls. Signed-off-by: Naresh Bhat --- meta/classes/syslinux.bbclass

[OE-core] [OE-core v1 PATCH 4/5] grub: Update grub git recipe

2015-03-13 Thread Naresh Bhat
Update the grub git recipe with the following actions for native and target - Base class extend to native - do_configure_prepend - do_install_append - do_mkimage native - do_deploy Signed-off-by: Naresh Bhat --- meta/recipes-bsp/grub/grub_git.bb | 48 +++-- 1

[OE-core] [OE-core v1 PATCH 3/5] bootimg: Skip build iso image for aarch64

2015-03-13 Thread Naresh Bhat
Build iso image required syslinux package. We have already skip the syslinux package. Hence just skip the iso image build too. Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes/bootimg.bbclass b

[OE-core] [OE-core v1 PATCH 0/5] aarch64 changes for meta layer

2015-03-13 Thread Naresh Bhat
openembedded-core it will be more helpful to maintain the minimum set patches at dependency projects like luv-yocto. Changes since V0:[RFC series] - Include all the chages suggested by Bernhard Reutner-Fischer - Add grub recipe changes suggested by Burton Ross Naresh Bhat (5): bootimg: Add

[OE-core] [OE-core v1 PATCH 1/5] bootimg: Add support to install Image

2015-03-13 Thread Naresh Bhat
Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba..ed7b32f 100644 --- a/meta

Re: [OE-core] [OE-core v1 PATCH 0/5] aarch64 changes for meta layer

2015-03-13 Thread Naresh Bhat
Hi, Please, Ignore this series for review. I will resend the same series with few corrections. My apologies for noise. Thanks and Regards -Naresh On 10 March 2015 at 00:01, Naresh Bhat wrote: > I am adding the support of aarch64 to LUV OS Distribution project. > The luv-yocto proj

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-10 Thread Naresh Bhat
On 10 March 2015 at 14:42, Bernhard Reutner-Fischer wrote: > On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat > wrote: > > >today/tomorrow. Can we please continue the discussion on my next > >series. Probably you can give me few more points on my next patch > >se

[OE-core] [OE-core v1 PATCH 5/5] grub-efi: Add support to install grubaa64 efi

2015-03-09 Thread Naresh Bhat
Add support to install grubaa64.efi image. By default GRUB_IMAGE contains the bootia32.efi image. Depending on the architecture type the variable is being updated to either bootia64.efi or grubaa64.efi Signed-off-by: Naresh Bhat --- meta/classes/grub-efi.bbclass | 17 +++-- 1

[OE-core] [OE-core v1 PATCH 3/5] bootimg: Skip iso image build for aarch64

2015-03-09 Thread Naresh Bhat
To generate bootable ISO image the x86 architecture uses syslinux package (syslinux/isolinux.bin). We have already skip the syslinux package for aarch64. Hence skip the iso image build for aarch64. Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass |6 +- 1 file changed, 5

[OE-core] [OE-core v1 PATCH 4/5] grub: Update grub git recipe

2015-03-09 Thread Naresh Bhat
Update the grub git recipe with the following actions for native and target - Base class extend to native - do_configure_prepend - do_install_append - do_mkimage native - do_deploy Signed-off-by: Naresh Bhat --- meta/recipes-bsp/grub/grub_git.bb | 48 +++-- 1

[OE-core] [OE-core v1 PATCH 2/5] syslinux: Remove bootimg dependency for aarch64

2015-03-09 Thread Naresh Bhat
Remove the bootimg dependency as syslinux for aarch64. The reasons to skip the syslinux package - syslinux package contains x86 assembly code. Hence compilation errors on aarch64. - There is no BIOS on aarch64 to answer syscalls. Signed-off-by: Naresh Bhat --- meta/classes/syslinux.bbclass

[OE-core] [OE-core v1 PATCH 1/5] bootimg: Add support to install Image

2015-03-09 Thread Naresh Bhat
Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba..ed7b32f 100644 --- a/meta

[OE-core] [OE-core v1 PATCH 0/5] aarch64 changes for meta layer

2015-03-09 Thread Naresh Bhat
openembedded-core it will be more helpful to maintain the minimum set patches at dependency projects like luv-yocto. Changes since V0:[RFC series] - Include all the chages suggested by Bernhard Reutner-Fischer - Add grub recipe changes suggested by Burton Ross Naresh Bhat (5): bootimg: Add

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-09 Thread Naresh Bhat
Hi Bernhard Reutner-Fischer, On 5 March 2015 at 21:48, Bernhard Reutner-Fischer wrote: > On 5 March 2015 at 15:06, Naresh Bhat wrote: > >>>>if d.getVar('TARGET_ARCH', True) == "aarch64": >>>> return >>>> >>>&g

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-05 Thread Naresh Bhat
On 4 March 2015 at 12:56, Bernhard Reutner-Fischer wrote: > On March 4, 2015 8:15:15 AM GMT+01:00, Naresh Bhat > wrote: >>On 3 March 2015 at 23:27, Bernhard Reutner-Fischer >> wrote: >>> On 3 March 2015 at 16:46, Naresh Bhat wrote: >>>> Build iso im

Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-05 Thread Naresh Bhat
On 5 March 2015 at 02:05, Burton, Ross wrote: > > On 4 March 2015 at 07:46, Naresh Bhat wrote: >> >> As far as I understand, when autotools is inherited, it jumps to ${B} >> to build, and B is assigned with ${WORKDIR}/build > > > Thats right, but if the recipe fa

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-05 Thread Naresh Bhat
On 5 March 2015 at 02:07, Burton, Ross wrote: > Hi Naresh, > > On 3 March 2015 at 15:46, Naresh Bhat wrote: >> >> +if [ "${TARGET_ARCH}" == "aarch64" ]: >> + return >> +else: >> +bb.build.exec_func(

Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-03 Thread Naresh Bhat
On 3 March 2015 at 23:33, Bernhard Reutner-Fischer wrote: > On 3 March 2015 at 16:46, Naresh Bhat wrote: >> Update the grub git recipe with the following actions for native and >> non-native >> - Base class extend to native >> - do_configure_prepand > > s/pre

Re: [OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-03 Thread Naresh Bhat
On 3 March 2015 at 23:27, Bernhard Reutner-Fischer wrote: > On 3 March 2015 at 16:46, Naresh Bhat wrote: >> Build iso image required syslinux package. We have already skip the syslinux >> package. Hence just skip the iso image build too. >> >> Signed-off-by: Naresh

Re: [OE-core] [OE-core Yocto PATCH 2/4] bootimg: Add support to install Image

2015-03-03 Thread Naresh Bhat
On 3 March 2015 at 23:17, Bernhard Reutner-Fischer wrote: > On 3 March 2015 at 16:46, Naresh Bhat wrote: >> Add support to install kernel image for aarch64 >> >> Signed-off-by: Naresh Bhat >> Signed-off-by: Matt Fleming >> --- >> meta/classes/booti

Re: [OE-core] [OE-core Yocto PATCH 1/4] grub-efi: Add to support to install grubaa64 efi

2015-03-03 Thread Naresh Bhat
On 3 March 2015 at 23:22, Bernhard Reutner-Fischer wrote: > On 3 March 2015 at 16:46, Naresh Bhat wrote: >> Add to support to install grubaa64.efi binary for aarch64 >> >> Signed-off-by: Naresh Bhat >> Signed-off-by: Matt Fleming >> --- >> meta/classes

[OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

2015-03-03 Thread Naresh Bhat
Build iso image required syslinux package. We have already skip the syslinux package. Hence just skip the iso image build too. Signed-off-by: Naresh Bhat Reviewed-by: Matt Fleming --- meta/classes/bootimg.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a

[OE-core] [OE-core Yocto PATCH 2/4] bootimg: Add support to install Image

2015-03-03 Thread Naresh Bhat
Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat Signed-off-by: Matt Fleming --- meta/classes/bootimg.bbclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba

[OE-core] [OE-core Yocto PATCH 0/4] aarch64 changes for meta layer

2015-03-03 Thread Naresh Bhat
changes into openembedded-core it will be more helpful to maintain the minimum set patches at dependency projects like luv-yocto. Please let me know your feedback on these set of changes. Thanks and Regards -Naresh Bhat Naresh Bhat (4): grub-efi: Add to support to install grubaa64 efi bootimg

[OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-03 Thread Naresh Bhat
Update the grub git recipe with the following actions for native and non-native - Base class extend to native - do_configure_prepand - do_install_append - do_mkimage native - do_deploy Signed-off-by: Naresh Bhat Reviewed-by: Graeme Gregory Reviewed-by: Matt Fleming --- meta/recipes-bsp/grub

[OE-core] [OE-core Yocto PATCH 1/4] grub-efi: Add to support to install grubaa64 efi

2015-03-03 Thread Naresh Bhat
Add to support to install grubaa64.efi binary for aarch64 Signed-off-by: Naresh Bhat Signed-off-by: Matt Fleming --- meta/classes/grub-efi.bbclass |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 47bd35e..455dc8d