All of lore.kernel.org
 help / color / mirror / Atom feed
* Aarch64 support
@ 2014-07-07 19:11 atulkumar singh
  2014-07-07 19:55 ` Maxin B. John
  0 siblings, 1 reply; 9+ messages in thread
From: atulkumar singh @ 2014-07-07 19:11 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

Hi All,

Is there support for Aarch64(64 bit ARMv8) available right now?
If so then what i need to mention as a MACHINE in local.conf.
Please let me know with your valuable suggestion if any.

Thanks and regards,
Atul

[-- Attachment #2: Type: text/html, Size: 255 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-07 19:11 Aarch64 support atulkumar singh
@ 2014-07-07 19:55 ` Maxin B. John
  2014-07-08 10:27   ` atulkumar singh
  0 siblings, 1 reply; 9+ messages in thread
From: Maxin B. John @ 2014-07-07 19:55 UTC (permalink / raw)
  To: atulkumar singh; +Cc: yocto

Hi Atul,

On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote:
> Hi All,
> 
> Is there support for Aarch64(64 bit ARMv8) available right now?
Yes. Aarch64 support is available in meta-linaro/meta-aarch64
URL: http://git.linaro.org/?p=openembedded/meta-linaro.git

> If so then what i need to mention as a MACHINE in local.conf.
You can choose between:
1. genericarmv8b - generic armv8 big endian machine
2. genericarmv8 - generic armv8 machine

> Please let me know with your valuable suggestion if any.
Please use http://layers.openembedded.org/
to search Machine/Layers/Recipes supported by OpenEmbedded.

> Thanks and regards,
> Atul

Best Regards,
Maxin



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-07 19:55 ` Maxin B. John
@ 2014-07-08 10:27   ` atulkumar singh
  2014-07-08 10:59     ` Maxin B. John
  2014-07-08 12:44     ` Fathi Boudra
  0 siblings, 2 replies; 9+ messages in thread
From: atulkumar singh @ 2014-07-08 10:27 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

Hi Maxin,

Thanks for your suggestion for the same.
But that git repository for meta-aarch64 is not working.

Thanks and regards
Atul
On 8 Jul 2014 01:25, "Maxin B. John" <maxin.john@enea.com> wrote:

> Hi Atul,
>
> On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote:
> > Hi All,
> >
> > Is there support for Aarch64(64 bit ARMv8) available right now?
> Yes. Aarch64 support is available in meta-linaro/meta-aarch64
> URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
>
> > If so then what i need to mention as a MACHINE in local.conf.
> You can choose between:
> 1. genericarmv8b - generic armv8 big endian machine
> 2. genericarmv8 - generic armv8 machine
>
> > Please let me know with your valuable suggestion if any.
> Please use http://layers.openembedded.org/
> to search Machine/Layers/Recipes supported by OpenEmbedded.
>
> > Thanks and regards,
> > Atul
>
> Best Regards,
> Maxin
>
>

[-- Attachment #2: Type: text/html, Size: 1418 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-08 10:27   ` atulkumar singh
@ 2014-07-08 10:59     ` Maxin B. John
  2014-07-08 12:44     ` Fathi Boudra
  1 sibling, 0 replies; 9+ messages in thread
From: Maxin B. John @ 2014-07-08 10:59 UTC (permalink / raw)
  To: atulkumar singh; +Cc: yocto

Hi Atul,

On Tue, Jul 08, 2014 at 03:57:44PM +0530, atulkumar singh wrote:
> Hi Maxin,
> 
> Thanks for your suggestion for the same.
> But that git repository for meta-aarch64 is not working.

"It works for me" ..

# git clone git://git.linaro.org/openembedded/meta-linaro.git

> Thanks and regards
> Atul

Best Regards,
Maxin
 
> On 8 Jul 2014 01:25, "Maxin B. John" <maxin.john@enea.com> wrote:
> 
>     Hi Atul,
> 
>     On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote:
>     > Hi All,
>     >
>     > Is there support for Aarch64(64 bit ARMv8) available right now?
>     Yes. Aarch64 support is available in meta-linaro/meta-aarch64
>     URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
> 
>     > If so then what i need to mention as a MACHINE in local.conf.
>     You can choose between:
>     1. genericarmv8b - generic armv8 big endian machine
>     2. genericarmv8 - generic armv8 machine
> 
>     > Please let me know with your valuable suggestion if any.
>     Please use http://layers.openembedded.org/
>     to search Machine/Layers/Recipes supported by OpenEmbedded.
> 
>     > Thanks and regards,
>     > Atul
> 
>     Best Regards,
>     Maxin
> 
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-08 10:27   ` atulkumar singh
  2014-07-08 10:59     ` Maxin B. John
@ 2014-07-08 12:44     ` Fathi Boudra
  2014-07-08 14:13       ` atulkumar singh
  1 sibling, 1 reply; 9+ messages in thread
From: Fathi Boudra @ 2014-07-08 12:44 UTC (permalink / raw)
  To: atulkumar singh; +Cc: yocto

