Re: [yocto] help

2017-03-12 Thread Suneetha Lakshmi G
Hi Khem,


Sorry for late response .

While building Kernel 4.1.17 with gcc 4.9.4 we are using gcc as a External 
toolchain (asdk-4.9.4-a7-EL-3.10-g2.19-a32nt-160219)


Regards,

Suneetha


From: Khem Raj <raj.k...@gmail.com>
Sent: Friday, March 10, 2017 11:45:23 PM
To: Suneetha Lakshmi G
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] help



On Fri, Mar 10, 2017 at 6:25 AM, Suneetha Lakshmi G 
<suneeth...@tataelxsi.co.in<mailto:suneeth...@tataelxsi.co.in>> wrote:

Hi All,


Im new to yocto and trying to build for my customer device im facing this issue.


| arm-linux-gnueabi-xgcc: error: unrecognized command line option 
'-mgeneral-regs-only'
| arm-linux-gnueabi-xgcc: error: unrecognized command line option 
'-mcmodel=large'
| make: *** [opkg-compare-versions] Error 1
| ERROR: oe_runmake failed

Please guide how to progress further.


​xgcc is internal name during building/testing gcc itself, which package it 
failing like this for you ?
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] help

2017-03-10 Thread Suneetha Lakshmi G
Hi All,


Im new to yocto and trying to build for my customer device im facing this issue.


| arm-linux-gnueabi-xgcc: error: unrecognized command line option 
'-mgeneral-regs-only'
| arm-linux-gnueabi-xgcc: error: unrecognized command line option 
'-mcmodel=large'
| make: *** [opkg-compare-versions] Error 1
| ERROR: oe_runmake failed

Please guide how to progress further.

Regards,
Suneetha





From: yocto-boun...@yoctoproject.org  on behalf 
of yocto-requ...@yoctoproject.org 
Sent: Friday, March 10, 2017 7:20 PM
To: yocto@yoctoproject.org
Subject: yocto Digest, Vol 78, Issue 45

Send yocto mailing list submissions to
yocto@yoctoproject.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.yoctoproject.org/listinfo/yocto
or, via email, send a message with subject or body 'help' to
yocto-requ...@yoctoproject.org

You can reach the person managing the list at
yocto-ow...@yoctoproject.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of yocto digest..."


Today's Topics:

   1. Re: Raspberry Pi2 Fails to boot into LXDE. (Steve Plant)
   2. Re: update mechanisms (Kristian Amlie)
   3. Proposal: dealing with language-specific build
  tools/dependency management tools (Alexander Kanavin)


--

Message: 1
Date: Fri, 10 Mar 2017 13:31:40 +
From: Steve Plant 
To: Gary Thomas 
Cc: "yocto@yoctoproject.org" 
Subject: Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.
Message-ID:



Content-Type: text/plain; charset="iso-8859-1"

Thanks Gary,


You where spot on! I have now been able to SSH into the rpi and have posted the 
Xorg.log file to the mailing list.


I think Xorg is failing to load correctly because it cannot find the evdev 
module. Looking into how to fix this now..


Regards, Steve.



From: yocto-boun...@yoctoproject.org  on behalf 
of Gary Thomas 
Sent: Friday, 10 March 2017 5:42 a.m.
To: yocto@yoctoproject.org
Subject: Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

On 2017-03-10 01:55, Steve Plant wrote:
> OK, I have spent the last day googling my heart out trying to find the 
> Xorg.log file without any luck.
>
>
> The problem is that due to the rpi hanging on boot, the only way I can access 
> the SD card to look for the file is place
> it in a USB SD card reader and use my VirtualBox based Debian to "ls" 
> directores etc.
>
> Having established that there is no file located at /var/log/Xorg.log (there 
> isn't a log directory) but there is a
> symbolic link in the var directory - goes nowhere.
>
>
> After goggling I discovered that the file could also be in the 
> ~/.local/share/xorg/Xorg.0.log, however if I try to look
> there I get "permission denied" and cannot seem to get to the root directory 
> of the card and I can't find a way around
> this as I'm trying to access this directory through the USB card reader.
>
>
> Looked everywhere with no answers, Is there anyone who could help me here??

/var/log is on a volatile file system (i.e. it does not live on the SD card)

If you can get into your board via SSH, you can copy the file and send it

> 
> *From:* Khem Raj 
> *Sent:* Wednesday, 8 March 2017 5:17 p.m.
> *To:* Steve Plant
> *Cc:* yocto@yoctoproject.org
> *Subject:* Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.
>
> On 17-03-08 12:40:51, Steve Plant wrote:
>> Hi All,
>>
>>
>> Very new to all this linux world, and especially Yocto.
>>
>>
>> I'm working on a embedded project at the moment using a raspberry pi2 board.
>>
>>
>> I have used toaster with Morty 2.2 to compile an image 
>> using"rpi-basic-image", to this I have added the following bitbake variables:
>>
>> Bitbake variables
>>
>> DISTRO
>> poky
>> DL_DIR
>> /home/steve/poky/downloads
>> IMAGE_FSTYPES
>> ext3 jffs2 tar.bz2 rpi-sdimg
>> IMAGE_INSTALL_append
>> packagegroup-core-x11-base packagegroup-lxde-base connman
>> PACKAGE_CLASSES
>> package_rpm
>> SSTATE_DIR
>> /home/steve/poky/sstate-cache
>>
>> DISABLE_OVERSCAN
>> 1
>> GPU_MEM_1024
>> 512
>>
>> I have dd'ed the image to an SD card increased the sdb2 partition to the max 
>> size and powered up the rpi. Everything looks fine to start with, as it 
>> displays the four raspberrys in the top left, then the white "Yocto Project" 
>> splash screen complete with small blue dot to the side appears, the progress 
>> bar moves across to 100 percent, then the screen turns black with a white
> cursor in the middle and it appears to freeze 

[yocto] (no subject)

2017-03-10 Thread Suneetha Lakshmi G

suneeth...@tataelxsi.co.in


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto