[yocto] Community support for any Yocto release

2019-01-21 Thread Gaurang Shastri
is already present on some wiki page, but I am not able to find it. So pointer to that wiki page will really help. Regards, Gaurang Shastri -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Community support for any Yocto release

2019-01-16 Thread Gaurang Shastri
AM Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > Hello, > > On Wed, Jan 16, 2019 at 9:47 AM Gaurang Shastri > wrote: > >> >> Hi All, >> >> For how many years yocto community officially support any Yocto release? >> (This includes like b

[yocto] Community support for any Yocto release

2019-01-16 Thread Gaurang Shastri
is already present on some wiki page, but I am not able to find it. So pointer to that wiki page will really help. Regards, Gaurang Shastri -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Generating Yocto SDK as .deb (Debian) pacakge

2018-01-31 Thread Gaurang Shastri
Hi Team, How can I generate Yocto generated SDK as .deb package? Currently it is in the form of installable shell script but I want to generate it as .deb package so that I can directly install it on my Ubuntu VM using "apt-get" command. Is this supported? Any documentation? Regards, Gaurang --

[yocto] Package generates RPM with lib${PN} - how to include in SDK

2016-02-25 Thread Gaurang Shastri
not found in the base feeds (x86_64-nativesdk noarch any all). This is because RPM generates with the name libX-*.rpm. Regards, Gaurang Shastri -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] SELinux XATTR error - check_rootsfs failing

2015-09-07 Thread Gaurang Shastri
Hi Divya, May be you can go through this script and find out what is wrong: meta-selinux/recipes-security/selinux/selinux-config/ *selinux-init.sh* //Gaurang Shastri On Sun, Sep 6, 2015 at 11:11 PM, Divya Vyas <edivya.v...@gmail.com> wrote: > Hi, > > Hi, > > I am get

Re: [yocto] [LXCR-4977 PATCH 1/1] Add makedumpfile recipe to cgl.

2015-06-24 Thread Gaurang Shastri
JFYI, makedumpfile recipe patch was already sent on emea list on 3/31/2015. Can you please check? //Gaurang Shastri -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Alexandru.Vaduva Sent: Tuesday, June 23, 2015 7:30 PM

[yocto] Having Yocto Sandbox information on target in any form

2015-06-17 Thread Gaurang Shastri
above exist for Yocto/OE ? This will very helpful sometime to cross debug the things. Any pointer is appreciable. Regards, Gaurang Shastri -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Building crosswalk for armv7

2015-04-02 Thread Gaurang Shastri
Hi, I do not have too much info about this, but I hope you have already some fixes available from here for meta-crosswalk: https://github.com/crosswalk-project/meta-crosswalk/commit/362674ee6f838aafdaeae5b8bb035615330d243e //Gaurang Shastri On Thu, Apr 2, 2015 at 1:34 PM, Lev Lehn lev.l

[yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Signed-off-by: Gaurang Shastri gshas...@juniper.net --- meta/recipes-support/xorriso/xorriso_1.3.8.bb | 17 + 1

Re: [yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
we have meta-filesystems in meta-openembedded repo, this belongs there for now OK, sending the patch to meta-filesystems maintainer. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, April 01, 2015 11:38 PM To: Gaurang Shastri Cc: yocto@yoctoproject.org

[yocto] [PATCH] Add makedumpfile utility

2015-03-31 Thread Gaurang Shastri
PR No : [https://bugzilla.yoctoproject.org/show_bug.cgi?id=7069] Signed-off-by: Gaurang Shastri gshas...@juniper.net --- .../recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile

[yocto] [[Patch2]Makedumpfile] Add makedumpfile

2015-03-31 Thread Gaurang Shastri
PR NO:[https://bugzilla.yoctoproject.org/show_bug.cgi?id=7069] Signed-off-by: Gaurang Shastri gshas...@juniper.net --- .../recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/makedumpfile

Re: [yocto] RPM Packaging

2015-03-26 Thread Gaurang Shastri
Hi Prashant, This is wrong window to ask generic question. //Gaurang On Thu, Mar 26, 2015 at 12:51 PM, Prasant J pj0...@gmail.com wrote: Hi, I want to create custom rpm packages for the iMX6Q device (cortexa9hf-vfp-neon-mx6). I have to create two types of packages: either pre-built arm

Re: [yocto] How to switch kernel version without touching PREFERED VERSION

2015-02-18 Thread Gaurang Shastri
Well, if you want to use your own kernel source, you can use something like this: == inherit kernel externalsrc EXTERNALSRC = /home/xyz/linux-stable S = ${EXTERNALSRC} ... == //Gaurang Shastri On Wed, Feb 18, 2015 at 4:23 PM, Valentin Le bescond valentin.lebesc...@gmail.com wrote: Hi all

Re: [yocto] do_install fails to do a package for custom directory

2015-02-08 Thread Gaurang Shastri
Hi, I think may be you missed, FILES_${PN} += /system then you can see your binary inside ${PN} package. //Gaurang Shastri On Sun, Feb 8, 2015 at 6:55 PM, Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com wrote: Hi All, I am trying to write a custom recipe for my make based project

Re: [yocto] Custom recipe to have pre and post install action

2015-02-08 Thread Gaurang Shastri
As I already mention in other thread, You can refer any of the existing recipe. For eg, http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/dhcp/dhcp.inc You can see how post scripts are used. //Gaurang Shastri On Sun, Feb 8, 2015 at 11:41 PM, Bipnesh, Abhinav

Re: [yocto] do_install fails to do a package for custom directory

2015-02-08 Thread Gaurang Shastri
Hi, You can refer any of the existing recipe. For eg, http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/dhcp/dhcp.inc You can see how post scripts are used. //Gaurang Shastri On Sun, Feb 8, 2015 at 8:25 PM, Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com wrote

Re: [yocto] how to set static ip in linux

2014-12-10 Thread Gaurang Shastri
OOPS, are you asking in terms of Yocto context ?? //Gaurang Shastri On Tue, Dec 9, 2014 at 8:50 PM, sachin dhiman sachindhiman...@gmail.com wrote: how to set static ip so that when linux boot then it get predefined ip address. -- Best Regards Sachin Dhiman

[yocto] udev-hwdb - post installation error (PPC target)

2014-11-27 Thread Gaurang Shastri
can send the patch in correct format (via filing a bug and attaching as regular patch format) Regards, Gaurang Shastri -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] udev-hwdb - post installation error (PPC target)

2014-11-27 Thread Gaurang Shastri
Sent to the mailing list. Please confirm. //Gaurang Shastri On Thu, Nov 27, 2014 at 3:40 PM, ChenQi qi.c...@windriver.com wrote: On 11/27/2014 05:48 PM, Gaurang Shastri wrote: Hi I have added systemd as my DISTRO_FEATURES for one of my ppc target. But in my log.do_rootfs, I can see

Re: [yocto] Question about Package Splitting

2014-08-08 Thread Gaurang Shastri
}-frontend = ${bindir} -- just example...likewise you can have your own packages with required files. //Gaurang Shastri On Fri, Aug 8, 2014 at 4:17 AM, pourya.shiraz...@daimler.com wrote: Hi, My question is about producing multiple packages in the same recipe. I created a recipe e.g. “project.bb

Re: [yocto] Compiling openvswitch module in yocto

2014-06-24 Thread Gaurang Shastri
?? //Gaurang Shastri On Tue, Jun 24, 2014 at 2:19 PM, Pradeep kumar topradeepyaduvan...@gmail.com wrote: *on x-86 openvswitch compiling steps are as follows:* -./boot.sh -./configure --with-linux=/lib/modules/`uname -r`/build -make -make install by following these steps an openvswitch kernel

Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Gaurang Shastri
Do you want something like ROOTFS_POSTPROCESS_COMMAND ?? //Gaurang Shastri On Mon, Jun 23, 2014 at 9:26 PM, Patrick Doyle wpds...@gmail.com wrote: Should I create a core-image-minimal.bbappend file with a SRC_URI pointing to my script and a do_install rule to install it? Is there a better

Re: [yocto] yocto help needed

2014-05-22 Thread Gaurang Shastri
Hi, You can go through bunch of very good documents available at https://www.yoctoproject.org/documentation/current For immediate, you can start with http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html //Gaurang Shastri On Fri, May 23, 2014 at 10:09 AM, Pushpa Teja

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Gaurang Shastri
Dear Romain, Did you try writing in meta/conf/distro/include/default-providers.inc like below: == PREFERRED_PROVIDER_virtual/sshd ?= openssh PREFERRED_PROVIDER_virtual/jpeg ?= jpeg == //Gaurang Shastri On Thu, Apr 10, 2014 at 3:51 PM, Romain romain...@gmail.com wrote: Hi, any clue

Re: [yocto] meta-java compilation failure

2014-02-12 Thread Gaurang Shastri
Hi, The main error is DEBUG: Executing shell function do_compile | -- | 1. WARNING in src/main/java/org/apache/log4j/spi/NOPLogger.java (at line 59) | void closeNestedAppenders() { |^^ | The method NOPLogger.closeNestedAppenders() does not override

Re: [yocto] Fwd: Build fails for eglibc

2013-12-22 Thread Gaurang Shastri
Hi, I would like you to refer: http://lists.openembedded.org/pipermail/openembedded-core/2013-April/077748.html https://bugzilla.redhat.com/show_bug.cgi?id=304121 This seems to be rpath issue with trailing /. FYI, I already tried Poky-dora with qemuarm but didnt get this issue. //Gaurang

Re: [yocto] Network Manager

2013-12-05 Thread Gaurang Shastri
at startup, you need to play with /etc/network/interfaces file. For more information, you can see man interfaces. (Of course on Ubuntu). //Gaurang Shastri On Fri, Dec 6, 2013 at 6:21 AM, Bernard Mentink bment...@gmail.com wrote: Hi Guys, Anyone know how to use the latest version of Network Manager

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-21 Thread Gaurang Shastri
hi, what packaging method you have selected while creating your image ?? //Gaurang Shastri On Tue, Oct 22, 2013 at 4:36 AM, Sandeep G.R grsandee...@gmail.com wrote: Hi All, I have ported Embedded Linux using yocto opensource for Freescale QorIQ T4240QDS processor. I need to bring up apt

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

2013-10-18 Thread Gaurang Shastri
Adding IMAGE_FEATURES += splash ssh-server-openssh ltp in core-image-basic.bb will enable ltp in your final image. Make sure you have added all required layers :) //Gaurang Shastri On Fri, Oct 18, 2013 at 12:47 PM, Amit Kumar amit.ku...@lntinfotech.comwrote: Hi, I wants

Re: [yocto] How to patch sysroots file?

2013-10-07 Thread Gaurang Shastri
to know from which package the sysroot files are generated. And in your case it might be libc-headers so you need to create patch for libc-headers recipe. So at the end, it will automatically reflect in the sysroot path. //Gaurang Shastri On Mon, Oct 7, 2013 at 7:23 PM, Ashish Dalela ashish.dal

Re: [yocto] meta-raspberrypi

2013-09-30 Thread Gaurang Shastri
(use xzcat if rpi-sdimg.xz is used) 6. Boot your RPI. == //Gaurang Shastri On Mon, Sep 30, 2013 at 4:30 PM, Jonas Schnelli jonas.schne...@include7.chwrote: Hi While building with meta-raspberrypi i encounter the following error: ERROR: Could not inherit file classes/ sdcard_image

Re: [yocto] how to add a new bb(xerces-c)?

2013-09-27 Thread Gaurang Shastri
Hi, You can look at http://git.yoctoproject.org/cgit/cgit.cgi/experimental/meta-m2/plain/packages/xerces-c/xerces-c_2.8.0.bb //Gaurang Shastri On Fri, Sep 27, 2013 at 11:05 AM, 曹志研 czy...@126.com wrote: Hello, everyone! I try to add a new bb(xerces-c) to my image, bb is as followings

Re: [yocto] Error to Build Arago Yocto Project

2013-07-12 Thread Gaurang Shastri
/sources/oe- core/meta/recipes-qt/qt4/qt4-4.8.4.inc', so this file will come from the top layer of Yocto or OE. //Gaurang Shastri On Fri, Jul 12, 2013 at 10:46 AM, Amit Kumar amit.ku...@lntinfotech.comwrote: Hi, I am building the Arago Yocto Project first time. I have follow

Re: [yocto] Ubuntu 11.10 to 12.04 upgrade

2013-07-11 Thread Gaurang Shastri
No problems at all...I am running since long :) //Gaurang Shastri On Thu, Jul 11, 2013 at 5:36 PM, Eren Türkay e...@hambedded.org wrote: On Thu, Jul 11, 2013 at 11:49:47AM +0100, Chris Tapp wrote: My current build system is an Ubuntu 11.10 64-bit (server). This is now out of support

Re: [yocto] Is there still a Yocto dependency on bash (versus dash)?

2013-07-11 Thread Gaurang Shastri
dash will obviously work but not all the properties of bash (like wild card characters). somewhere you need to change the logic to run with dash... but if you really like bash, then you can do # dpkg-reconfigure dash and select NO on the prompt //Gaurang Shastri On Fri, Jul 12, 2013 at 12:32

Re: [yocto] run commands after installation

2013-06-27 Thread Gaurang Shastri
Hi, You need to do something like below: pkg_postinst() { net-snmp-config --create-snmpv3-user -a my_password myuser } try with above and it should work :) //Gaurang Shastri On Wed, Jun 26, 2013 at 9:07 PM, Tomas Frydrych tf+lists.yo...@r-finger.com wrote: On 26/06/13 15:32, Katu Txakur

