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
+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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(
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
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
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
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
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
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
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
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
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
43 matches
Mail list logo