Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment Setup

  • Host- environment

  1. In Ubuntu 18.04 version, consider the versions of git(1.8.3.1 or greater), tar(1.27 or greater), Python(3.4.0 or greater), Coreutils.
  2. Take a look on the following

...

  1. packages,

$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm

  • System Work Flow

...

3. Configure repo

4. Ensure the .netrc and .gitconfig files

  • Build instructions

The following commands fetches the source code of turris using repo tool,

repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next

 repo sync -j4 --no-clone-bundle

$ source meta-turris/setup-environment ( Select turris.conf)

For core-minimal image,

$ bitbake core-minimal-image

Resolve all the errors that is being faced and once after the successful build can validate the functionalities.

Error Handling

For core-minimal image,

...