[yocto] Error to Build Arago Yocto Project

2013-07-11 Thread Amit Kumar
Hi, I am building the Arago Yocto Project first time. I have follow the steps given in the Arago Project link - http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment#Detailed_Setup Error Log is - amit@amit-HP:~/tisdk/build$ MACHINE=am335x-evm bitbake core-image-minimal

[yocto] Yocto-1.4 Build error.

2013-07-15 Thread Amit Kumar
Hi, I am facing an error to build the fresh Yocto Project default disto Poky. I am using the following steps: [1] Ubuntu-12.04 [2] Install the required packages. [3] Download the latest yocto-1.4 release, poky-9.0.1.tar.bz2 [4] untar it - "tar xvjf poky-9.0.1.tar.bz2" [5] cd poky.9.

[yocto] Regarding offline build

2013-07-16 Thread Amit Kumar
Hi, I have quarry regarding the Yocto Project build offline. Is that possible to build the Yocto Project with internet access? I have download the poky-.tar.bz2, now I wants to build it independently without having internet connection. Do I need to download any other packages also to b

[yocto] Arago project image fail to run in QEMU

2013-07-19 Thread amit kumar
let me know if I have to do something else to run the image under QEMU. -- Thanks & Regards Amit Kumar ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Arago project image fail to run in QEMU

2013-07-21 Thread amit kumar
ilt to run on hardware cannot be run on qemu right now.. > > Virtualization is only available upto processor level, and not the > complete hardware...! > > Which processor is keystone-II using..? > > Best, > Sudhangathan B S > > > amit kumar wrote: >> &

Re: [yocto] Regarding offline build

2013-07-21 Thread Amit Kumar
Lee Ballard Platform Software Principal Engineer Dell | Enterprise Product Group From: yocto-boun...@yoctoproject.org<mailto:yocto-boun...@yoctoproject.org> [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Amit Kumar Sent: Tuesday, July 16, 2013 6:22 AM To: yocto@yoctoproject.org<

Re: [yocto] Regarding offline build

2013-07-22 Thread Amit Kumar
it K From: lee_ball...@dell.com [lee_ball...@dell.com] Sent: Monday, July 22, 2013 7:49 PM To: Amit Kumar; yocto@yoctoproject.org Subject: RE: Regarding offline build Here are the lines in our local.conf that make it work. If you want you can use a local http mirror instead of file. DL

Re: [yocto] Regarding offline build

2013-07-23 Thread Amit Kumar
Hi, Please find the error log in text format. -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Tuesday, July 23, 2013 3:21 PM To: Amit Kumar Cc: lee_ball...@dell.com; yocto@yoctoproject.org Subject: Re: [yocto] Regarding offline build On

Re: [yocto] Regarding offline build

2013-07-23 Thread Amit Kumar
& Regards Amit K From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Tuesday, July 23, 2013 4:05 PM To: Amit Kumar Cc: lee_ball...@dell.com; yocto@yoctoproject.org Subject: Re: [yocto] Regarding offline build Amit Kumar wrote: > > To build

[yocto] FW: Regarding offline build

2013-07-24 Thread Amit Kumar
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Amit Kumar Sent: Wednesday, July 24, 2013 8:10 AM To: Paul Eggleton Cc: yocto@yoctoproject.org; lee_ball...@dell.com Subject: Re: [yocto] Regarding offline build Hi, I have

Re: [yocto] FW: Regarding offline build

2013-07-24 Thread Amit Kumar
to-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas [g...@mlbassoc.com] Sent: Wednesday, July 24, 2013 7:17 PM To: yocto@yoctoproject.org Subject: Re: [yocto] FW: Regarding offline build On 2013-07-24 06:48, Amit Kumar wrote: > > > -Original Mes

Re: [yocto] FW: Regarding offline build

2013-07-25 Thread Amit Kumar
om: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] On Behalf Of Amit Kumar [amit.ku...@lntinfotech.com] Sent: Wednesday, July 24, 2013 10:05 PM To: Gary Thomas; yocto@yoctoproject.org Subject: Re: [yocto] FW: Regarding offline build > Hi, > I have tried the steps s

[yocto] Build packages-ssh,telnet,alsa and other package for arm

2013-08-13 Thread Amit Kumar
Hi, Using the Yocto Project 1.4, I want to build the packages like ssh, telnet, alias and other library packages for arm. I am not getting an idea how I should have to add those packages in my build environment. I want to build them and test, using the QEMU, is that possible? I want

Re: [yocto] Build packages-ssh, telnet, alsa and other package for arm

