Hi all ,
I am using the QorIQ-SDK-V1.8 SDK for the toolchain generation for my ARM
board . I followed the instructions in
http://www.freescale.com/infocenter/topic/QORIQSDK/6735542.html and was
able to successfully generate the toolchain and install the same.
I was also able to cross compile my h
Hi Sarayu K S,
The fsl-toolchian includes the very basic packages of cross-compile support by
default, to add the more headers and libraries, you can edit
meta-fsl-networking/images/fsl-toolchain.bb to add corresponding packages and
rebuild fsl-toolchain.
For the specific case, you can do the
Ping ...
On 04/02/2015 10:26 AM, rongqing...@windriver.com wrote:
From: Roy Li
The ls command is used to check if the file exists, and it is normal that
the checked file does not exist, so drop the ls error ouput:
ls: cannot access ./doc/fdl.texi: No such file or directory
Signed-off
On Thursday 23 July 2015 15:28:43 Victor Rodriguez wrote:
> On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
> wrote:
> > On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
> >> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
> >>
> >> wrote:
> >> > On 07/21/2015 10:45 AM, Victor Rodrigu
One correction.
Do the following change for meta-fsl-networking/images/fsl-toolchain.bb
diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb
index 88625c0..82c2614 100644
--- a/images/fsl-toolchain.bb
+++ b/images/fsl-toolchain.bb
@@ -11,6 +11,7 @@ TOOLCHAIN_TARGET_TASK += " \
libg
Current Dev Position: 1.9 Milestone 2 (M2)
Next Deadline: M2 cut off of July 27th at noon GMT
SWAT team rotation: Cristian -> Randy
https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team
Key Status/Updates:
* YP 1.9 M2 rc2 is out of QA and will be released shortly. The full test
The autobuilder was specifying the test list explicitly in several buildsets
because in the past the SMART and RPM tests didn't skip automatically on non-RPM
images. However we're removing the dmesg test as it is obsolete (replaced by
parselogs) but the autobuilder still attempts to run it.
Now t
Thanks for the quick response .
That worked for me .
Thanks and Regards,
Sarayu K S
Tech Lead
Zaikenn Technologies
On Fri, Jul 24, 2015 at 2:47 PM, Luo Zhenhua
wrote:
> One correction.
>
>
>
> Do the following change for meta-fsl-networking/images/fsl-toolchain.bb
>
>
>
> diff --git a/images/f
I was trying to run a simple fetch from python using
url = 'https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg'
filedata = urllib2.urlopen(url).read()
This failed:
Traceback (most recent call last):
File "./edge.py", line 36, in
filedata = urllib2.urlopen(ur
Måns Andersson writes:
>
> Does anyone know about a problem with dropbear and openssh-sftp-server on
Yocto Fido?
>
> After upgrading my build from Dora to Fido the deployment of builds from
QtCreator (3.2.2) to my qemuarm
> build stopped working. It just hangs waiting as if it's working, i.e. n
Hi Gary,
What version of python do you use?.
Since 2.7.9 cert checking is enabled by default causing this kind of
errors. [1]
[1] https://www.python.org/dev/peps/pep-0476/
Kind regards,
alimon
On 24/07/15 13:02, Gary Thomas wrote:
I was trying to run a simple fetch from python using
On Fri, Jul 24, 2015 at 11:02 AM, Gary Thomas wrote:
> I was trying to run a simple fetch from python using
> url = '
> https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg'
> filedata = urllib2.urlopen(url).read()
>
> This failed:
> Traceback (most recent call last)
On 2015-07-24 13:30, Aníbal Limón wrote:
Hi Gary,
What version of python do you use?.
Since 2.7.9 cert checking is enabled by default causing this kind of errors. [1]
[1] https://www.python.org/dev/peps/pep-0476/
Kind regards,
alimon
I'm using the stock python 2.7.9 from Poky/Yocto
ma
On 24/07/15 14:49, Gary Thomas wrote:
On 2015-07-24 13:30, Aníbal Limón wrote:
Hi Gary,
What version of python do you use?.
Since 2.7.9 cert checking is enabled by default causing this kind of
errors. [1]
[1] https://www.python.org/dev/peps/pep-0476/
Kind regards,
alimon
I'm using t
On Fri, Jul 24, 2015 at 12:49 PM, Gary Thomas wrote:
> On 2015-07-24 13:30, Aníbal Limón wrote:
>
>> Hi Gary,
>>
>> What version of python do you use?.
>>
>> Since 2.7.9 cert checking is enabled by default causing this kind of
>> errors. [1]
>>
>> [1] https://www.python.org/dev/peps/pep-0476/
>>
On 2015-07-24 14:09, Christopher Larson wrote:
On Fri, Jul 24, 2015 at 12:49 PM, Gary Thomas mailto:g...@mlbassoc.com>> wrote:
On 2015-07-24 13:30, Aníbal Limón wrote:
Hi Gary,
What version of python do you use?.
Since 2.7.9 cert checking is enabled by default cau
Hi all,
We are having problems adding extra files/removing files from the generated
file system in Yocto. We've had success with using a do_install command in
our own bb file and using commands in the format rsync -avz test.txt
${D}{sysconfdir}, however we can't write to some paths (i.e. writing
On 15-05-29 10:40:35, Matthew Karas wrote:
> I am trying to configure dropbear to do the following.
>
> 1) Only listen on port 22 of the tun0 interface (made by openvpn service).
> 2) Only use public key authorization.
>
> To do this I've overridden the dropbear.socket file with my own.
>
>
On 15-07-24 14:27:09, Lorin Vandegrift wrote:
> Hi all,
>
> We are having problems adding extra files/removing files from the generated
> file system in Yocto. We've had success with using a do_install command in
> our own bb file and using commands in the format rsync -avz test.txt
> ${D}{syscon
On 15-07-24 19:20:22, Adam Sherman wrote:
> Måns Andersson writes:
>
> >
> > Does anyone know about a problem with dropbear and openssh-sftp-server on
> Yocto Fido?
> >
> > After upgrading my build from Dora to Fido the deployment of builds from
> QtCreator (3.2.2) to my qemuarm
> > build stopp
On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas wrote:
> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>
>> Hi team
>>
>> I have a question , according to documentation there is a difference
>> between
>>
>> IMAGE_INSTALL_append
>>
>> and
>>
>> CORE_IMAGE_EXTRA_INSTALL
>>
>> Specifies the list of pac
21 matches
Mail list logo