]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: create index files for all backends in PACKAGE_CLASSES
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 25 Feb 2014 12:36:17 +0000 (14:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Feb 2014 17:49:55 +0000 (17:49 +0000)
commit0521d48a1612bfc735e2c86acc9b685c1dc389ef
treedfd79f2b8b37ea713ed7b8f9df0f637bca8282fd
parentcb84a4acbd4ad448f140605769b873068e0a0874
package_manager.py: create index files for all backends in PACKAGE_CLASSES

The previous implementation was checking IMAGE_PKGTYPE and created the
index files just for the backend used to create the image. Apparently,
'bitbake package-index' should attempt to create the index files for all
backends specified in PACKAGE_CLASSES.

[YOCTO #5827]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py