GithubHelp home page GithubHelp logo

twolde2 / teamblue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teamblue-e2/enigma2

0.0 0.0 0.0 81.75 MB

License: GNU General Public License v2.0

Shell 0.23% C++ 36.57% Python 50.83% C 10.21% Makefile 0.50% BitBake 0.04% M4 1.04% SWIG 0.58%

teamblue's Introduction

Our buildserver is currently running on:

Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-65-generic x86_64)

teamBlue 6.5 (based on openPLi) is build using oe-alliance build-environment "4.5" and several git repositories:

https://github.com/oe-alliance/oe-alliance-core/tree/4.5

https://github.com/teamblue-e2/enigma2/tree/6.5

https://github.com/teamblue-e2/skin/tree/master

and a lot more...


Building Instructions

1 - Install packages on your buildserver

sudo apt-get install -y autoconf automake bison bzip2 chrpath coreutils cpio curl cvs debianutils default-jre default-jre-headless diffstat flex g++ gawk gcc gcc-8 gettext git git-core gzip help2man info iputils-ping java-common libc6-dev libegl1-mesa libglib2.0-dev libncurses5-dev libperl4-corelibs-perl libproc-processtable-perl libsdl1.2-dev libserf-dev libtool libxml2-utils make ncurses-bin patch perl pkg-config psmisc python3 python3-git python3-jinja2 python3-pexpect python3-pip python-setuptools qemu quilt socat sshpass subversion tar texi2html texinfo unzip wget xsltproc xterm xz-utils zip zlib1g-dev

2 - Set your shell to /bin/bash

sudo dpkg-reconfigure dash
When asked: Install dash as /bin/sh?
select "NO"

3 - Use update-alternatives for having gcc redirected automatically to gcc-8

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 --slave /usr/bin/g++ g++ /usr/bin/g++-7
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8

4 - Repair g++ after gcc8 installation

sudo apt-get remove -y  g++
sudo apt-get install -y  g++

5 - modify max_user_watches

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sysctl -n -w fs.inotify.max_user_watches=524288

6 - Add user teambluebuilder

sudo adduser teambluebuilder

7 - Switch to user teambluebuilder

su teambluebuilder

8 - Switch to home of teambluebuilder

cd ~

9 - Create folder teamblue

mkdir -p ~/teamblue

10 - Switch to folder teamblue

cd teamblue

11 - Clone oe-alliance git

git clone git://github.com/oe-alliance/build-enviroment.git -b 4.5

12 - Switch to folder build-enviroment

cd build-enviroment

13 - Update build-enviroment

make update

14 - Finally you can start building a image

MACHINE=gbquad4k DISTRO=teamblue make image

Build Status - branch master: Build Status

Build Status - branch 6.5: Build Status

teamblue's People

Contributors

littlesat avatar tmbinc avatar pieterg avatar dima73 avatar athoik avatar teamblue-e2 avatar wanwizard avatar taapat avatar technl avatar iansav avatar eriksl avatar mtdcr avatar persianpros avatar mirakels avatar nautilus7 avatar huevos avatar betacentauri avatar radxnl avatar urmasp avatar buglessrb avatar blzr avatar pr2git avatar abubaniaz avatar ims21 avatar zgemma-star avatar linuxstv avatar hains avatar stevenhoving avatar cofybreak avatar mcfly822 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.