Since the Manifest class has this property, use it. This contains the
default package installation order.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
bb.utils.remove(self.image_rootfs, True)
bb.utils.remove(self.d.getVar('MULTILIB_TEMP_ROOTFS', True), True)
- self.install_order = [
- Manifest.PKG_TYPE_LANGUAGE,
- Manifest.PKG_TYPE_MUST_INSTALL,
- Manifest.PKG_TYPE_ATTEMPT_ONLY,
- Manifest.PKG_TYPE_MULTILIB]
+ self.install_order = Manifest.INSTALL_ORDER
@abstractmethod
def _create(self):