[yocto] How to build yocto as a root user?

2016-08-09 Thread jags gediya
I am facing issues while build yocto as root user on ubuntu 14.04. How can i build as a root user? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] regarding bbappend file

2016-07-22 Thread jags gediya
Hi All, Can i have 2 bbappend file for single recipe? I want to add something to the recipe whom bbappend file is already available but i don't want to modify that file directly. I want to add new bbappend file for that recipe in my custom layer, Is it possible? --

[yocto] how to clean externalsrc?

2016-07-13 Thread jags gediya
I am building external kernel source for imx7 board. I have done below changes for it, it is working fine while build. inherit externalsrc EXTERNALSRC = /path/to/kernel/ EXTERNALSRC_BUILD = /path/to/kernel but when i do clean through bitbake, clean is not happening in externalsrc pointed

[yocto] /etc directory path in yocto

2014-10-21 Thread jags gediya
Hi All, I am compiling the custom recipie and i am getting the error in do_install function. Below is the do_install function do_install() { oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \ INCLUDEDIR=${includedir} } Error:

[yocto] Start daemon or execute script at boot time

2014-09-19 Thread jags gediya
Hi All, If i want to execute some thing or start daemon at boot time, where can i make changes in yocto source code, so that it reflects in the file-system? Thanks, Jags -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] package or library for NAT traversal in yocto

2014-09-08 Thread jags gediya
We are using yocto for custom device which will communicate with the other mobile devices over the internet. For that we need some package which can be used to traverse behind the NAT. like libjingle, XMPP etc. In yocto, is there any package available for this kind of functionality? I Thanks,

[yocto] Building own kernel instead of taking from git

2014-09-07 Thread jags gediya
I want to build my kernel source code in yocto. For that i have modified the required linux-imx.inc file. Inside that i have given kernel source directory in SRC_URI and S variable. Is this approach fine, or is there any better solution i can get? --

[yocto] hostapd and other packages with yocto for imx6sl-evk

2014-09-01 Thread jags gediya
I am adding packages on core-image-minimal according to my requirement for imx6sl based custom board. For that i am changing the below file. poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb I have made below changes, RDEPENDS_${PN} = \ base-files \ base-passwd \

[yocto] Fresh Yocto build for i.MX6SLEVK giving error related to eglibc

2014-09-01 Thread jags gediya
I have done some modification in the machine conf file. MACHINE_FEATURES += pci wifi bluetooth alsa usbhost usbgadget serial DISTRO_FEATURES += pulseaudio ipv4 ipv6 usbhost usbgadget I am building core-image-minimal. According to my requirement i have done some changes inside,

[yocto] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread jags gediya
I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other packages on that. By default , core-image-base have Bluez4, but i want to use Bluez5. How can i remove default Bluez4 from core-image-base? --

Re: [yocto] do_rootfs is throwing errors

2014-07-16 Thread jags gediya
How can i set file system permission and mask? On Wed, Jul 16, 2014 at 12:00 AM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jul 14, 2014 at 8:53 AM, jags gediya jags.ged...@gmail.com wrote: Exception: OSError: [Errno 13] Permission denied ERROR: Function failed: do_rootfs ERROR: Logfile

[yocto] Compiler on board

2014-07-16 Thread jags gediya
Hi All, Is it possible to have compiler in the yocto image? I want to compile some code on board itself instead of cross compiling it on host system? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Yocto build is taking too long time in kernel do_package and do_populate_sysroots

2014-07-14 Thread jags gediya
I am a newbie to yocto. For the purpose of check in code on svn, I have deleted all .git, .gitignore and .repo file from yocto before built. Then i have checked out that code from svn and started the yocto built. But my compilation used to stop at below point for more than an hour. Currently 2

[yocto] do_rootfs is throwing errors

2014-07-14 Thread jags gediya
Currently 1 running tasks (1771 of 1777): Currently 1 running tasks (1771 of 1777): Currently 1 running tasks (1771 of 1777): ERROR: Error executing a python function in /home/jags/Projects/asai_iotg/asai_iotg/src/sources/poky/meta/recipes-core/images/core-image-minimal.bb: The stack trace of

[yocto] pack kernel modules in file system

2014-07-12 Thread jags gediya
I am building yocto for imx6sl evolution kit. After built, all the images are available in tmp/deploy/images/imx6slevk but kernel modules are not available in /lib/modules/... directory of the file system. some other files are available in /lib/modules/.. like modules.dep etc. but kernel modules

[yocto] yocto build taking too long time

2014-07-10 Thread jags gediya
When i run command bitbake core-image-minimalm my build stops at NOTE: Preparing runqueue and after taking too long time it continues again. Is build checks anything at that point? Thanks, Jags Gediya -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] delete .git and .repo to check in svn

2014-07-09 Thread jags gediya
I want to check in yocto sdk on svn. so i am planning to delete all .git and .repo directory from it. Will it create any problem in new build after check out from svn? -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] unable to get checksum SRC_URI file could not be found

2014-07-09 Thread jags gediya
I am building yocto for freescale imx6sl evolution kit. For checking in source code on svn , i have deleted all .git and .gitignore from the meta directories. Then i have checkout the source code, and tried to build that. While building i am getting the warning Unable to get checksum for rfkill

[yocto] kernel source code

2014-07-08 Thread jags gediya
I have run below command bitbake -c fetchall core-image-minimal It has created downloads directory and packages source codes are there inside, but i am not able to find the kernel and u-boot source code. I have build core-image-minimal without internet connectivity, and kernel and u-boot have