All of lore.kernel.org
 help / color / mirror / Atom feed
* ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?
@ 2013-11-23 10:59 Robert P. J. Day
  2013-11-24 16:47 ` Andrew James
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Robert P. J. Day @ 2013-11-23 10:59 UTC (permalink / raw)
  To: Yocto discussion list


  current dev manual:

http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understand-what-gives-your-image-size

claims:

"To help you see where you currently are with kernel and root
filesystem sizes, you can use two tools found in the Source Directory
in the scripts directory:

ksize.py: Reports component sizes for the kernel build objects.

dirsize.py: Reports component sizes for the root filesystem."

  however, the current dora tarball doesn't contain these scripts,
while oe-core contains them more specifically under the scripts/tiny/
subdirectory. thoughts?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?
  2013-11-23 10:59 ksize.py and dirsize.py scripts not in dora tarball, is that deliberate? Robert P. J. Day
@ 2013-11-24 16:47 ` Andrew James
  2013-11-25 10:18 ` Paul Eggleton
  2013-11-25 14:52 ` Rifenbark, Scott M
  2 siblings, 0 replies; 5+ messages in thread
From: Andrew James @ 2013-11-24 16:47 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]

Avv
On 23 Nov 2013 11:00, "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:

>
>   current dev manual:
>
>
> http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understand-what-gives-your-image-size
>
> claims:
>
> "To help you see where you currently are with kernel and root
> filesystem sizes, you can use two tools found in the Source Directory
> in the scripts directory:
>
> ksize.py: Reports component sizes for the kernel build objects.
>
> dirsize.py: Reports component sizes for the root filesystem."
>
>   however, the current dora tarball doesn't contain these scripts,
> while oe-core contains them more specifically under the scripts/tiny/
> subdirectory. thoughts?
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 2089 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?
  2013-11-23 10:59 ksize.py and dirsize.py scripts not in dora tarball, is that deliberate? Robert P. J. Day
  2013-11-24 16:47 ` Andrew James
@ 2013-11-25 10:18 ` Paul Eggleton
  2013-11-25 10:27   ` Robert P. J. Day
  2013-11-25 14:52 ` Rifenbark, Scott M
  2 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2013-11-25 10:18 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto

On Saturday 23 November 2013 05:59:02 Robert P. J. Day wrote:
>   current dev manual:
> 
> http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understan
> d-what-gives-your-image-size
> 
> claims:
> 
> "To help you see where you currently are with kernel and root
> filesystem sizes, you can use two tools found in the Source Directory
> in the scripts directory:
> 
> ksize.py: Reports component sizes for the kernel build objects.
> 
> dirsize.py: Reports component sizes for the root filesystem."
> 
>   however, the current dora tarball doesn't contain these scripts,
> while oe-core contains them more specifically under the scripts/tiny/
> subdirectory. thoughts?

I guess they were added after the dora release.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?
  2013-11-25 10:18 ` Paul Eggleton
@ 2013-11-25 10:27   ` Robert P. J. Day
  0 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2013-11-25 10:27 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On Mon, 25 Nov 2013, Paul Eggleton wrote:

> On Saturday 23 November 2013 05:59:02 Robert P. J. Day wrote:
> >   current dev manual:
> >
> > http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understan
> > d-what-gives-your-image-size
> >
> > claims:
> >
> > "To help you see where you currently are with kernel and root
> > filesystem sizes, you can use two tools found in the Source Directory
> > in the scripts directory:
> >
> > ksize.py: Reports component sizes for the kernel build objects.
> >
> > dirsize.py: Reports component sizes for the root filesystem."
> >
> >   however, the current dora tarball doesn't contain these scripts,
> > while oe-core contains them more specifically under the scripts/tiny/
> > subdirectory. thoughts?
>
> I guess they were added after the dora release.

  ok, i guess the only change needed is to change the manual to refer
more specifically to the scripts/tiny/ directory as their location,
then. i'll submit a patch.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ksize.py and dirsize.py scripts not in dora tarball, is that deliberate?
  2013-11-23 10:59 ksize.py and dirsize.py scripts not in dora tarball, is that deliberate? Robert P. J. Day
  2013-11-24 16:47 ` Andrew James
  2013-11-25 10:18 ` Paul Eggleton
@ 2013-11-25 14:52 ` Rifenbark, Scott M
  2 siblings, 0 replies; 5+ messages in thread
From: Rifenbark, Scott M @ 2013-11-25 14:52 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

Hmm... did these not get included in poky during the release?

Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
>Sent: Saturday, November 23, 2013 2:59 AM
>To: Yocto discussion list
>Subject: [yocto] ksize.py and dirsize.py scripts not in dora tarball, is that
>deliberate?
>
>
>  current dev manual:
>
>http://www.yoctoproject.org/docs/latest/dev-manual/dev-
>manual.html#understand-what-gives-your-image-size
>
>claims:
>
>"To help you see where you currently are with kernel and root filesystem
>sizes, you can use two tools found in the Source Directory in the scripts
>directory:
>
>ksize.py: Reports component sizes for the kernel build objects.
>
>dirsize.py: Reports component sizes for the root filesystem."
>
>  however, the current dora tarball doesn't contain these scripts, while oe-
>core contains them more specifically under the scripts/tiny/ subdirectory.
>thoughts?
>
>rday
>
>--
>
>===========================================================
>=============
>Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
>
>Twitter:                                       http://twitter.com/rpjday
>LinkedIn:                               http://ca.linkedin.com/in/rpjday
>===========================================================
>=============
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-25 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-23 10:59 ksize.py and dirsize.py scripts not in dora tarball, is that deliberate? Robert P. J. Day
2013-11-24 16:47 ` Andrew James
2013-11-25 10:18 ` Paul Eggleton
2013-11-25 10:27   ` Robert P. J. Day
2013-11-25 14:52 ` Rifenbark, Scott M

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.