RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Papers & Presentations Archive
In order to use Yocto build system, the repo tool must be properly installed on the machine.
To install Repo make sure you have a /bin directory in your home directory and that it is included in your path
mkdir ~/bin PATH=~/bin:$PATH curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo
Note: Cloning the code before login once to code.rdkcentral.com, user would get the Authentication error, even though the account is in good standing and has all the required access. Please login to code.rdkcentral.com before attempting to clone.
Create workspace directory,
$ mkdir <workspace dir> $ cd <workspace dir>
Follow below build instructions,
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_30Sep22.xml -b master $ repo sync -j4 --no-clone-bundle $ MACHINE=turris source meta-turris/setup-environment $ bitbake rdk-generic-broadband-image
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_extender_30Sep22.xml -b master $ repo sync -j4 --no-clone-bundle $ MACHINE=turris-extender source meta-turris/setup-environment build-turris-ext $ bitbake rdk-generic-extender-image
DISCLAIMER: Please note that the use of the RDK Wiki is subject to its Privacy Policy & Terms of Use. In addition, this Wiki may be accessed by all RDK licensees and their contractors.
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.