Versions Compared

Key

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

...

In order to install Repo make sure you have a /bin directory in your home directory and that it is included in your path

Code Block
languagebash
$ mkdir ~/bin

...



$ PATH=~/bin:$PATH

...



Download the repo tool and ensure that it is executable

...



$ curl http://commondatastorage.googleapis.com/git-repo-downloads/

...

repo > ~/bin/repo

...



$ chmod a+x ~/bin/repo

Note: it is also recommended to put credentials in .netrc when interacting with repo.

...

login YOUR_USERNAME

password YOUR_PASSWORD

Yocto Build Steps

To build, follow below instructions

Code Block
languagebash
themeConfluence
linenumberstrue
$ mkdir <workspace dir>

...



$ cd <workspace dir>

...



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

...



$ repo sync -j4 --no-clone-bundle

...



$ source meta-cmf-raspberrypi/setup-environment (Select option raspberrypi-rdk-broadband.conf)

...



$ bitbake rdk-generic-broadband-image

Required Hardware

                   The equipment listed below is required for complete functionality of the standalone environment. The only devices that are tested to work properly in this solution are the specific brands and models listed below. Support for other types of equipment is not available at this time.

...