All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
@ 2013-10-13 19:21 Муравьев Александр Борисович
  2013-10-15 16:59 ` Daiane Angolini
  0 siblings, 1 reply; 18+ messages in thread
From: Муравьев Александр Борисович @ 2013-10-13 19:21 UTC (permalink / raw)
  To: meta-freescale

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

I have some issue with network subsystem. When i build target 
fsl-image-gui i can not make it working (i mean networking).
When kernel starting I get

*/Configuring network interfaces... eth0: Freescale FEC PHY driver 
[Generic PHY] (mii_bus:phy_addr=1:00, irq=-1)/**/
/**/udhcpc (v1.20.2) started/**/
/**/Sending discover.../**/
/**/PHY: 1:00 - Link is Up - 100/Full/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/Sending discover.../**/
/**/Sending discover.../**/
/**/No lease, failing/**/
/**/Starting rpcbind daemon...rpcbind: cannot create socket for udp6/**/
/**/rpcbind: cannot create socket for tcp6/**/
/**/done./*


And then if i type

/root@imx6qsabresd:~# udhcpc -i eth0 -n/

I get

*/udhcpc (v1.20.2) started/**/
/**/Sending discover.../**/
/**/Sending discover.../**/
/**/Sending discover.../**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/No lease, failing/**/
/**/root@imx6qsabresd:~#/*


Once i was able to connect to my board via ssh. But in shart time 
connection was refused.
So i can not get lease from my dhcp. If i use static ip and netmask 
network not working too. Sometime i get messages like this:

*/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/**/
/**/net eth0: FEC ENET: rcv is not +last/*

Almost forgot:

*/root@imx6qsabresd:~# uname -a/**/
/**/Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 #1 SMP PREEMPT Wed 
Oct 9 17:15:15 MSK 2013 armv7l GNU/Linux/*

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

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

* Re: Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
  2013-10-13 19:21 Муравьев Александр Борисович
@ 2013-10-15 16:59 ` Daiane Angolini
  2013-10-17 11:26   ` Aleksandr
  0 siblings, 1 reply; 18+ messages in thread
From: Daiane Angolini @ 2013-10-15 16:59 UTC (permalink / raw)
  To: Муравьев Александр Борисович,
	meta-freescale

On 10/13/2013 04:21 PM, Муравьев Александр Борисович wrote:
> I have some issue with network subsystem. When i build target
> fsl-image-gui i can not make it working (i mean networking).
> When kernel starting I get
>
> */Configuring network interfaces... eth0: Freescale FEC PHY driver
> [Generic PHY] (mii_bus:phy_addr=1:00, irq=-1)/**/
> /**/udhcpc (v1.20.2) started/**/
> /**/Sending discover.../**/
> /**/PHY: 1:00 - Link is Up - 100/Full/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/Sending discover.../**/
> /**/Sending discover.../**/
> /**/No lease, failing/**/
> /**/Starting rpcbind daemon...rpcbind: cannot create socket for udp6/**/
> /**/rpcbind: cannot create socket for tcp6/**/

I'm not sure (I don't remember) if ipv6 is added by default on 
DISTRO_FEATURES. From your log, it looks like you're using dylan.


> /**/done./*
>
>
> And then if i type
>
> /root@imx6qsabresd:~# udhcpc -i eth0 -n/
>
> I get
>
> */udhcpc (v1.20.2) started/**/
> /**/Sending discover.../**/
> /**/Sending discover.../**/
> /**/Sending discover.../**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/No lease, failing/**/
> /**/root@imx6qsabresd:~#/*
>
>
> Once i was able to connect to my board via ssh. But in shart time
> connection was refused.
> So i can not get lease from my dhcp. If i use static ip and netmask
> network not working too. Sometime i get messages like this:
>
> */net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/**/
> /**/net eth0: FEC ENET: rcv is not +last/*
>
> Almost forgot:
>
> */root@imx6qsabresd:~# uname -a/**/
> /**/Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 #1 SMP PREEMPT Wed
> Oct 9 17:15:15 MSK 2013 armv7l GNU/Linux/*

I almost remember I faced several networking problems on 1.1.0 release, 
but it was on sabre lite board (not sabre sd). And I cannot remember if 
it was due to kernel or hardware or my local network

Would you be able to use dora instead? It's 3.0.35-4.1.0 kernel

>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane



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

* Re: Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
       [not found] <mailman.2652.1381857071.2694.meta-freescale@yoctoproject.org>
@ 2013-10-17  5:02 ` Муравьев Александр Борисович
  2013-10-17 13:18   ` Daiane Angolini
  0 siblings, 1 reply; 18+ messages in thread
From: Муравьев Александр Борисович @ 2013-10-17  5:02 UTC (permalink / raw)
  To: meta-freescale

> I'm not sure (I don't remember) if ipv6 is added by default on
> DISTRO_FEATURES. From your log, it looks like you're using dylan.
Thank you for reply, Daiane. I am using 
"L3.0.35_4.1.0_130816_images_MX6" now. I also used "oneiric.tgz" whith 
contain Ubuntu linaro filesystem. In both of them i get same issue. I 
mean same error messages and not working network.
But with linaro ubuntu network were working a few minutes. But then it 
stoped working again.
Regards.


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

* Re: Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
  2013-10-15 16:59 ` Daiane Angolini
