Re: [yocto] libtomcrypt libtomfastmath recipe

2016-10-20 Thread Vivek Per
PR = "1" > > S = "${WORKDIR}/git" > > inherit autotools-brokensep > > SRC_URI[md5sum] = "d2f152e4dc83ee4cdb1b4f1a4866fe7f" > SRC_URI[sha256sum] = "d0ff89397f9a5fd1d13b1cbc419d5d > 426e14473135515d72bfcb58e5babf5032" > > >

Re: [yocto] libtomcrypt libtomfastmath recipe

2016-10-20 Thread Vivek Per
Hi All, Thank you very much this recipe worked for me. Thanks and Regards, On Thu, Oct 20, 2016 at 3:40 AM, Burton, Ross wrote: > Please considering posting these recipe into meta-oe or similar, tomcrypt > etc comes up every few months. And posting a recipe to the

[yocto] libtomcrypt libtomfastmath recipe

2016-10-19 Thread Vivek Per
Hi, I am trying to build tomfastmath and tomcrypt shared libraries using yocto, I couldn't get recipes for libtomcrypt and tomfastmath in web. So started to write one but i am failing to write correct recipe every time. the skeleton i used is both the recipes S = "${WORKDIR}/git" inherit

[yocto] How to add some additional enviroment variables to /etc/profile file while building IMAGE

2016-03-07 Thread Vivek Per
Hi, i want to add some additional enviroment variables in /etc/profile file. How can i add these while building, so that it reflect in my target image. Thanks and regards vivek -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Which package provides reboot.target and shudown.target

2016-03-06 Thread Vivek Per
HI, Thanks for your help, Does "reboot.target" comes form any package or we have to manually write those service/target files . Thanks and regards Vivek On Sat, Mar 5, 2016 at 5:02 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, Mar 4, 2016 at 5:25 PM, Vivek Per

[yocto] Which package provides reboot.target and shudown.target

2016-03-04 Thread Vivek Per
Hi, I am using systemd in my target, Currently I am using "reboot -f" to reboot the system, i don't want to reboot like that. I am not able to reboot my system by simply using "reboot" , because I am using systemd not sysvinit. In sysvinit it internally calls "telinit" (or)

[yocto] which package provides shutdown command

2016-03-01 Thread Vivek Per
Hi, When i try to use reboot command(which is from busybox) on target it is invoking telinit (which is sysvinit, runlevel 6 ). Currently i am building image with systemd not with sysvinit .When i use strace reboot it is calling telinit, how can i configure to use "shutdown" command instead of

[yocto] How to include Gtest in target

