* "core" explosion?
@ 2011-04-25 12:14 Gary Thomas
2011-04-25 14:41 ` Tom Zanussi
0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2011-04-25 12:14 UTC (permalink / raw)
To: Poky Project
I've been building from a Poky tree, keeping up to date with
the master branch for quite some time. Recently, I used this
tree to build to do some testing on my [emenlow-like] Atom.
Using the external meta-intel, I've built for atom-pc since it's
supported by core (but sadly doesn't work on my Atom PC!) and
emenlow (which does work). I've noticed quite a change in the
size of images over the past month:
ls -l /work/tmp/*.hddimg
-rw-r--r-- 1 gthomas gthomas 521244672 Apr 22 15:00 /work/tmp/core-image-sato-live-atom-pc.hddimg
-rw-r--r-- 1 gthomas gthomas 2056809472 Apr 22 22:28 /work/tmp/core-image-sato-live-emenlow.hddimg
-rw-r--r-- 1 gthomas gthomas 508077056 Mar 21 12:37 /work/tmp/poky-image-sato-live-atom-pc.hddimg
-rw-r--r-- 1 gthomas gthomas 1032937472 Mar 22 05:40 /work/tmp/poky-image-sato-live-emenlow.hddimg
Notice that with the new "core" images, the size is bigger, but
why is the emenlow image _doubled_ whereas the atom-pc version only
grew by around 4%?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "core" explosion?
2011-04-25 12:14 "core" explosion? Gary Thomas
@ 2011-04-25 14:41 ` Tom Zanussi
0 siblings, 0 replies; 2+ messages in thread
From: Tom Zanussi @ 2011-04-25 14:41 UTC (permalink / raw)
To: Gary Thomas; +Cc: Poky Project
On Mon, 2011-04-25 at 05:14 -0700, Gary Thomas wrote:
> I've been building from a Poky tree, keeping up to date with
> the master branch for quite some time. Recently, I used this
> tree to build to do some testing on my [emenlow-like] Atom.
>
> Using the external meta-intel, I've built for atom-pc since it's
> supported by core (but sadly doesn't work on my Atom PC!) and
> emenlow (which does work). I've noticed quite a change in the
> size of images over the past month:
>
> ls -l /work/tmp/*.hddimg
> -rw-r--r-- 1 gthomas gthomas 521244672 Apr 22 15:00 /work/tmp/core-image-sato-live-atom-pc.hddimg
> -rw-r--r-- 1 gthomas gthomas 2056809472 Apr 22 22:28 /work/tmp/core-image-sato-live-emenlow.hddimg
> -rw-r--r-- 1 gthomas gthomas 508077056 Mar 21 12:37 /work/tmp/poky-image-sato-live-atom-pc.hddimg
> -rw-r--r-- 1 gthomas gthomas 1032937472 Mar 22 05:40 /work/tmp/poky-image-sato-live-emenlow.hddimg
>
> Notice that with the new "core" images, the size is bigger, but
> why is the emenlow image _doubled_ whereas the atom-pc version only
> grew by around 4%?
Previous to the below commit, the IMAGE_ROOTFS_SIZE overrides were being
ignored and the rootfs size defaulted to the actual image size + 20%.
Now IMAGE_ROOTFS_SIZE is driving the image sizes as expected.
commit adac5a690fd5b4239bb59ec54e3e5174dbcf29e9
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Thu Mar 24 12:29:19 2011 +0000
image.bbclass: Move ROOTFS_SIZE into runimagecmd() function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-25 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 12:14 "core" explosion? Gary Thomas
2011-04-25 14:41 ` Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.