@ 2013-10-17 11:26   ` Aleksandr
  2013-10-22 18:37     ` Daiane Angolini
  0 siblings, 1 reply; 18+ messages in thread
From: Aleksandr @ 2013-10-17 11:26 UTC (permalink / raw)
  To: meta-freescale


> I almost remember I faced several networking problems on 1.1.0 release, but 
it was on sabre lite board (not sabre sd). And I cannot remember if it was due 
to kernel or hardware or my local network
>
> Would you be able to use dora instead? It's 3.0.35-4.1.0 kernel

Thank you for reply, Daiane. I am using "L3.0.35_4.1.0_130816_images_MX6" now. 
I also used "oneiric.tgz" whith contain Ubuntu linaro filesystem. In both of 
them i get same issue. I mean same error messages and not working network.
But with linaro ubuntu network were working a few minutes. But then it stoped 
working again.
Regards. 



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

* Re: Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
  2013-10-17  5:02 ` Linux imx6qsabresd " Муравьев Александр Борисович
@ 2013-10-17 13:18   ` Daiane Angolini
  0 siblings, 0 replies; 18+ messages in thread
From: Daiane Angolini @ 2013-10-17 13:18 UTC (permalink / raw)
  To: Муравьев Александр Борисович,
	meta-freescale

On 10/17/2013 02:02 AM, Муравьев Александр Борисович wrote:
>> I'm not sure (I don't remember) if ipv6 is added by default on
>> DISTRO_FEATURES. From your log, it looks like you're using dylan.
> Thank you for reply, Daiane. I am using
> "L3.0.35_4.1.0_130816_images_MX6" now. I also used "oneiric.tgz" whith
> contain Ubuntu linaro filesystem. In both of them i get same issue. I
> mean same error messages and not working network.
> But with linaro ubuntu network were working a few minutes. But then it
> stoped working again.

My life is a big mess this week, but I want to try it on my hardware.

Would you mind to wait until next week? So I can try to reprocude your 
issue?



> Regards.
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

Regards
-- 
Daiane



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

* Re: Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem
       [not found] <mailman.2829.1382022360.2694.meta-freescale@yoctoproject.org>
@ 2013-10-17 15:29 ` Муравьев Александр Борисович
  0 siblings, 0 replies; 18+ messages in thread
From: Муравьев Александр Борисович @ 2013-10-17 15:29 UTC (permalink / raw)
  To: meta-freescale

> My life is a big mess this week, but I want to try it on my hardware.
>
> Would you mind to wait until next week? So I can try to reprocude your
> issue?
Yes. Thank you for reply.
Regards.



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

* Re: Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 networking problem
  2013-10-17 11:26   ` Aleksandr
