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, <randy.e.w...@linux.intel.com> wrote: > Hi Naresh, > >> +OE core ML >> >> On 27 October 2015 at 16:17, Naresh Bhat <naresh.b...@linaro.org> wrote: >>> Hi Randy, >>> >>> Th

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 <naresh.b...@linaro.org> 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 th

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 naresh.b...@linaro.org wrote: On 18 March 2015 at 16:57, Naresh Bhat naresh.b...@linaro.org 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

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 naresh.b...@linaro.org 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 jkrishnanjana...@caviumnetworks.com wrote: DESCRIPTION Detail description what does the patch will do ??? Signed-off-by: Jagadeesh K jkrishnanjana...@caviumnetworks.com --- meta/recipes-gnome/gnome/libart-lgpl/aarch64be/art_config.h|

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 naresh.b...@linaro.org wrote: On 18 March 2015 at 18:05, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 18 March 2015 at 12:27, Naresh Bhat naresh.b...@linaro.org wrote: To generate bootable ISO image the x86

[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 naresh.b...@linaro.org --- meta/classes/grub-efi.bbclass | 17

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

2015-03-18 Thread Naresh Bhat
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 naresh.b...@linaro.org --- meta/recipes-bsp/grub/grub_git.bb | 47 +++-- 1 file changed, 40

[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 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 naresh.b...@linaro.org --- 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

[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 naresh.b...@linaro.org --- 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 naresh.b...@linaro.org --- meta/classes/bootimg.bbclass |1 + 1

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 rep.dot@gmail.com wrote: On 18 March 2015 at 12:27, Naresh Bhat naresh.b...@linaro.org wrote: To generate bootable ISO image the x86 architecture uses syslinux package (syslinux/isolinux.bin). We have already skip the syslinux package

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 - Base class extend to native

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 rep.dot@gmail.com 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. We have already

[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 naresh.b...@linaro.org --- meta/recipes-bsp/grub/grub_git.bb | 48

[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 naresh.b...@linaro.org --- meta/classes/bootimg.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta

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

2015-03-13 Thread Naresh Bhat
into 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 naresh.b...@linaro.org --- 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

[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 naresh.b...@linaro.org --- meta/classes/grub-efi.bbclass | 17

[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 naresh.b...@linaro.org --- 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 naresh.b...@linaro.org wrote: I am adding the support of aarch64 to LUV OS Distribution project. The luv

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 contains x86 assembly code. Hence

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 rep.dot@gmail.com wrote: On March 9, 2015 9:11:29 AM GMT+01:00, Naresh Bhat naresh.b...@linaro.org wrote: today/tomorrow. Can we please continue the discussion on my next series. Probably you can give me few more points on my next

[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 naresh.b...@linaro.org --- meta/recipes-bsp/grub/grub_git.bb | 48

[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 naresh.b...@linaro.org --- meta/classes/grub-efi.bbclass | 17

[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 naresh.b...@linaro.org --- meta/classes/bootimg.bbclass |6

[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 naresh.b...@linaro.org --- meta

[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 naresh.b...@linaro.org --- 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

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

2015-03-09 Thread Naresh Bhat
into 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 rep.dot@gmail.com wrote: On 5 March 2015 at 15:06, Naresh Bhat naresh.b...@linaro.org wrote: if d.getVar('TARGET_ARCH', True) == aarch64: return Does it make sense ? At least the parser should

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 ross.bur...@intel.com wrote: Hi Naresh, On 3 March 2015 at 15:46, Naresh Bhat naresh.b...@linaro.org wrote: +if [ ${TARGET_ARCH} == aarch64 ]: + return +else: +bb.build.exec_func('build_iso', d) As Bernhard says

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 ross.bur...@intel.com wrote: On 4 March 2015 at 07:46, Naresh Bhat naresh.b...@linaro.org 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

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 rep.dot@gmail.com wrote: On March 4, 2015 8:15:15 AM GMT+01:00, Naresh Bhat naresh.b...@linaro.org wrote: On 3 March 2015 at 23:27, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 3 March 2015 at 16:46, Naresh Bhat naresh.b

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

2015-03-03 Thread Naresh Bhat
these 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 naresh.b...@linaro.org Reviewed-by: Graeme Gregory graeme.greg...@linaro.org Reviewed

[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 naresh.b...@linaro.org Signed-off-by: Matt Fleming matt.flem...@intel.com --- meta/classes/grub-efi.bbclass |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/grub-efi.bbclass b/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 naresh.b...@linaro.org Reviewed-by: Matt Fleming matt.flem...@intel.com --- meta/classes/bootimg.bbclass |6 +- 1 file changed, 5

[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 naresh.b...@linaro.org Signed-off-by: Matt Fleming matt.flem...@intel.com --- meta/classes/bootimg.bbclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/classes/bootimg.bbclass b

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 rep.dot@gmail.com wrote: On 3 March 2015 at 16:46, Naresh Bhat naresh.b...@linaro.org wrote: Add to support to install grubaa64.efi binary for aarch64 Signed-off-by: Naresh Bhat naresh.b...@linaro.org Signed-off-by: Matt Fleming matt.flem

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 rep.dot@gmail.com wrote: On 3 March 2015 at 16:46, Naresh Bhat naresh.b...@linaro.org wrote: Build iso image required syslinux package. We have already skip the syslinux package. Hence just skip the iso image build too. Signed-off

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 rep.dot@gmail.com wrote: On 3 March 2015 at 16:46, Naresh Bhat naresh.b...@linaro.org wrote: Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat naresh.b...@linaro.org Signed-off-by: Matt Fleming matt.flem

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 rep.dot@gmail.com wrote: On 3 March 2015 at 16:46, Naresh Bhat naresh.b...@linaro.org wrote: Update the grub git recipe with the following actions for native and non-native - Base class extend to native - do_configure_prepand s/prepand