Re: [yocto] How to add disk space to qemumips image

2015-12-20 Thread Raghavendra Kakarla
Hi All,

I am try to build the nodejs-5.3 in yocto but I got the following errors.

That errors also not consistent. They are changes for compile to compile.

Could you please help in solving this issue.

The errors are as follows:

mips32r22r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o
| make[1]: execvp: printf: Argument list too long
| make[1]: *** 
[/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/deps/openssl/libopenssl.a]
 Error 127
| make[1]: *** Waiting for unfinished jobs.



Log data follows:
| DEBUG: Executing shell function do_compile
| make -C out BUILDTYPE=Release V=1
| make[1]: Entering directory 
`/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out'
|   
LD_LIBRARY_PATH=/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/lib.host:/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/lib.target:$LD_LIBRARY_PATH;
 export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p 
/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/v8_snapshot/geni;
 
"/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/mksnapshot"
 --log-snapshot-positions --logfile 
"/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/v8_snapshot/geni/snapshot.log"
 "/media/testus
 
er/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/v8_snapshot/geni/snapshot.cc"
 ""
| /bin/sh: 
/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/mksnapshot:
 cannot execute binary file: Exec format error
| make[1]: *** 
[/media/testuser/b156d50b-387f-4037-b97b-e0de6259af11/home/testpc2/poky/build/tmp/work/mips32r2-poky-linux/nodejs/5.3.0-r1.0/node-v5.3.0/out/Release/obj.target/v8_snapshot/geni/snapshot.cc]
 Error 126

Thanks in advance.

Regards,
Raghavendra K.

From: Khem Raj 
Sent: Monday, December 21, 2015 3:24 AM
To: Raghavendra Kakarla
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] How to add disk space to qemumips image

On Sun, Dec 20, 2015 at 1:03 AM, Raghavendra Kakarla
 wrote:
> Hi All,
>
>
> I want to install some package using nodjs. The package itself having the
> more memory but in my qemumips I have 1000MB of free diskspace.
>
>
> Could please help in adding the extra diskspace to qemimips image.

Read Documentation e.g.

http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-IMAGE_ROOTFS_EXTRA_SPACE
http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-IMAGE_OVERHEAD_FACTOR

>
>
> Thanks in advance.
>
>
> Regards,
>
> Raghavendra K.
>
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] How to add disk space to qemumips image

2015-12-20 Thread Khem Raj
On Sun, Dec 20, 2015 at 1:03 AM, Raghavendra Kakarla
 wrote:
> Hi All,
>
>
> I want to install some package using nodjs. The package itself having the
> more memory but in my qemumips I have 1000MB of free diskspace.
>
>
> Could please help in adding the extra diskspace to qemimips image.

Read Documentation e.g.

http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-IMAGE_ROOTFS_EXTRA_SPACE
http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-IMAGE_OVERHEAD_FACTOR

>
>
> Thanks in advance.
>
>
> Regards,
>
> Raghavendra K.
>
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] How to add disk space to qemumips image

2015-12-20 Thread Raghavendra Kakarla
Hi All,


I want to install some package using nodjs. The package itself having the more 
memory but in my qemumips I have 1000MB of free diskspace.


Could please help in adding the extra diskspace to qemimips image.


Thanks in advance.


Regards,

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