2016-02-24 Thread Vivek Per
Hi, I want to add Gtest on target . So i added gtest in CORE_IMAGE_EXTRA_INSTALL but gtest is only producing header files (gtest-death-test.h gtest-message.h gtest_pred_impl.h gtest_prod.h gtest-test-part.h internal/ gtest.h gtest-param-test.h gtest-printers.hgtest-spi.h

[yocto] which package/recipe produces "ss" utility

2016-02-18 Thread Vivek Per
Hi, Does any one know which package produces "ss" utility in yocto. i tried iproute2 reciepe which is not present. Thanks and regards Vivek -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to create do_populate_sysroot_append task

2016-02-12 Thread Vivek Per
this solution may be used for the other On Thu, Feb 11, 2016 at 9:10 PM, Vivek Per <pervi...@gmail.com> wrote: > Hi, > I want to add some additional kernel files to sysroot directory . I > want to extend do_populate_sysroot task , I want to copy few more files in > to sysroot after d

[yocto] How to create do_populate_sysroot_append task

2016-02-11 Thread Vivek Per
Hi, I want to add some additional kernel files to sysroot directory . I want to extend do_populate_sysroot task , I want to copy few more files in to sysroot after do_populate_sysroot and before do_package. I tried to create do_populate_sysroot_append() in recipe but it is getting parsing

[yocto] when two append/inc files are there which one it will prefer

2016-01-19 Thread Vivek Per
Hi, This must very basic question but i want to know if i have two .bbappend / .inc files are present in different layer. yocto prefer which .bbappend/.inc file? from layer priority comes in to picture. thanks and regards vivek -- ___ yocto

[yocto] How to set password policy using libpam in yocto

2016-01-13 Thread Vivek Per
Hi, I want to create run time users in my target and the password for that should have maximum of 12 letters (which include both capital and small) and minimum of 8 letter. How can i modify "libpam" recipe to set this configuration . where to add libpam recipe. I found in one blog that i

[yocto] findutils_4.4.2.bb is having rev-6 and findutils_4.4.2.bbappend has having rev-6.5 , which findutils will it include in image recipe

2016-01-13 Thread Vivek Per
hi, I want to include findutility recipe in the rootfs. there in findutils_4.4.2.bb recipe in poky-1.7/meta layer and PR = "r6" there is findutils_4.4.2.bbappend in meta-selinux layer it has PR .= ".5" when i build findutils In *tmp/work/core###/findutils*/// there

[yocto] How to test rootfs image in QEMU machine

2016-01-12 Thread Vivek Per
hi, I created a rootfs image for arm a15 arch . i want to test this rootfs image in QEMU machine , weather it loads properly.What commands i need to add in the image recipe and the conf file. and what procedure i need to follow then . I went though YOCTO dev/ref manuals , but i didn't get

[yocto] Where root password is defined by default

2016-01-12 Thread Vivek Per
Hi, Where root password is defined by default. How can we change it Thanks and regards Vivek -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Can i add two git sources in one single recipe

2015-12-08 Thread Vivek Per
15, 2015 at 4:51 PM, Jussi Kukkonen <jussi.kukko...@intel.com> wrote: > On 15 October 2015 at 14:03, Vivek Per <pervi...@gmail.com> wrote: > >> hi, >> Can i add two git source url in one recipe(SRC_URI). >> If so how can i add and how can i give source re

[yocto] How can i install shutil.py in rootfs

2015-10-20 Thread Vivek Per
hi, How can i install shutil.py in roofs. I need this file for audit2allow. In rootfs remaining .py files are including /usr/share/python-support/ but not shutil.py. i want to include this file in rootfs how can i install this? regards vivek --

Re: [yocto] How can i install shutil.py in rootfs

2015-10-20 Thread Vivek Per
i have put "python-shell" in IMAGE_INSTALL it worked fine. Thanks vivek On Tue, Oct 20, 2015 at 10:04 AM, Maxin B. John <maxin.j...@intel.com> wrote: > Hi Vivek, > > On Tue, Oct 20, 2015 at 02:38:36PM +0530, Vivek Per wrote: > > hi, > > How can i install

[yocto] Can i add two git sources in one single recipe

2015-10-15 Thread Vivek Per
hi, Can i add two git source url in one recipe(SRC_URI). If so how can i add and how can i give source revision for two these files in one recipe. Can any one overcome this iissue. Thanks in advance -vivek -- ___ yocto mailing list

Re: [yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-09 Thread Vivek Per
On Thu, Oct 8, 2015 at 6:19 PM, Petter Mabäcker <pet...@technux.se> wrote: > 2015-10-08 06:37 skrev Vivek Per: > > Hi, > Can any one please tell the what is the exact difference between > DEPENDS and RDEPENDS . I am not able to get it . How these variables are > exactl

Re: [yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-09 Thread Vivek Per
to install packages in final roofs image apart from IMAGE_INSTALL . Thanks and regrads Vivek On Thu, Oct 8, 2015 at 9:16 PM, Robert Berger < gm...@reliableembeddedsystems.com> wrote: > On 10/07/2015 09:10 AM, Vivek Per wrote: > > Hi, > > Can any one please tell

[yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-07 Thread Vivek Per
Hi, Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS . I am not able to get it . How these variables are exactly parsed. regards vivek -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-07 Thread Vivek Per
Hi, Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS . I am not able to get it . How these variables are exactly parsed. -regards vivek -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Why RDEPENDS wont install packages in rootfs

2015-10-06 Thread Vivek Per
Hi, I am including RDEPENDS += " " variable in rootfs-image.bb . why RDEPENDS won't install packages in roofts. I can install packages through IMAGE_INSTALL.can any one tell me the reason why RDEPENDS wont install packages in rootfs . Thanks and regards vivek --

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-10-04 Thread Vivek Per
Thanks you very much for your precious time. I got it now. thanks and regards vivek On Wed, Sep 30, 2015 at 7:09 PM, Gary Thomas <g...@mlbassoc.com> wrote: > On 2015-09-30 05:08, Vivek Per wrote: > >> Hi , thanks you for replying, >> but i don't want to make chan

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Vivek Per
On Wed, Sep 30, 2015 at 3:43 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Sep 30, 2015 at 2:05 AM, Vivek Per <pervi...@gmail.com> wrote: > > hi, > >i want to create a "x" recipe that should automatically get invoke > when > > "

[yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread Vivek Per
hi, i want to create a "x" recipe that should automatically get invoke when "image" recipe( that produces image) is built. How can i modify the "x" recipe that should be invoked while building image recipe. I don't want to do any modifications to the image recipe, i only wanted to do changes

[yocto] How can i install busybox "mount" command instead of util-linux "mount" command

2015-09-25 Thread Vivek Per
Hi all, Can any one can please tell me how can i install busybox "mount" command instead of util-linux "mount" . By default util-linux "mount" and "umount" commnad is installing . But rest of the commands are installing from busybox like ls,cat and so on. In the final image log file

Re: [yocto] Does mount.cifs command includes in busybox package

2015-09-23 Thread Vivek Per
ount.cifs is provided by Samba. > > Ross > > On 23 September 2015 at 10:56, Vivek Per <pervi...@gmail.com> wrote: > >> hi all, >> Does mount.cifs command includes in busybox package . If so then it >> includes what package >> >> PN= busybox >

[yocto] Does mount.cifs command includes in busybox package

2015-09-23 Thread Vivek Per
hi all, Does mount.cifs command includes in busybox package . If so then it includes what package PN= busybox PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock" in which package cifs command include If not does it includes in utils-linux package

[yocto] How can i modify the dropbear.service file in ssh-server-dropbear IMAGE_FEATURE

2015-09-11 Thread Vivek Per
Hi, I want to modify changes to the dropbear.service and dropbearkey.service files before yocto creating the final image (This resides in /lib/systemd/system/***.services). This dropbear is added through *IMAGE_FEATURES =+ "ssh-server-dropbear" *in image recipe*.* Can i able to change

[yocto] dropbear is working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
Hi, I have included IMAGE_FEATURES += "ssh-server-dropbear" in my recipe image. and created the image. But after flashing the image i was not able to connect to target from my host machine. but target to host is working fine. Can any one tell me why it is not working. Is there any package

[yocto] dropbear is not working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
Hi, I have included IMAGE_FEATURES += "ssh-server-dropbear" in my recipe image. and created the image. But after flashing the image i was not able to connect to target using ssh from my host machine. but target to host is working fine. Can any one tell me why it is not working. Is there any

Re: [yocto] dropbear is not working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
gm...@reliableembeddedsystems.com> wrote: > On 09/10/2015 05:17 PM, Vivek Per wrote:> Hi, > > I have included IMAGE_FEATURES += "ssh-server-dropbear" in my > > recipe image. and created the image. > > So you have something like: > &g

[yocto] do_unpack task getting failed when tar files are added to download directory manually

2015-09-08 Thread Vivek Per
Hi, I want to build vlan_1.9.bb (open-embedded recipe) in my system . I downloaded vlan_1.9.orig.tar.gz tarball manually (same version specified in recipe) and placed in download (DL_DIR) directory and created an empty vlan_1.9.orig.tar.gz.done in download directory and try to *bitbake vlan*.

Re: [yocto] do_unpack task getting failed when tar files are added to download directory manually

2015-09-08 Thread Vivek Per
Thank you very much Gary Thomas , The vlan tar file has been corrupted . The issue has been resolved. Thanks and Regards Vivek On Tue, Sep 8, 2015 at 6:23 PM, Gary Thomas <g...@mlbassoc.com> wrote: > On 2015-09-08 06:47, Vivek Per wrote: > >> Hi Gary Thomas, >>