Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Correct uclibc profile to use?
Date: Wed, 14 May 2008 17:48:31
Message-Id: 1210787306.8830.28.camel@media
In Reply to: [gentoo-embedded] Correct uclibc profile to use? by Joshua ChaitinPollak
1 On Wed, 2008-05-07 at 15:23 -0400, Joshua ChaitinPollak wrote:
2 > Hello,
3 >
4 >
5 > My embedded environment has gotten a bit stale, I was running with the
6 > stage1-x86-uclibc-2006.1.tar.gz and
7 > the /usr/portage/profiles/uclibc/x86 profile, but this stage release
8 > and profile both seem pretty stale.
9 >
10 >
11 > What is the recommended profile and method to bootstrap a uclibc
12 > environment with a more recent (2007.0 or 2008.0-beta2) stage tarball
13 > and the latest portage?
14
15
16 Grab the most recent stage from (hardened or non)
17 http://distributions.barfoo.org/gentoo/releases/x86/stages/uclibc/current/stage3-x86-uclibc-hardened-20080110.tar.bz2
18 unpack.
19
20 tar jxf stage3-x86-*.tar.bz2 -C /some_staging_dir
21 cd /some_staging_dir
22 mount -obind /proc proc
23 mount -obind /sys sys
24 cp /etc/resolv.conf etc/
25 chroot . /bin/bash --login
26 echo PKGDIR=/packages/ >> /etc/make.conf
27 echo FEATURES=buildpkg >> /etc/make.conf
28 emerge -q world
29
30 #finished.
31
32 >
33 > Thanks,
34 >
35 >
36 > -Josh
37 >
38 > --
39 > Joshua ChaitinPollak | Software Engineer
40 > Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970
41 >
42 >
43 >
44 >
45 >
46 >
47 >
48 >
49 >
50 >
51 >
52 >
53
54 --
55 gentoo-embedded@l.g.o mailing list