[yocto] First UBI build

2013-06-27 Thread DAMARLA Satya Swaroop
Hi Guys, I had great success and actually feel yocto with building images. Now I want to run the image from the flash drive and trying to build a UBIFS but I get strange errors which I didnot get when I am building a normal tar.gz file for the SDCARD. The error is as follows... Can you guys

Re: [yocto] First UBI build

2013-06-27 Thread DAMARLA Satya Swaroop
need change. ** ** MKUBIFS_ARGS = -m 512 -e 15360 -c 3600 UBINIZE_ARGS = -p 16KiB -m 512 -s 512 ** ** ** ** Best Regards, ** ** Zhenhua ** ** *From:* yocto-boun...@yoctoproject.org [mailto: yocto-boun...@yoctoproject.org] *On Behalf Of *DAMARLA Satya

[yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread DAMARLA Satya Swaroop
Hello Guys, I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now, when I wanted to develop a Qt application for my image, I compiled a toolchain but unfortunately, I don't find qmake installed. After browsing the directories I found the

Re: [yocto] Installing .deb file in Build

2013-06-26 Thread DAMARLA Satya Swaroop
DAMARLA Satya Swaroop wrote: I am trying to install .deb file and the recipe is as follows... may I ask you what is the mistake that is not allowing it to build it into the rootfilesystem *UMMARY = Bootstrapper from Skidata* *DESCRIPTION = For the moment it just installs the .deb file

Re: [yocto] Installing .deb file in Build

2013-06-26 Thread DAMARLA Satya Swaroop
Yes, I think something wrong happened to my eyes and now its working .. Cheers, Satya On Wed, Jun 26, 2013 at 1:16 PM, Erik Botö erik.b...@pelagicore.com wrote: On Wed, Jun 26, 2013 at 11:16 AM, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com wrote: Ok I did remove the stuff and I

[yocto] NAND Filesystems

2013-06-26 Thread DAMARLA Satya Swaroop
Hi Guys, Google doesnot provide a good link but may I ask you where can I search for NAND filesystems that yocto supports for the target Greets, Satya ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] NAND Filesystems

2013-06-26 Thread DAMARLA Satya Swaroop
I think I found the solution... Its in image_types.bbclass On Wed, Jun 26, 2013 at 5:08 PM, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com wrote: Hi Guys, Google doesnot provide a good link but may I ask you where can I search for NAND filesystems that yocto supports for the target

[yocto] Adding users and their rights

2013-06-25 Thread DAMARLA Satya Swaroop
Hi, I would like to know if its possible to add users and theri rights at the build itself... I know tinylogin provides the adduser to the target but how can I do it at the build is the issue here.. Suggestions are deeply appreciated Greets, Satya ___

Re: [yocto] Installing .deb file in Build

2013-06-25 Thread DAMARLA Satya Swaroop
.* Where did I make the error. I created two packages here and I put those packages in my rootfs... Suggestions please, Greets, Satya On Thu, Jun 20, 2013 at 12:09 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 19 June 2013 09:10:20 DAMARLA Satya Swaroop wrote: I have

Re: [yocto] Adding a mount for a second partition

2013-06-21 Thread DAMARLA Satya Swaroop
Hi, If I am not wrong the file mount.sh in udev already does this but I dont know if it different for a live image ... On Fri, Jun 21, 2013 at 10:37 AM, Paul D. DeRocco pdero...@ix.netcom.comwrote: My image is a live image that is booted from a flash drive. The drive actually has two

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
Any reasons why toolchains compile wihtout any issues on sysvinit and not with systemd? On Wed, Jun 19, 2013 at 3:11 PM, DAMARLA Satya Swaroop swaroop.dama...@gmail.com wrote: Yes... I thought the same and so, I made two build directories , one for sysvinit and the other for systemd

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
Hi Khem, May I ask you where I have to set that because I dont see anything like sysvinit has been set ... would be greatfull if you can tell me that Greets, Satya On Thu, Jun 20, 2013 at 9:29 AM, Khem Raj raj.k...@gmail.com wrote: On Jun 20, 2013, at 12:12 AM, DAMARLA Satya Swaroop

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
: On Thursday 20 June 2013 00:29:23 Khem Raj wrote: On Jun 20, 2013, at 12:12 AM, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com wrote: Any reasons why toolchains compile wihtout any issues on sysvinit and not with systemd? On Wed, Jun 19, 2013 at 3:11 PM, DAMARLA Satya Swaroop

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
I think you guys are right and now I am able to build the toolchain perfectly On Thu, Jun 20, 2013 at 12:06 PM, Burton, Ross ross.bur...@intel.comwrote: On 20 June 2013 10:07, DAMARLA Satya Swaroop swaroop.dama...@gmail.com wrote: The udev version to ve installed is 182-r7 bu I dont