@ 2013-10-22 18:37     ` Daiane Angolini
  0 siblings, 0 replies; 18+ messages in thread
From: Daiane Angolini @ 2013-10-22 18:37 UTC (permalink / raw)
  To: Aleksandr, meta-freescale

On 10/17/2013 08:26 AM, Aleksandr wrote:
>
>> I almost remember I faced several networking problems on 1.1.0 release, but
> it was on sabre lite board (not sabre sd). And I cannot remember if it was due
> to kernel or hardware or my local network
>>
>> Would you be able to use dora instead? It's 3.0.35-4.1.0 kernel
>
> Thank you for reply, Daiane. I am using "L3.0.35_4.1.0_130816_images_MX6" now.
> I also used "oneiric.tgz" whith contain Ubuntu linaro filesystem. In both of
> them i get same issue. I mean same error messages and not working network.
> But with linaro ubuntu network were working a few minutes. But then it stoped
> working again.
> Regards.

What else should I test?

I got no error with:

517 packets transmitted, 517 packets received, 0% packet loss
round-trip min/avg/max = 0.177/0.264/0.841 ms
root@imx6qsabresd:~# udhcpc -i eth0
udhcpc (v1.21.1) started
Sending discover...
Sending select for 10.29.244.99...
Lease of 10.29.244.99 obtained, lease time 86400
/etc/udhcpc.d/50default: Adding DNS 10.208.0.3
/etc/udhcpc.d/50default: Adding DNS 10.64.32.3


I got an ip from dhpc server, and I ping'ed my PC.

I'm using dora, imx6qsabresd 3.0.35-4.1.0+yocto+gbdde708
booting from sdcard

ethernet from J7


So far, I was not able to reproduce your error. Do you see anything on 
my environment that is different from yours?


>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane



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

* Re: Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem
       [not found] <mailman.5.1382468401.31928.meta-freescale@yoctoproject.org>
@ 2013-10-23  6:40 ` Муравьев Александр Борисович
  2013-10-23  8:41   ` meta-fsl-ivi installation Krishna
  2013-10-23 14:50   ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Daiane Angolini
  0 siblings, 2 replies; 18+ messages in thread
From: Муравьев Александр Борисович @ 2013-10-23  6:40 UTC (permalink / raw)
  To: meta-freescale

Thank you for reply, Daiane.
> What else should I test?
>
> I got no error with:
I'm sorry if I offended you. Can you say what firmware test did you use? 
And what board?
May be network errors were caused by my network, but why firmware test 
with loopback not working with my board?
Please feel free to answer me on the next weak or later. Network is 
working now with latest ubuntu binaries.

Regards.



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

* meta-fsl-ivi installation
  2013-10-23  6:40 ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Муравьев Александр Борисович
@ 2013-10-23  8:41   ` Krishna
  2013-10-23 10:07     ` Krishna
  2013-10-23 14:50   ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Daiane Angolini
  1 sibling, 1 reply; 18+ messages in thread
From: Krishna @ 2013-10-23  8:41 UTC (permalink / raw)
  To: meta-freescale

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

Hi,

Hi am able to build yocto image(fsl-image-gui). Now I need to add IVI layer to that.
I hope I need to proceed as per following link
https://github.com/Freescale/meta-fsl-ivi

But installation procedure is not clear to me.
Can anyone throw more light on this?

Thanks in advance

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

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

* Re: meta-fsl-ivi installation
  2013-10-23  8:41   ` meta-fsl-ivi installation Krishna
@ 2013-10-23 10:07     ` Krishna
  2013-10-23 11:36       ` Otavio Salvador
  2013-10-23 11:37       ` Erik Botö
  0 siblings, 2 replies; 18+ messages in thread
From: Krishna @ 2013-10-23 10:07 UTC (permalink / raw)
  To: meta-freescale

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

Hi, 

I followed the procedure in the below link.
I am getting following error

No recipes available for  meta-fsl-ivi-master\recipes-graphics\layer-management\layer-management_1.0.bbappend 

Is this branch is obsolete?

Regards

From: Krishna 
Sent: Wednesday, October 23, 2013 2:11 PM
To: meta-freescale@yoctoproject.org 
Subject: [meta-freescale] meta-fsl-ivi installation

Hi,

Hi am able to build yocto image(fsl-image-gui). Now I need to add IVI layer to that.
I hope I need to proceed as per following link
https://github.com/Freescale/meta-fsl-ivi

But installation procedure is not clear to me.
Can anyone throw more light on this?

Thanks in advance


--------------------------------------------------------------------------------
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

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

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

* Re: meta-fsl-ivi installation
  2013-10-23 10:07     ` Krishna