On 8 July 2014 13:27, atulkumar singh <atul.singh008@gmail.com> wrote:
> Hi Maxin,
>
> Thanks for your suggestion for the same.
> But that git repository for meta-aarch64 is not working.

What do you mean by "not working". We produce daily builds and they're tested.

> Thanks and regards
> Atul
>
> On 8 Jul 2014 01:25, "Maxin B. John" <maxin.john@enea.com> wrote:
>>
>> Hi Atul,
>>
>> On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote:
>> > Hi All,
>> >
>> > Is there support for Aarch64(64 bit ARMv8) available right now?
>> Yes. Aarch64 support is available in meta-linaro/meta-aarch64
>> URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
>>
>> > If so then what i need to mention as a MACHINE in local.conf.
>> You can choose between:
>> 1. genericarmv8b - generic armv8 big endian machine
>> 2. genericarmv8 - generic armv8 machine
>>
>> > Please let me know with your valuable suggestion if any.
>> Please use http://layers.openembedded.org/
>> to search Machine/Layers/Recipes supported by OpenEmbedded.
>>
>> > Thanks and regards,
>> > Atul
>>
>> Best Regards,
>> Maxin
>>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


Cheers,
-- 
Fathi Boudra
Linaro.org | Open source software for ARM SoCs


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-08 12:44     ` Fathi Boudra
@ 2014-07-08 14:13       ` atulkumar singh
  2014-07-08 14:22         ` Maxin B. John
  0 siblings, 1 reply; 9+ messages in thread
From: atulkumar singh @ 2014-07-08 14:13 UTC (permalink / raw)
  To: Fathi Boudra; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1947 bytes --]

Hi Fathi and Maxin,

Thanks as you are helping me in sorting out my issue for Aarch64 support in
meta-toolchain while building bitbake for yocto.
And "not working" means if we go into the machine/layer/recipes link and
under the meta-aarch64 layer the git repository link which is mention is
not working.
Please let me know with your valuable suggestion.

Thanks and regards,
Atul
On 8 Jul 2014 18:14, "Fathi Boudra" <fathi.boudra@linaro.org> wrote:

> On 8 July 2014 13:27, atulkumar singh <atul.singh008@gmail.com> wrote:
> > Hi Maxin,
> >
> > Thanks for your suggestion for the same.
> > But that git repository for meta-aarch64 is not working.
>
> What do you mean by "not working". We produce daily builds and they're
> tested.
>
> > Thanks and regards
> > Atul
> >
> > On 8 Jul 2014 01:25, "Maxin B. John" <maxin.john@enea.com> wrote:
> >>
> >> Hi Atul,
> >>
> >> On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote:
> >> > Hi All,
> >> >
> >> > Is there support for Aarch64(64 bit ARMv8) available right now?
> >> Yes. Aarch64 support is available in meta-linaro/meta-aarch64
> >> URL: http://git.linaro.org/?p=openembedded/meta-linaro.git
> >>
> >> > If so then what i need to mention as a MACHINE in local.conf.
> >> You can choose between:
> >> 1. genericarmv8b - generic armv8 big endian machine
> >> 2. genericarmv8 - generic armv8 machine
> >>
> >> > Please let me know with your valuable suggestion if any.
> >> Please use http://layers.openembedded.org/
> >> to search Machine/Layers/Recipes supported by OpenEmbedded.
> >>
> >> > Thanks and regards,
> >> > Atul
> >>
> >> Best Regards,
> >> Maxin
> >>
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>
>
> Cheers,
> --
> Fathi Boudra
> Linaro.org | Open source software for ARM SoCs
>

[-- Attachment #2: Type: text/html, Size: 2915 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-08 14:13       ` atulkumar singh
@ 2014-07-08 14:22         ` Maxin B. John
  2014-07-09 12:46           ` atulkumar singh
  0 siblings, 1 reply; 9+ messages in thread
From: Maxin B. John @ 2014-07-08 14:22 UTC (permalink / raw)
  To: atulkumar singh; +Cc: yocto

Hi Atul,

On Tue, Jul 08, 2014 at 07:43:03PM +0530, atulkumar singh wrote:
> Hi Fathi and Maxin,
> 
> Thanks as you are helping me in sorting out my issue for Aarch64 support in
> meta-toolchain while building bitbake for yocto.
> And "not working" means if we go into the machine/layer/recipes link and under
> the meta-aarch64 layer the git repository link which is mention is not working.
> Please let me know with your valuable suggestion.

The "meta-aarch64" is present in "meta-linaro" repository. 
Clone meta-linaro :

# git clone git://git.linaro.org/openembedded/meta-linaro.git
# cd meta-linaro/meta-aarch64
 
> Thanks and regards,
> Atul
> 
> On 8 Jul 2014 18:14, "Fathi Boudra" <fathi.boudra@linaro.org> wrote:
> 
>     On 8 July 2014 13:27, atulkumar singh <atul.singh008@gmail.com> wrote:

