See overview and linuxbuild document PDF in doc/ directory.


SUMMARY OF INSTALL/CONFIG/BUILD
===============================

$ make xconfig
... select packages for downlaod
$ make xconfig
... configure components
$ make build
... building components according to configuration
$ cd output
$ ls -l


INSTALLING
==========

 1. After extracting do 'make xconfig/gconfig/menuconfig'
 2. first select which components are to be downloaded/installed (upgraded) before proceeding
 3. When exiting configuration tool, the download process will start


CONFIGURING
===========

Select the components under the "Select / Install / Upgrade Packages" section,
then configure each component.


BUILDING
========

The build process is started by issuing 'make build', the resulting binaries
will be found in the output/ directory and in respective build directory.


FILES
=====

 VERSION        - Current version of LINUXBUILD
 boot/          - RAM/FLASH/PROM booting
 dist/          - Distributions (root filesystem generation)
 doc/           - Document
 gaisler/       - various scripts, kconfig and other stuff
 linux/         - Linux kernel build
 output/        - Resulting Images (kernel, filesystems, boot loaders etc.)