@ 2013-10-23 11:36       ` Otavio Salvador
  2013-10-23 14:54         ` Alonso Lazcano Adrian-B38018
  2013-10-23 11:37       ` Erik Botö
  1 sibling, 1 reply; 18+ messages in thread
From: Otavio Salvador @ 2013-10-23 11:36 UTC (permalink / raw)
  To: Krishna, Adrian Alonso; +Cc: meta-freescale@yoctoproject.org

Hello Krishna,

I am adding Adrian who worked in this layer in Cc.

On Wed, Oct 23, 2013 at 8:07 AM, Krishna <krishnaks@iwavesystems.com> wrote:
> I followed the procedure in the below link.
> I am getting following error
>
> No recipes available for
> meta-fsl-ivi-master\recipes-graphics\layer-management\layer-management_1.0.bbappend
>
> Is this branch is obsolete?

Adrian?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: meta-fsl-ivi installation
  2013-10-23 10:07     ` Krishna
  2013-10-23 11:36       ` Otavio Salvador
@ 2013-10-23 11:37       ` Erik Botö
  2013-10-23 11:42         ` Erik Botö
  1 sibling, 1 reply; 18+ messages in thread
From: Erik Botö @ 2013-10-23 11:37 UTC (permalink / raw)
  To: Krishna; +Cc: meta-freescale@yoctoproject.org

Hi,


On Wed, Oct 23, 2013 at 12:07 PM, Krishna <krishnaks@iwavesystems.com> wrote:
> Hi,
>
> I followed the procedure in the below link.
> I am getting following error
>
> No recipes available for
> meta-fsl-ivi-master\recipes-graphics\layer-management\layer-management_1.0.bbappend
>
> Is this branch is obsolete?

I tried checking out 5e8e209c666f5c596728c4589aaca964208cf5fb from
meta-ivi as suggested in the README of meta-fsl-ivi, and I do see a
layer-management_1.0.bb there so it should exist. Have you check out
the right commit of meta-ivi?

Cheers,
Erik

>
> Regards
>
> From: Krishna
> Sent: Wednesday, October 23, 2013 2:11 PM
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] meta-fsl-ivi installation
>
> Hi,
>
> Hi am able to build yocto image(fsl-image-gui). Now I need to add IVI layer
> to that.
> I hope I need to proceed as per following link
> https://github.com/Freescale/meta-fsl-ivi
>
> But installation procedure is not clear to me.
> Can anyone throw more light on this?
>
> Thanks in advance
>
> ________________________________
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


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

* Re: meta-fsl-ivi installation
  2013-10-23 11:37       ` Erik Botö
@ 2013-10-23 11:42         ` Erik Botö
  0 siblings, 0 replies; 18+ messages in thread
From: Erik Botö @ 2013-10-23 11:42 UTC (permalink / raw)
  To: Krishna; +Cc: meta-freescale@yoctoproject.org

On Wed, Oct 23, 2013 at 1:37 PM, Erik Botö <erik.boto@pelagicore.com> wrote:
> Hi,
>
>
> On Wed, Oct 23, 2013 at 12:07 PM, Krishna <krishnaks@iwavesystems.com> wrote:
>> Hi,
>>
>> I followed the procedure in the below link.
>> I am getting following error
>>
>> No recipes available for
>> meta-fsl-ivi-master\recipes-graphics\layer-management\layer-management_1.0.bbappend
>>
>> Is this branch is obsolete?
>
> I tried checking out 5e8e209c666f5c596728c4589aaca964208cf5fb from
> meta-ivi as suggested in the README of meta-fsl-ivi, and I do see a
> layer-management_1.0.bb there so it should exist. Have you check out
> the right commit of meta-ivi?

And if you have checkout the right commit (and have a
meta-ivi/recipes-graphics/layer-management/layer-management_1.0.bb)
but it still can't find the file, make sure you have added the
meta-ivi layer in conf/bblayers.conf.

Cheers,
Erik

>
> Cheers,
> Erik
>
>>
>> Regards
>>
>> From: Krishna
>> Sent: Wednesday, October 23, 2013 2:11 PM
>> To: meta-freescale@yoctoproject.org
>> Subject: [meta-freescale] meta-fsl-ivi installation
>>
>> Hi,
>>
>> Hi am able to build yocto image(fsl-image-gui). Now I need to add IVI layer
>> to that.
>> I hope I need to proceed as per following link
>> https://github.com/Freescale/meta-fsl-ivi
>>
>> But installation procedure is not clear to me.
>> Can anyone throw more light on this?
>>
>> Thanks in advance
>>
>> ________________________________
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>
>>
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>



-- 
=============================================
Erik Botö
Senior Software Engineer
Pelagicore AB
Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden
Mobile: +46 (0)76 881 72 03
E-Mail: erik.boto@pelagicore.com
=============================================


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

* Re: Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem
  2013-10-23  6:40 ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Муравьев Александр Борисович
  2013-10-23  8:41   ` meta-fsl-ivi installation Krishna