Best Regards,
Maxin
<snip> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-08 14:22         ` Maxin B. John
@ 2014-07-09 12:46           ` atulkumar singh
  2014-07-09 13:40             ` Maxin B. John
  0 siblings, 1 reply; 9+ messages in thread
From: atulkumar singh @ 2014-07-09 12:46 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1925 bytes --]

Hi Maxin,

I have added three folder “meta-aarch64”, “meta-linaro” and
“meta-linaro-toolchain” under my poky directory.
I also have updated my bblayer.conf with:-
BBLAYERS ?= " \
  /home/atulk/yocto/poky-master/meta \
/home/atulk/yocto/poky-master/meta-yocto \
  /home/atulk/yocto/poky-master/meta-yocto-bsp \
  /home/atulk/yocto/poky-master/meta-aarch64 \
/home/atulk/yocto/poky-master/meta-linaro \
  /home/atulk/yocto/poky-master/meta-linaro-toolchain \
  "
And local.conf MACHINE ??= "genericarmv8"
But while building bitbake with meta-toolchain for aarch64 support, I am
getting error as “ERROR: Layer 'linaro' depends on layer
'networking-layer', but this layer is not enabled in your configuration”.
Do you have any comments about building the same.
Also please note that I don’t need any external toolchain support as I wish
to build my own toolchain.

Thanks and Regards,
ATUL KUMAR SINGH
On 8 Jul 2014 19:52, "Maxin B. John" <maxin.john@enea.com> wrote:

> Hi Atul,
>
> On Tue, Jul 08, 2014 at 07:43:03PM +0530, atulkumar singh wrote:
> > Hi Fathi and Maxin,
> >
> > Thanks as you are helping me in sorting out my issue for Aarch64 support
> in
> > meta-toolchain while building bitbake for yocto.
> > And "not working" means if we go into the machine/layer/recipes link and
> under
> > the meta-aarch64 layer the git repository link which is mention is not
> working.
> > Please let me know with your valuable suggestion.
>
> The "meta-aarch64" is present in "meta-linaro" repository.
> Clone meta-linaro :
>
> # git clone git://git.linaro.org/openembedded/meta-linaro.git
> # cd meta-linaro/meta-aarch64
>
> > Thanks and regards,
> > Atul
> >
> > On 8 Jul 2014 18:14, "Fathi Boudra" <fathi.boudra@linaro.org> wrote:
> >
> >     On 8 July 2014 13:27, atulkumar singh <atul.singh008@gmail.com>
> wrote:
>
> Best Regards,
> Maxin
> <snip>
>

[-- Attachment #2: Type: text/html, Size: 2587 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Aarch64 support
  2014-07-09 12:46           ` atulkumar singh
@ 2014-07-09 13:40             ` Maxin B. John
  0 siblings, 0 replies; 9+ messages in thread
From: Maxin B. John @ 2014-07-09 13:40 UTC (permalink / raw)
  To: atulkumar singh; +Cc: yocto

Hi Atul,

On Wed, Jul 09, 2014 at 06:16:31PM +0530, atulkumar singh wrote:
> Hi Maxin,
> 
> I have added three folder “meta-aarch64”, “meta-linaro” and
> “meta-linaro-toolchain” under my poky directory.
> I also have updated my bblayer.conf with:-
> BBLAYERS ?= " \
>   /home/atulk/yocto/poky-master/meta \
> /home/atulk/yocto/poky-master/meta-yocto \
>   /home/atulk/yocto/poky-master/meta-yocto-bsp \
>   /home/atulk/yocto/poky-master/meta-aarch64 \
> /home/atulk/yocto/poky-master/meta-linaro \
>   /home/atulk/yocto/poky-master/meta-linaro-toolchain \
>   "
> And local.conf MACHINE ??= "genericarmv8"
> But while building bitbake with meta-toolchain for aarch64 support, I am
> getting error as “ERROR: Layer 'linaro' depends on layer 'networking-layer',
> but this layer is not enabled in your configuration”.
This means, you need meta-openembedded to build it. Add these in your 
bblayer.conf:

meta-openembedded/meta-networking
meta-openembedded/meta-oe

> Do you have any comments about building the same.
> Also please note that I don’t need any external toolchain support as I wish to
> build my own toolchain.
> 
> Thanks and Regards,
> ATUL KUMAR SINGH
Best Regards,
Maxin
> 
> On 8 Jul 2014 19:52, "Maxin B. John" <maxin.john@enea.com> wrote:
<snip> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-07-09 13:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07 19:11 Aarch64 support atulkumar singh
2014-07-07 19:55 ` Maxin B. John
2014-07-08 10:27   ` atulkumar singh
2014-07-08 10:59     ` Maxin B. John
2014-07-08 12:44     ` Fathi Boudra
2014-07-08 14:13       ` atulkumar singh
2014-07-08 14:22         ` Maxin B. John
2014-07-09 12:46           ` atulkumar singh
2014-07-09 13:40             ` Maxin B. John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.