On Fri, Jan 10, 2014 at 5:57 PM, David M. <[email protected]> wrote: > > On Friday, January 10, 2014 10:36:31 AM UTC-5, RobertCNelson wrote: >> >> >> It's still a little hackish as so far it's really just been written for >> me.. >> > That's not a problem. > > From what you say, it looks like I can prune the X11 packages. I'm not sure > what my final image will be like; there are a lot of dev packages on my > custom image since some packages (hi, NTPD!) do not cross-compile. What I > do know is that I will not be running X in any sense, so I'll start pruning > there. Disk space on either end is not a consideration, but the smaller I > make it, the easier it is to manage. I'm using native C so that simplifies > some things.
btw, i just re-organized the list.. So if you disable xorg... also disable everything after it.. https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L49 > If I may ask, did you base your build script on an existing project like > buildroot? I want to figure out how it works but I think you've done enough > for the Beagleboard community without my asking for a personal lesson. It started out life as a maintenance shell 'wrapper' around 'project-rootstock' back in 2009 ish, just so i could easily push out a new image once a month.. After 'project-rootstock' bit-rotted i ended up just re-implementing what i actually used from the project.. It's been a franken-script ever since, but it works. ;) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
