RDK Resources
Loading...
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
How to Build#SettinguptheHostEnvironment
repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkb-extsrc.xml
Once repo init was done, Please follow the below instructions,
<?xml version='1.0' encoding='UTF-8'?> <!-- AUTOGENERATED - PLEASE DO NOT MODIFY --> <manifest> <project name="meta-gplv2" remote="yocto" revision="dunfell"/> <project name="meta-python2" remote="openembedded" revision="dunfell"/> <project name="rdk/components/opensource/oe/bitbake" path="openembedded-core/bitbake" revision="1.46"/> <project name="rdk/components/opensource/oe/meta-browser" path="meta-browser" revision="rdk/morty"/> <project name="rdk/components/opensource/oe/meta-java" path="meta-java" revision="dunfell"/> <project name="rdk/components/opensource/oe/meta-jz-mips" path="meta-jz-mips" revision="master"/> <project name="rdk/components/opensource/oe/meta-openembedded" path="meta-openembedded" revision="dunfell"/> <project name="rdk/components/opensource/oe/meta-qt5" path="meta-qt5" revision="rdk/morty"/> <project name="rdk/components/opensource/oe/meta-raspberrypi" path="meta-raspberrypi" revision="dunfell"/> <project name="rdk/components/opensource/oe/meta-rtlwifi" path="meta-rtlwifi" revision="dunfell"/> <project name="rdk/components/opensource/oe/meta-virtualization" path="meta-virtualization" revision="dunfell"/> <project name="rdk/components/opensource/oe/openembedded-core" path="openembedded-core" revision="dunfell"/> </manifest
repo sync -j4 --no-clone-bundle
Note: The above bug fixes changes are temporary given as instructions. This is not required once the change is get merged into the appropriate repo
MACHINE=raspberrypi-rdk-broadband-dunfell source meta-cmf-raspberrypi/setup-environment bitbake rdk-generic-broadband-image
Basic functions are validated in dunfell branch,