You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vanhofen 71e4121f3f - server: fix online update for bre2ze4k 5 years ago
archive-configs - add wwio bre2ze4k; part 2 5 years ago
archive-imagefiles - channellists: update matze settings 5 years ago
archive-patches - links: add patch to allow https; thx to satbaby 5 years ago
archive-server - server: fix online update for bre2ze4k 5 years ago
helpers - helpers: add script to get or update svn repositories 5 years ago
make - channellists: update matze settings 5 years ago
skel-root - skel-root/armbox: fix command to mount mmcblk0p1; thx to DboxOldie 5 years ago
.gitignore - .gitignore: fix nohup file 6 years ago
Makefile - minor fixes 5 years ago
Makefile.example - add Makefile.exmple; add default target (it targets to 'make all') 6 years ago
README.md - update README.md 6 years ago
config.example - minor fixes 5 years ago
index.html - initial commit 7 years ago

README.md

NI \o/ - Neutrino-Images Buildsystem

Voraussetzung für die Nutzung des Buildsystems ist ein Bitbucket Account. Der Bitbucket Account muss einen SSH-Key hinterlegt haben.

Für die Einrichtung unter Debian sind folgende Pakete nötig

apt-get install \
git subversion cvs automake build-essential ccache cmake patch bison flex \
texinfo autopoint libtool libtool-bin python curl gawk gzip bzip2 lzma gperf \
gettext help2man bc libglib2.0-dev libncurses5-dev libncursesw5-dev \
liblzo2-dev uuid-dev libssl-dev libcurl4-openssl-dev intltool

1) Buildsystem initialisieren

git clone git@bitbucket.org:neutrino-images/ni-buildsystem.git
cd ni-buildsystem

2) Archivverzeichnis erstellen

mkdir -p $HOME/archives
ln -s $HOME/archives download

3) Buildsystem konfigurieren

make local-files

config.local auf die eigenen Bedürfnisse anpassen. BOXMODEL muss gesetzt werden!

4) Buildumgebung prüfen

make toolcheck

5) Buildsystem initialisieren und Toolchain bauen

make init

6) Image(s) bauen

make image
make images

7) Aktualisieren und aufräumen

make update-all
make clean