Re: [yocto] SVN based AUTOREV detection?

2015-11-08 Thread allen . curtis
Is there a way to use the feature during development when you are working off trunk/HEAD? This doesn't work (obviously). Is it possible to pull the HEAD version in the recipe? --- PR = "r0" PV = "0.1+svn${SRCPV}" SRCREV = "${AUTOREV}" SRC_URI =

Re: [yocto] mtd-utils floating point exception

2015-10-14 Thread Allen Curtis
On Oct 14, 2015, at 10:16 AM, Khem Raj <raj.k...@gmail.com> wrote: > >> On Oct 14, 2015, at 9:32 AM, Allen Curtis <allen.cur...@curtisembedded.com> >> wrote: >> >> Hello, >> >> When I execute any of the mtd utilities from a Yocto AM3

[yocto] mtd-utils floating point exception

2015-10-14 Thread Allen Curtis
Hello, When I execute any of the mtd utilities from a Yocto AM335x build, they terminate with a floating point exception. Is this a known bug? Is there a patch? TIA -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] packagegroup not appearing in HOB

2015-10-07 Thread Allen Curtis
Hello, I created a packagegroup file as per the instructions called packagegroup-foo.bb Within that file I define 2 package groups as such. PACKAGES = "\ packagegroup-foo-apps \ packagegroup-foo-tools \ " RDEPENDS_packagegroup-foo-apps = "…" RDEPENDS_packagegroup-foo-tools = "…" However,

[yocto] svn fetch problem?

2015-10-07 Thread Allen Curtis
Hello, I am fetching my source code from SVN in my recipe file. The build works fine. However if I open a "devshell", the .svn directory is missing so I can not checkin any modifications. I looked at svn.py and it looks like it should be doing a checkout operation. How do I fix this? --

[yocto] bbappend a "required" bb file

2015-09-25 Thread Allen Curtis
Hello, I am working with a BSP that has multiple image recipes. foo-hwbringup-image.bb foo-qt5demo-image.bb foo-qt5demo-image.bb contains "require foo-hwbringup-image.bb" However if I create foo-hwbringup-image.bbappend, it gets ignored. What are the rules with appending included recipes?

Re: [yocto] bbappend a "required" bb file

2015-09-25 Thread Allen Curtis
> I am working with a BSP that has multiple image recipes. > > foo-hwbringup-image.bb > foo-qt5demo-image.bb > > foo-qt5demo-image.bb contains "require foo-hwbringup-image.bb" > > However if I create foo-hwbringup-image.bbappend, it gets ignored. > > What are the rules with appending included

Re: [yocto] bbappend a "required" bb file

2015-09-25 Thread Allen Curtis
> > > On Fri, Sep 25, 2015 at 10:15 AM, Allen Curtis > <allen.cur...@curtisembedded.com> wrote: >> I am working with a BSP that has multiple image recipes. >> >> foo-hwbringup-image.bb >> foo-qt5demo-image.bb >> >> foo-qt5demo-image.bb co

[yocto] bbappend a "required" bb file

2015-09-24 Thread Allen Curtis
Hello, I am working with a BSP that has multiple image recipes. foo-hwbringup-image.bb foo-qt5demo-image.bb foo-qt5demo-image.bb contains "require foo-hwbringup-image.bb" However if I create foo-hwbringup-image.bbappend, it gets ignored. What are the rules with appending included recipes?