@ 2013-10-23 14:50   ` Daiane Angolini
  1 sibling, 0 replies; 18+ messages in thread
From: Daiane Angolini @ 2013-10-23 14:50 UTC (permalink / raw)
  To: Муравьев Александр Борисович,
	meta-freescale

On 10/23/2013 04:40 AM, Муравьев Александр Борисович wrote:
> Thank you for reply, Daiane.
>> What else should I test?
>>
>> I got no error with:
> I'm sorry if I offended you. Can you say what firmware test did you use?

You didn't. Sorry if I was "too raw" on my last email with the log :P

> And what board?

I'm using meta-fsl-arm:master on imx6qsabresd board


> May be network errors were caused by my network, but why firmware test
> with loopback not working with my board?

I don't know. I received 3 messages from different people saying "my 
network is not working". one is you. So, i'm not sure what is the 
problem, but I still need to reproduce the issue.

You was the one who seens to have been debuged this for more time.


> Please feel free to answer me on the next weak or later. Network is
> working now with latest ubuntu binaries.

I looked for more command lines from your past emails, but I was not 
able to find anything else. Nobody else sent me step-by-step procedure 
for reproduction. They only say "network not working".

I would like your help to reproduce this issue.

If it was only you reporting it. I would say "it's your network". But, 2 
more people reported it, so it may be a yocto error.

Could you, please, send me more command lines you used to tested your 
enviroment?

>
> Regards.
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


-- 
Daiane



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

* Re: meta-fsl-ivi installation
  2013-10-23 11:36       ` Otavio Salvador
@ 2013-10-23 14:54         ` Alonso Lazcano Adrian-B38018
  2013-10-23 15:31           ` Otavio Salvador
  0 siblings, 1 reply; 18+ messages in thread
From: Alonso Lazcano Adrian-B38018 @ 2013-10-23 14:54 UTC (permalink / raw)
  To: Otavio Salvador, Krishna; +Cc: meta-freescale@yoctoproject.org

Hi Otavio, Krishna,

Um, the readme file needs to be updated :P

For meta-ivi checkout branch 5.0
For meta-fsl-ivi checkout branch 5.0
For meta-fsl-arm checkout branch dora
For poky use "dora" branch as well

Regards
Adrian

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Wednesday, October 23, 2013 6:37 AM
To: Krishna; Alonso Lazcano Adrian-B38018
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] meta-fsl-ivi installation

Hello Krishna,

I am adding Adrian who worked in this layer in Cc.

On Wed, Oct 23, 2013 at 8:07 AM, Krishna <krishnaks@iwavesystems.com> wrote:
> I followed the procedure in the below link.
> I am getting following error
>
> No recipes available for
> meta-fsl-ivi-master\recipes-graphics\layer-management\layer-management_1.0.bbappend
>
> Is this branch is obsolete?

Adrian?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750




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

* Re: meta-fsl-ivi installation
  2013-10-23 14:54         ` Alonso Lazcano Adrian-B38018
@ 2013-10-23 15:31           ` Otavio Salvador
  2013-10-23 16:01             ` Alonso Lazcano Adrian-B38018
  0 siblings, 1 reply; 18+ messages in thread
From: Otavio Salvador @ 2013-10-23 15:31 UTC (permalink / raw)
  To: Alonso Lazcano Adrian-B38018; +Cc: meta-freescale@yoctoproject.org

On Wed, Oct 23, 2013 at 12:54 PM, Alonso Lazcano Adrian-B38018
<B38018@freescale.com> wrote:
> Hi Otavio, Krishna,
>
> Um, the readme file needs to be updated :P
>
> For meta-ivi checkout branch 5.0
> For meta-fsl-ivi checkout branch 5.0
> For meta-fsl-arm checkout branch dora
> For poky use "dora" branch as well

Can you please update README file?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: meta-fsl-ivi installation
  2013-10-23 15:31           ` Otavio Salvador