Re: [yocto] No crosscompiler in Toolchain

2013-06-20 Thread DAMARLA Satya Swaroop
that you were trying to build, etc? As to your image particular toolchain, since we’re lacking the data how you customize your image, it’s really hard for us to nail down your issue unfortunately. ** ** Thanks, Jessica ** ** *From:* DAMARLA Satya Swaroop

[yocto] Installing .deb file in Build

2013-06-19 Thread DAMARLA Satya Swaroop
Hey, I have a .deb file which has to be installed. It installs properly on the target image but I want to install it at the build itself by creating a bitbake recipe.. Is it possible to install .deb files or not? If possible, please suggest me so that I can make it.. Greets, Satya

[yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread DAMARLA Satya Swaroop
I think I had to open the issue as its not closed... Here is more clarity The issue is I decided the problem may be with init_manager. I did two builds one with sysvinit using traditional Poky distro and other one is uisng systemd using new distribution which is different as we need a new

[yocto] Default init_manager

2013-06-18 Thread DAMARLA Satya Swaroop
Hi All, *DISTRO_FEATURES_INITMAN = systemd* is not working... Is there anyother way to chnage the init manager from sysvinit to systemd Greets, Satya ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] No crosscompiler in Toolchain

2013-06-14 Thread DAMARLA Satya Swaroop
a toolchain with the crosscompiler... I have no idea why the others didnot create a toolchain with cross compiler for me. I think this has to be discussed in more detail.. For now have a wonderful weekend Warm regards from Austria, Satya On Thu, Jun 13, 2013 at 9:16 AM, DAMARLA Satya Swaroop

Re: [yocto] No crosscompiler in Toolchain

2013-06-13 Thread DAMARLA Satya Swaroop
Hi, Any updates on this issue why there is no cross compiler in the toolchain we build... I think this is pretty important unfortunately I am not able to find the cause.. Help is deeply appreciated.. Greets, Satya On Wed, Jun 12, 2013 at 7:12 AM, DAMARLA Satya Swaroop satyaswaroop.dama

[yocto] No crosscompiler in Toolchain

2013-06-11 Thread DAMARLA Satya Swaroop
Gentlemen! We have a problem here... I compiled the toolchain using the command *bitbake core-image-skidata -c populate_sdk *and installed the toolchain but I have to tell you that I dont see any cross-compiler installed with the toolchain... Any guesses what could be the reason.. The image is

Re: [yocto] No crosscompiler in Toolchain

2013-06-11 Thread DAMARLA Satya Swaroop
: On Tue, Jun 11, 2013 at 5:59 AM, DAMARLA Satya Swaroop swaroop.dama...@gmail.com wrote: Gentlemen! We have a problem here... Not all here are gentlemen :) I compiled the toolchain using the command bitbake core-image-skidata -c populate_sdk and installed the toolchain but I have to tell

Re: [yocto] No crosscompiler in Toolchain

2013-06-11 Thread DAMARLA Satya Swaroop
...@yoctoproject.org [mailto: yocto-boun...@yoctoproject.org] *On Behalf Of *DAMARLA Satya Swaroop *Sent:* Tuesday, June 11, 2013 11:55 AM *To:* Jeff Osier-Mixon; yocto@yoctoproject.org *Subject:* Re: [yocto] No crosscompiler in Toolchain ** ** First I am sorry about the Gentlemen Next

Re: [yocto] Application Development

2013-06-07 Thread DAMARLA Satya Swaroop
installed packages # (useful if you want to develop against libs in the image) Greets, Satya On Thu, Jun 6, 2013 at 1:07 PM, DAMARLA Satya Swaroop swaroop.dama...@gmail.com wrote: Hi Jessica Philip, I have an issue... This is such a long error ... I even did a fresh

Re: [yocto] Application Development

2013-06-06 Thread DAMARLA Satya Swaroop
Hi Jessica Philip, I have an issue... This is such a long error ... I even did a fresh build by deleting the tmp directory. The image build went very well but the toolchain is always giving me a error... *| Selecting previously unselected package xz-dev.* *| Unpacking xz-dev (from

Re: [yocto] Application Development

2013-06-06 Thread DAMARLA Satya Swaroop
Hi Jessica Philip, I have an issue... This is such a long error ... I even did a fresh build by deleting the tmp directory. The image build went very well but the toolchain is always giving me a error... *| Selecting previously unselected package xz-dev.* *| Unpacking xz-dev (from