Versions Compared

Key

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

...

  • Code Block
    repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-bpi-ap-extsrc.xml
    repo sync -j4 --no-clone-bundle
  • Code Block
    Cherry-pick below changes
    
    1.Extender base change: https://github.com/rdkcentral/meta-cmf-bananapi/pull/137
           git fetch https://github.com/ap934/meta-cmf-bananapi easymesh_ap_profile
           git cherry-pick fc80faac4e9e70a0507b905def4ab16fe17b4c05
    2.EasyMesh AP change: https://code.rdkcentral.com/r/c/rdk/components/generic/rdk-oe/meta-cmf-broadband/+/116676
           git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-cmf-broadband refs/changes/76/116676/2 && git cherry-pick FETCH_HEAD3. 
    3.EasyMesh Makefile changes : https://github.com/rdkcentral/unified-wifi-mesh/pull/385
  • Code Block
    source meta-cmf-bananapi/setup-environment-refboard-rdkb
    select option -1 (meta-cmf-bananapi/conf/machine/bananapi4-rdk-broadband-ap-extender.conf)
    bitbake rdk-generic-ap-extender-image

...