@ 2013-10-23 16:01             ` Alonso Lazcano Adrian-B38018
  2013-10-24  6:07               ` Krishna
  0 siblings, 1 reply; 18+ messages in thread
From: Alonso Lazcano Adrian-B38018 @ 2013-10-23 16:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

Sure :)

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Wednesday, October 23, 2013 10:31 AM
To: Alonso Lazcano Adrian-B38018
Cc: Krishna; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] meta-fsl-ivi installation

On Wed, Oct 23, 2013 at 12:54 PM, Alonso Lazcano Adrian-B38018 <B38018@freescale.com> wrote:
> Hi Otavio, Krishna,
>
> Um, the readme file needs to be updated :P
>
> For meta-ivi checkout branch 5.0
> For meta-fsl-ivi checkout branch 5.0
> For meta-fsl-arm checkout branch dora
> For poky use "dora" branch as well

Can you please update README file?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750




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

* Re: meta-fsl-ivi installation
  2013-10-23 16:01             ` Alonso Lazcano Adrian-B38018
@ 2013-10-24  6:07               ` Krishna
  0 siblings, 0 replies; 18+ messages in thread
From: Krishna @ 2013-10-24  6:07 UTC (permalink / raw)
  To: Alonso Lazcano Adrian-B38018, Otavio Salvador; +Cc: meta-freescale

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

Hi,

I am using  following
meta-fsl-ivi  master(i.e. 5.0 branch only).
meta-ivi 4.0.2 
meta-fsl-arm (dylan branch)
poky  (dylan branch)

I am able to build fsl-image-gui also. Now I am adding IVI layer to same setup.

But I am geting following error:

Nothing PROVIDES: foton image

I guess I need to use meta-ivi-4.0.2 only(not 5.0 as I will get many no recipes available error related to dbus and other). 

Regards,
Krishna
-----Original Message----- 
From: Alonso Lazcano Adrian-B38018 
Sent: Wednesday, October 23, 2013 9:31 PM 
To: Otavio Salvador 
Cc: Krishna ; meta-freescale@yoctoproject.org 
Subject: RE: [meta-freescale] meta-fsl-ivi installation 

Sure :)

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Wednesday, October 23, 2013 10:31 AM
To: Alonso Lazcano Adrian-B38018
Cc: Krishna; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] meta-fsl-ivi installation

On Wed, Oct 23, 2013 at 12:54 PM, Alonso Lazcano Adrian-B38018 <B38018@freescale.com> wrote:
> Hi Otavio, Krishna,
>
> Um, the readme file needs to be updated :P
>
> For meta-ivi checkout branch 5.0
> For meta-fsl-ivi checkout branch 5.0
> For meta-fsl-arm checkout branch dora
> For poky use "dora" branch as well

Can you please update README file?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

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

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

end of thread, other threads:[~2013-10-24  6:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5.1382468401.31928.meta-freescale@yoctoproject.org>
2013-10-23  6:40 ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Муравьев Александр Борисович
2013-10-23  8:41   ` meta-fsl-ivi installation Krishna
2013-10-23 10:07     ` Krishna
2013-10-23 11:36       ` Otavio Salvador
2013-10-23 14:54         ` Alonso Lazcano Adrian-B38018
2013-10-23 15:31           ` Otavio Salvador
2013-10-23 16:01             ` Alonso Lazcano Adrian-B38018
2013-10-24  6:07               ` Krishna
2013-10-23 11:37       ` Erik Botö
2013-10-23 11:42         ` Erik Botö
2013-10-23 14:50   ` Linux imx6qsabresd, 3.0.35-1.1.0+yocto+g21304e1 networking problem Daiane Angolini
     [not found] <mailman.2829.1382022360.2694.meta-freescale@yoctoproject.org>
2013-10-17 15:29 ` Муравьев Александр Борисович
     [not found] <mailman.2652.1381857071.2694.meta-freescale@yoctoproject.org>
2013-10-17  5:02 ` Linux imx6qsabresd " Муравьев Александр Борисович
2013-10-17 13:18   ` Daiane Angolini
2013-10-13 19:21 Муравьев Александр Борисович
2013-10-15 16:59 ` Daiane Angolini
2013-10-17 11:26   ` Aleksandr
2013-10-22 18:37     ` Daiane Angolini

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.