Gentoo Archives: gentoo-embedded

From: Christopher Friedt <cfriedt@××××××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] software choices for embedded system
Date: Thu, 12 Jul 2007 08:37:58
Message-Id: 4695E8D9.4000205@visible-assets.com
In Reply to: [gentoo-embedded] software choices for embedded system by Marcelo Coelho
1 I think the 'tinygentoo' howto is quite useful for what you're talking
2 about. Passing PORTAGE_CONFIGDIR and ROOT at the same time allows you to
3 build a very minimal system. I usually just symlink /usr/portage to
4 /tinygentoo/usr/portage, but you could just as easily mount -o bind it.
5 I guess what's assumed in this case is that you're compiling for the
6 same arch. Which arch are you using? Is there a qemu-system that is
7 capable of running natively compiled binaries for your arch?
8
9 I use busybox / (uclibc or glibc, without many of the locales) and have
10 made several very small root filesystems, but mainly for ARM.
11
12 ~/Chris
13
14 Marcelo Coelho wrote:
15 > Hi!
16 >
17 >
18 > I'm trying to create a minimal system and using the ROOT var to set
19 > the location where I want the packages to be installed.
20 >
21 > The problems arise when I tried to choose a cron daemon: I would have
22 > to install 39 packages, including portage.
23 >
24 > How can I trim the package set that would be emerged together with the
25 > cron daemon or other packages?
26 >
27 > When emerging with the ROOT var (eg.: /var/system), the make.conf file
28 > that is used is the one that is located at that location (eg.:
29 > /var/system/etc/make.conf) ?
30 >
31 > What normally are the packages that you guys use as minimal system?
32 >
33 >
34 > Thanks for the help!
35 --
36 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] software choices for embedded system Marcelo Coelho <marcelocoelho@×××××.com>
Re: [gentoo-embedded] software choices for embedded system Marcelo Coelho <marcelocoelho@×××××.com>