Re: [yocto] SOLVED: How to get mkfs.ext4 in rootfs package

2013-06-12 Thread Gaurang Shastri
Yes, as per e2fsprogs.bb file, PACKAGES =+ e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-tune2fs e2fsprogs-badblocks .. FILES_e2fsprogs-mke2fs = ${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext* ${sysconfdir}/mke2fs.conf But finally you got what you want :) //Gaurang Shastri On Wed, Jun 12

Re: [yocto] SOLVED: How to get mkfs.ext4 in rootfs package

2013-06-11 Thread Gaurang Shastri
Can you try with IMAGE_INSTALL_append = e2fsprogs and run once again bitbake core-image-minimal or whatever you are referring for your final target //Gaurang Shastri On Wed, Jun 12, 2013 at 1:06 AM, Ben Warren ben.war...@spidercloud.comwrote: Sorry for the spam. Still learning how

Re: [yocto] LIC_FILES_CHKSUM points to an invalid file

2013-06-05 Thread Gaurang Shastri
hi, can you try with bitbake -c cleanall hello , change the recipe name from hello.bb - hello_2.7.bb and do bitbake hello //Gaurang Shastri On Thu, Jun 6, 2013 at 12:47 AM, Zafrullah Syed zafrullahme...@gmail.comwrote: I am getting these errors when I try my build. Any Idea? ERROR

