[yocto] getting error in "make-mod-scripts-1.0-r0" while building meta-altera kernel as local source

2019-07-17 Thread praveen vattipalli
Hi All, we are upgrading Yocto from Krogath to Sumo version. while using meta-altera kernel source as local source, if i use EXTERNALSRC_BUILD variable EXTERNALSRC = "${TOPDIR}/../meta-altera/recipes-kernel/linux/files/kernel-source" EXTERNALSRC_BUILD = "${TOPDIR}/../meta-altera/recipes-kernel/li

Re: [yocto] final image size got increased when migrated from krogoth to Sumo

2019-05-27 Thread praveen vattipalli
Thanks Nicolas, i will try this. On Mon, May 27, 2019 at 5:10 PM Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > On Mon, May 27, 2019 at 1:29 PM praveen vattipalli > wrote: > > > > Hi All, > > > > I have migrated Yocto poky version from Krogoth to Su

[yocto] final image size got increased when migrated from krogoth to Sumo

2019-05-27 Thread praveen vattipalli
Hi All, I have migrated Yocto poky version from Krogoth to Sumo, after building the final image, i observed that the size of image got increased by more than 70Mb. I have not added any new packages. Any suggestions, how can I reduce the image size now. Thanks in Advance. Thanks, Praveen --

Re: [yocto] error while compiling external module in Krogoth branch

2017-03-01 Thread praveen vattipalli
Hi, Already patched is applied in latest Yocto source. Thanks, Praveen. On Tue, Feb 28, 2017 at 8:31 PM, Khem Raj wrote: > > On Tue, Feb 28, 2017 at 5:27 AM praveen vattipalli > wrote: > >> Hi, >> I am using krogoth branch of meta-altera. >> in meta/cla

Re: [yocto] error while compiling external module in Krogoth branch

2017-02-28 Thread praveen vattipalli
worked. is this the right way. Thanks. On Tue, Feb 28, 2017 at 12:46 PM, Khem Raj wrote: > > On Tue, Feb 21, 2017 at 6:31 AM praveen vattipalli > wrote: > >> Hi All, >> I am using poky-krogoth source and meta-altera layer. I am building >> kernel locally usin

[yocto] error while compiling external module in Krogoth branch

2017-02-21 Thread praveen vattipalli
Hi All, I am using poky-krogoth source and meta-altera layer. I am building kernel locally using externalsrc. while building external module i am getting error. ERROR: Task do_make_scripts in /home/praveenk/source/platform/build/../meta- skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb depends

[yocto] Erroe while compiling Altera kernel

2017-01-09 Thread praveen vattipalli
Hi, I am upgrading Yocto version from daisy to krogoth. In this process when building kernel, i am getting below error ERROR: linux-altera-ltsi-3.10-r1 do_deploy: Taskhash mismatch c4875fc746f382558fe137fc1188dfe7 verses 1c5cadda9369cc54cb44d732ed6004e8 for /home/rajesh/k2_poky-krogoth/k2/source/p

Re: [yocto] yocto Digest, Vol 75, Issue 73

2016-12-21 Thread praveen vattipalli
rset=windows-1252; format=flowed On 12/19/2016 02:42 PM, praveen vattipalli wrote: > I have hello_2.7.bb <http://hello_2.7.bb> file which contains as below > vim hello_2.7.bb <http://hello_2.7.bb> > DESCRIPTION = "GNU Helloworld application" > SECTION

[yocto] Fwd: error while compiling hello_2.7.bb

2016-12-19 Thread praveen vattipalli
Hi All, I have hello_2.7.bb file which contains as below vim hello_2.7.bb DESCRIPTION = "GNU Helloworld application" SECTION = "test" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5= 3775480a712fc46a69647678acb234cb" SRC_DIR ?= "/home/rajesh/poky-krogoth-15.0.2/meta/recipe

[yocto] libpam issue

2015-10-26 Thread praveen vattipalli
Hi All, I am building libpam in yocto-1.6.1 on ubuntu12.04 64bit for cortexa8 board(beagle bone). Actually i need *pam_succeed_if.so* in final rootfs, but it is missing. *pam_succeed_if.so* is getting compiled and copied to sysroot/beaglebone/lib/security directory but missing in final rootfs/lib

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
Hi Paul, I got struck here what should i add to .bb file to solve this error... Thanks Praveen On Thu, Apr 9, 2015 at 3:39 PM, Paul Eggleton wrote: > On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: > > i changed the bb file > > now xerces-c_3.1.1.bb <http:/

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
-shipped]NOTE: Tasks Summary: Attempted 382 tasks of which 376 didn't need to be rerun and all succeeded.* Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code. Thanks Praveen On Wed, Apr 8, 2015 at 7:44 PM, praveen vattipal

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread praveen vattipalli
PM, Anders Darander wrote: > * praveen vattipalli [150408 15:48]: > > +PACKAGES = "libxerces-c \ > > + libxerces-c-dbg \ > > + libxerces-c-dev \ > > + xerces-c-samples \ > > + xerces-c-samples-dbg \ > > +" > > + > > +FILES_libxerces-c

[yocto] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread praveen vattipalli
hi, I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for cortexa9 board. I am referring below link http://lists.openembedded.org/pipermail/openembedded-devel/ 2012-January/082676.html xerces-c_3.1.1.bb +DESCRIPTION = "Xerces-c is a validating xml parser written in C++" +HOMEPAGE

[yocto] do_compile_ptest_base error (valgrind) in dizzy

2015-04-08 Thread praveen vattipalli
hi I am using 64 bit ubuntu12.04 and compiling coertexa9 arch arm board. I could able to build core-image-minimal successfully. But when I am trying to build valgrind. I am getting do_compile_ptest_base error. If i remove ptest in valgrind_3.9.0.bb it is building without errors. I am using poky-d