2013-08-16 Thread Amit Kumar
e the image-sato size or include the gtk support in core-image-base? Thanks & Regards Amit K From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, August 14, 2013 11:37 AM To: Amit Kumar Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build packages-ssh,telnet,alsa and other package for ar

[yocto] OE recipes- linphone build error in poky-9.0.0 build environment

2013-08-27 Thread Amit Kumar
Hi, I wants to build the recipes name linphone(SIP-based IP phone) with poky-9.0.0 build environment. I found he linphone recipes under the "angstrom-openembedded". In my poky build environment I have created the new layer, name linphone, and copy the .bb files. But when i am building it thr

Re: [yocto] OE recipes- linphone build error in poky-9.0.0 build environment

2013-08-29 Thread Amit Kumar
n and 2 failed. Waiting for 0 running tasks to finish: Summary: 2 tasks failed: // Do anyone knows how to fix the LIC_FILES_CHKSUM for libosip2 .bb file or linphone .bb file. Please suggest me how to fix this error. Thanks & Regards Amit K. Fr

[yocto] Build all linux utility's without busybox

2013-09-15 Thread Amit Kumar
Hi, I wanted to build the poky image "core-image-minimal" without busybox support. Is that possible? If it's possible how can we do it. I wants to build the all busybox supported utility without busybox. I wants to build them separately. I don't want the busybox, if anyone has an idea ple

[yocto] how to enable the LTP in core-image-basic

2013-10-17 Thread Amit Kumar
Hi, I wants to use the LTP test suite provided by yocto project. But I don't know how to enable it for "core-image-basic". Can anyone help me to enable the LTP in "core-image-basic"? Thanks & Regards Amit K The contents of this e-mail and any attachme

[yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Amit Kumar
Hi, I wants to use the LTP test suite provided by yocto project. But I don't know how to enable it for "core-image-basic". Can anyone help me to enable the LTP in "core-image-basic"? Thanks & Regards Amit K The contents of this e-mail and any attachme

[yocto] How to enable the LTP in “core-image-basic”

2013-10-19 Thread Amit Kumar
Hi, How to enable the LTP in “core-image-basic” I have tried to enable the LTP for “core-image-basic” for that i have edit “core-image-basic.bb” --> IMAGE_FEATURES += "ssh-server-openssh ltp" but the final executable image does not contains the ltp utiltiy. Than i tried the add the “tools-tes

[yocto] FW: How to enable the LTP in “core-image-basic”

2013-10-20 Thread Amit Kumar
ully on QEMU as well as target. Thanks a lot for the support. Thanks & Regards Amit K From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] On Behalf Of Amit Kumar [amit.ku...@lntinfotech.com] Sent: Sunday, October 20, 2013 7:24 AM

[yocto] telnetd is not running with "core-image-basic"

2013-10-25 Thread Amit Kumar
Hi, I tried to run the telnetd with "core-image-basic". I follow up the following step to enable the telnetd support in my layer. I have build the latest inetutils recipe with my layer, the latest version of inteutils is "intetutils_1.9.1". I have build the packages successful. But the telne

Re: [yocto] telnetd is not running with "core-image-basic"

2013-10-27 Thread Amit Kumar
hat. Thanks Amit K -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Sunday, October 27, 2013 10:29 PM To: yocto@yoctoproject.org Subject: Re: [yocto] telnetd is not running with "core-image-basic" On 2013

Re: [yocto] telnetd is not running with "core-image-basic"

2013-10-28 Thread Amit Kumar
ion which is "/usr/libexec/" It's working well now. Thanks Regards Amit K -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Amit Kumar Sent: Monday, October 28, 2013 12:14 PM To: Gary Thomas; yocto@yoctoproject.

[yocto] build stripped rootfs

2013-10-31 Thread Amit Kumar
Hi, I have quarry - How to build the stripped rootfs? Is the yocto build rootfs image has all the stripped packages or do we need to do something else for that? Please help me out how to create the stripped rootfs image. I am using the poky-9.0.1 . Thanks & Regards Amit K _

[yocto] kernel config required for rt-kernel

2013-11-04 Thread Amit Kumar
Hi, I need help to build a rt-kernel. Is anyone knows about the real-time kernel configurations? How can I build a real-time kernel? What all are the kernel configuration need to be enable for rt-kernel? Thanks & Regards Amit K The contents of this e-

[yocto] qemux86 and generic86

2015-08-05 Thread Amit Kumar
Hi, I have a basic doubts on qemux86 build application image is not working on generic86 target. Suppose I have a application which I would like to test on target board, but the target board is not yet ready. If I will want to test that application I will use the qemu to test. But if I build t