Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-extsrc.xml 
repo sync -j`nproc` --no-tag-clone-bundle

# Need to cherry-pick the below change
 cd rdkb/components/opensource/ccsp/CcspCommonLibrary && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspCommonLibrary refs/changes/77/85577/3 && git cherry-pick FETCH_HEAD && cd - 
cd rdkb/components/opensource/ccsp/DhcpManager && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/DhcpManager refs/changes/77/88577/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/CoreNetLib && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CoreNetLib refs/changes/75/88575/1 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/Utopia && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/Utopia refs/changes/76/88576/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/rdk-wifi-hal && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/hal/rdk-wifi-hal refs/changes/26/88826/2 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/hal/rdk-wifi-hal refs/changes/89/86489/3 && git cherry-pick FETCH_HEAD && cd - 
cd rdkb/components/opensource/ccsp/CcspEPONAgent && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspEPONAgent refs/changes/18/89618/3 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/CcspLMLite && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspLMLite refs/changes/68/87768/1 && git cherry-pick FETCH_HEAD && cd -
cd meta-rdk-broadband && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/74/84774/4 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/84/87484/2 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/43/88043/1 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/61/89461/1 && git cherry-pick FETCH_HEAD && cd -
cd meta-rdk && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/73/84773/12 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/46/89746/1 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/52/89952/3 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/93/90393/3 && git cherry-pick FETCH_HEAD && cd -
 cd meta-rdk-ext && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-ext refs/changes/19/88119/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/OneWifi && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/OneWifi refs/changes/91/86491/3 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/OneWifi refs/changes/60/86860/2 && git cherry-pick FETCH_HEAD 
cd -

MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment
bitbake rdkb-generic-broadband-image

...

Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-extsrc.xml
 repo sync -j`nproc` --no-tag-clone-bundle

# Need to cherry-pick the below change
 cd rdkb/components/opensource/ccsp/CcspCommonLibrary && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspCommonLibrary refs/changes/77/85577/3 && git cherry-pick FETCH_HEAD && cd - 
cd rdkb/components/opensource/ccsp/DhcpManager && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/DhcpManager refs/changes/77/88577/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/CoreNetLib && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CoreNetLib refs/changes/75/88575/1 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/Utopia && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/Utopia refs/changes/76/88576/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/rdk-wifi-hal && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/hal/rdk-wifi-hal refs/changes/26/88826/2 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/hal/rdk-wifi-hal refs/changes/89/86489/3 && git cherry-pick FETCH_HEAD && cd - 
cd rdkb/components/opensource/ccsp/CcspEPONAgent && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspEPONAgent refs/changes/18/89618/3 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/CcspLMLite && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspLMLite refs/changes/68/87768/1 && git cherry-pick FETCH_HEAD && cd -
cd meta-rdk-broadband && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/74/84774/4 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/84/87484/2 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/43/88043/1 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-broadband refs/changes/61/89461/1 && git cherry-pick FETCH_HEAD && cd -
cd meta-rdk && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/73/84773/12 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/46/89746/1 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/52/89952/3 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/93/90393/3 && git cherry-pick FETCH_HEAD && cd -
 cd meta-rdk-ext && git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk-ext refs/changes/19/88119/2 && git cherry-pick FETCH_HEAD && cd -
cd rdkb/components/opensource/ccsp/OneWifi && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/OneWifi refs/changes/91/86491/3 && git cherry-pick FETCH_HEAD && git fetch https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/OneWifi refs/changes/60/86860/2 && git cherry-pick FETCH_HEAD 
cd -

MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment
bitbake rdkb-generic-broadband-image

...