[OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-24 Thread Lewis, Nick
I am seeing problems when using PACKAGE_CLASSES = "package_tar" There are many warnings about python indents and there are errors regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass -- Nick Nick Lewis nick.le...@usa.g4s.com +44 1684 277137 www.

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Lewis, Nick
>With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master... Yes danny. Will the fix be backported or is tar packaging considered to be unsupported in danny? -- Nick The details of this company are as follows: G4S Technology Limited, Registered Office: Challenge House, International D

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Lewis, Nick
>> I am seeing problems when using PACKAGE_CLASSES = "package_tar" >> >> There are many warnings about python indents and there are errors >> regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass > >With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master... Richard I have tr

[OE-core] Host distribution warning with Ubuntu LTS

2013-04-25 Thread Lewis, Nick
Bitbake issues a warning when used on the current Pangolin LTS: WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated Is this an oversight or has the distro not been sanity tested yet? -- Nick The details of this company are as follows: G4S Technology Limited, Registered Office:

[OE-core] image build with python fails due to missing berkeley db 5.3

2014-08-18 Thread Lewis, Nick
My image build on yocto master fails reporting that python-bsddb cannot be installed as no package provides libdb-5.3.so. On examination it is evident that the "bitbake db" command builds BerkeleyDB 6.0 instead of 5.3 As an experiment I temporarily renamed the "recipe-support/db_6.0.30.bb" recip

Re: [OE-core] image build with python fails due to missing berkeley db 5.3

2014-08-18 Thread Lewis, Nick
>> My image build on yocto master fails reporting that python-bsddb >> cannot be installed as no package provides libdb-5.3.so. On >> examination it is evident that the "bitbake db" command builds >> BerkeleyDB 6.0 instead of 5.3 > PREFERRED_VERSION_db = "5.3.28" Thanks Martin - is there also a v