1 | # $Id$
|
---|
2 |
|
---|
3 | CLFS-1.x NOTES
|
---|
4 |
|
---|
5 | None for now.
|
---|
6 |
|
---|
7 |
|
---|
8 |
|
---|
9 | CLFS SYSROOT METHOD NOTES
|
---|
10 |
|
---|
11 | .- If you want to install additional custom packages via "Add custom tools
|
---|
12 | support" and/or select "Add blfs-tool support", be sure to review and edit
|
---|
13 | their packages build scripts to follow the sysroot build method or you will
|
---|
14 | end messing your host system. Be very careful with this.
|
---|
15 |
|
---|
16 | .- If you install additional packages not using the "Add custom tools support"
|
---|
17 | feature (i,e, you will install it manually after finished the Makefile run)
|
---|
18 | you will need to run manually the "Changing the Ownership Of The CLFS System"
|
---|
19 | phase commands found in the book.
|
---|
20 |
|
---|
21 |
|
---|
22 |
|
---|
23 | CLFS EMBEDDED SYSTEMS NOTES
|
---|
24 |
|
---|
25 | .- Mips, WRT and ARM builds are broken due a book bug on the uClibc
|
---|
26 | *ENDIAN* configuration settings.
|
---|
27 |
|
---|
28 | .- To install CBLFS packages you must to use the "Add custom tools support"
|
---|
29 | feature. To learn how it works and how to use it, see the section titled
|
---|
30 | "Adding Post-System Build Configuration Files and Extra Packages"
|
---|
31 | found in README.CUSTOM. That is also applicable to bootloaders installation.
|
---|
32 |
|
---|
33 | .- If you install additional packages not using the "Add custom tools support"
|
---|
34 | feature (i,e, you will install it manually after finished the Makefile run)
|
---|
35 | you will need to run manually the "Changing the Ownership Of The CLFS System"
|
---|
36 | phase commands found in the book.
|
---|
37 |
|
---|
38 | .- If your target is a MIPS wireless router, you must to select "mips" as
|
---|
39 | your target architecture and "WRT - MIPS based wireless route" as your
|
---|
40 | hardware platform.
|
---|
41 |
|
---|
42 | .- The backup & clean-up phases aren't run. This is to allow users to
|
---|
43 | review the installed files and do a more in-deeper clean-up before creating
|
---|
44 | the system tarball.
|
---|