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
This is the summary page that describes the CMF RDK-B iteration 2.1-20160523. Iterations are CMF snapshots of RDK development code.
Baseline
Baseline | CMF-20160523 | 2016-05-23 baseline. |
Post-baseline updates | ||
TDK | N/A | |
Manifest | rdkb-2.1-20160523 |
$ mkdir rdkb $ cd rdkb $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2.1-20160523 $ repo sync -j4 --no-clone-bundle
-m rdkb.xml
in the build sequence above is important. If this is not specified, you will get an RDK-V tree by default.-b rdkb-2.1-20160523
in the build sequence above specifies the branch to use. If you omit the -b rdkb-2.1-20160523
entirely, you will get the master (HEAD) of each component. Currently, they are the same, but that will change with time.-b rdkb-2.1-20160523
option in the repo init command. However, unlike RDK-V, we are going to be batch updating RDK-B on a 2-weekly cycle for the moment.$ source meta-cmf-rdkb-bsp-emulator/setup-environment (select qemux86broadband) $ bitbake rdk-generic-broadband-image