CMF
RDK Releases
Documentation
CMF Videos
Support
Support for CMF is provided by the RDK Support group.
To contact RDK Support:
Enter a ticket: https://jira.rdkcentral.com/
or
E-mail: support@rdkcentral.com
...
In order to use Yocto build system, first you need to make sure ensure that repo is properly installed on the machine:
Code Block | ||||
---|---|---|---|---|
| ||||
# create a bin directory mkdir ~/bin export 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 |
it It is recommended to put credentials in a ~/.netrc
Code Block | ||||
---|---|---|---|---|
| ||||
# RDK Central Github machine github.com login <Public GitHub userID>UserID> password <PAT> # RDK Central Gerrit machine code.rdkcentral.com login <RDK <rdkcentralCentral ssoSSO email address> password <PAT> |
...