]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/manifest.py: create manifests for SDK too
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 22 Jan 2014 11:53:50 +0000 (13:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:27 +0000 (11:50 +0000)
commita8c1b7504bf9cd5625fdecfdc3c3adce53aa164c
tree91e93ff4a9c57b40c9e8a72bea996592f968e288
parent37a9dc05272e7e49c8a475ccb3d10880dcee4763
lib/oe/manifest.py: create manifests for SDK too

This commit contains several changes:
 * it is possible to create manifests for following types of images:
   regular image, target SDK and host SDK. To distinguish between these
   types of manifests, one has to pass the manifest_type argument to the
   contructor or create_manifest() wrapper. The manifest type can have
   the following values: image, sdk_host, sdk_target;
 * move image_rootfs variable to _create_dummy_initial() since it's used
   only here. This function will probably be removed in the future;
 * fix a bug in the Dpkg class;
 * add INSTALL_ORDER property to Manifest class which contains the
   default install order for the packages and will be used Rootfs/Sdk
   classes;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/manifest.py