Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] How to manage multiple distributions, cross compilers in one chroot environment
Date: Thu, 06 Jan 2011 14:09:37
Message-Id: 20110106140116.9767.qmail@stuge.se
In Reply to: [gentoo-embedded] How to manage multiple distributions, cross compilers in one chroot environment by Kfir Lavi
1 Kfir Lavi wrote:
2 > What I want is a way to keep few compilers environments.
3 > lets say:
4 > stable x86 compiler
5 > unstable x86 compiler
6 > few arm cross compilers.
7 >
8 > So when I create a distribution and an few month time I want the
9 > same exactly environment, to compile and upgrade few packages and
10 > be sure not to break anything, I want to keep those version of the
11 > compilers.
12 ..
13 > Can we boost up crossdev,
14
15 No boosting neccessary. Just use crossdev with some explicit version
16 numbers for all components, and you get excellent repeatability.
17
18
19 As for distro creater, I use catalyst to build a stage4 and stage5.
20 Not sure how well that works for cross platform however, I only use
21 on amd64 to build for various x86, and this may be a special case.
22
23
24 //Peter

Replies