...
Deck of Cards |
---|
|
Card |
---|
id | Repo steps |
---|
label | Dunfell Build |
---|
| Code Block |
---|
language | bash |
---|
theme | DJango |
---|
title | Dunfell Build |
---|
| $ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml
$ repo sync -j`nproc` --no-clone-bundle |
|
|
FwUpgradeManager generic changes,
Code Block |
---|
language | bash |
---|
theme | DJango |
---|
title | FwUpgradeManager |
---|
collapse | true |
---|
|
$cd ~/rdk/components/generic/rdk_logger
git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk_logger refs/changes/52/60852/1 && git cherry-pick FETCH_HEAD |
Note : The above bug fixes changes are temporary given as instructions. This is not required once the change is gets merged into the appropriate repo.
Image Generation Steps
Code Block |
---|
language | bash |
---|
theme | DJango |
---|
title | Build steps |
---|
|
$ MACHINE=raspberrypi-rdk-broadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-broadband-image |
...