Re: [yocto] Error including meta-oracle-java in custom image

2013-06-04 Thread Gaurang Shastri
Dear Marcelo Valle, I hope you have visited this page before adding meta-oracle-java layer: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/tree/README The above link provides help how to add this into final image. May above will help you. //Gaurang Shastri On Tue, Jun 4, 2013

Re: [yocto] How to install own package using yocto

2013-05-07 Thread Gaurang Shastri
Hi Varun, Can you go and check the available good amount of documents.for you i can suggest, http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-addpkg //Gaurang Shastri On Tue, May 7, 2013 at 10:48 PM, varun bhatnagar varun292...@gmail.comwrote: Hi, I

Re: [yocto] bash specific syntax in bbclass files

2013-05-03 Thread Gaurang Shastri
I usually do following before starting Yocto on Ubuntu: -- # dpkg-reconfigure dash and select NO on the prompt -- The above will at least make bash as default shell. //Gaurang Shastri On Thu, May 2, 2013 at 1:37 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 01 May 2013

Re: [yocto] how to clean all?

2013-04-28 Thread Gaurang Shastri
You can run bitbake -c clean all to clean everything or simply you can do rm -rf tmp/ directory and you will start from the beginning :) //Gaurang Shastri On Sat, Apr 27, 2013 at 8:09 PM, Peter Tornel petertor...@yahoo.com wrote: Hello, Sometimes I feel the need to clean everything before

Re: [yocto] Regarding Licensing of mbsalign.c available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-15 Thread Gaurang Shastri
Thanks for replying on this. FYI, I have already open a bug for this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4014 Regards, Gaurang Shastri On Fri, Mar 15, 2013 at 10:39 AM, Saul Wold s...@linux.intel.com wrote: On 03/11/2013 10:17 AM, Khem Raj wrote: On Mar 11, 2013, at 3:45

Re: [yocto] Regarding Licensing of mbsalign.c available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-11 Thread Gaurang Shastri
Hi All, Any shades of light for below query ??? //Gaurang Shastri On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri gmshas...@gmail.com wrote: Hi All, I have some concerns regarding util-linux-2.21.2 version . As per Yocto-1.3 (danny) recipe, {{{ LICENSE_${PN}-lscpu = GPLv3+ -- util

[yocto] Regarding Licensing of mbsalign.c available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-08 Thread Gaurang Shastri
, Gaurang Shastri ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto