OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / SOURCE
1
2 uClinux/distribution SOURCE
3 ---------------------------
4
5 The sources in this build have come from many places. Everything in
6 this package is covered by some type of open source or public domain
7 license. GNU copyleft is the most prevelant, but check within each
8 package for its specific licsense if you have concerns.
9
10
11 The directories:
12
13 linux-2.4.x -- uClinux sources from cvs.uclinux.org
14 linux-3.x   -- linux sources from kernel.org (+ changes)
15
16 freeswan    -- FreeSWAN 1.97 from www.freeswan.org
17
18 lib         -- Application libraries. Includes uC-libc, libm and others.
19
20 uClibc      -- An alternate libc from www.uClibc.org
21
22 glibc       -- Standard GNU libc
23
24 user        -- User mode applications, source from many, many places.
25                Too many places to enumerate, most are standard GNU/Linux
26                packages, all are freely available on the net somewhere.
27                Some applications have been specially developed for uClinux.
28
29 The following directories hold results of the build process:
30
31 config      -- A version of the linux config scripts that are used to
32                drive the vendor/platform configuration.
33
34 vendors     -- holds plaform specific build information or support files.
35                This is also the location where default build configurations
36                are kept for each of the supported platforms.
37
38 romfs       -- Is the structrue of the root file system. Mostly it holds
39                the user application binaries, but also has device nodes,
40                configuration files, shared libraries, etc.
41
42 images      -- Contains the final build binaries of the kernel, root file
43                system, and often a complete combined image.
44