Giter Club home page Giter Club logo

opendroid's Introduction

Build Status - branch 7.3 develop:

Build Status

Our buildserver is currently running on:

Current OS

Ubuntu 22.04.1 LTS (Kernel 5.15.0) 64-bit

Hardware requirements

RAM: 16GB

SWAP: 8GB

CPU: Multi core\thread Model

HDD: for Single Build 250GB Free, for Multibuild 500GB or more

openDroid 7.3 is build using oe-alliance build-environment and several git repositories:

OE Alliance Core - Core framework

https://github.com/opendroid-Team/enigma2

[https://github.com/stein17/Skins-for-openOPD/tree/python3)

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-12 gcc-multilib g++-multilib 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 zstd fakeroot lz4 liblz4-tool

2 - Set python3 as preferred provider for python

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2
sudo update-alternatives --config python
select python3

3 - Set your shell to /bin/bash.

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

4 - modify max_user_watches

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

sudo sysctl -n -w fs.inotify.max_user_watches=524288

5 - Add user opendroidbuilder

sudo adduser opendroidbuilder

6 - Switch to user opendroidbuilder

su opendroidbuilder

7 - Switch to home of openadroidbuilder

cd ~

8 - Create folder opendroid

mkdir -p ~/opendroid

9 - Switch to folder opendroid

cd opendroid

10 - Clone oe-alliance git

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

11 - Switch to folder build-enviroment

cd build-enviroment

12 - Update build-enviroment

make update

13 - Finally you can start building a image

  • Build an image with feed (build time 5-12h)

15 - MACHINE=sf4008 DISTRO=opendroid DISTRO_TYPE=release make image ```

Build an image without feed (build time 1-2h)

```sh

16 - MACHINE=sf4008 DISTRO=opendroid DISTRO_TYPE=release make enigma2-image ```

Build the feeds

```sh
MACHINE=sf4008 DISTRO=opendroid DISTRO_TYPE=release make feeds
```

Build specific packages

```sh

17 - MACHINE=sf4008 DISTRO=opendroid DISTRO_TYPE=release make init

cd builds/opendroid/sf4008/

source env.source

bitbake nfs-utils rcpbind ...

opendroid's People

Contributors

gimsy avatar formiano avatar opendroid-team avatar devclone avatar erminio1971 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.