summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-07-30 12:00:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-06 13:02:23 +0100
commitadcce841b470cdec3788bc2e54c0588d34d94ea3 (patch)
tree7acbd5a02887c819f195208b31f4e4fd90b80ae6 /bitbake
parent4c96451fa500b13f0ff748fe7a85859c0573b311 (diff)
downloadast2050-yocto-poky-adcce841b470cdec3788bc2e54c0588d34d94ea3.zip
ast2050-yocto-poky-adcce841b470cdec3788bc2e54c0588d34d94ea3.tar.gz
bitbake: hob/packageslist: change image size label to estimated image size
On the "Edit packages list" page, the image size may be computed before building. We didn't find another way to give a more accurate size, so we have agreed to inform the user that this an estimated size. [YOCTO #4388] (Bitbake rev: 136eda2dcbc32aba4f59783049352dc1375cc945) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/packageselectionpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
index 70caa48..780f026 100755
--- a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
@@ -278,7 +278,7 @@ class PackageSelectionPage (HobPage):
image_total_size += (51200 * 1024)
image_total_size_str = HobPage._size_to_string(image_total_size)
- self.label.set_label("Packages included: %s\nSelected packages size: %s\nTotal image size: %s" %
+ self.label.set_label("Packages included: %s\nSelected packages size: %s\nEstimated image size: %s" %
(selected_packages_num, selected_packages_size_str, image_total_size_str))
self.ins.show_indicator_icon("Included packages", selected_packages_num)
OpenPOWER on IntegriCloud