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 rdkb-2025q2-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 -m2 5ae571717c65501dac6568a9b4e90771052deb0a
    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/6 && git cherry-pick FETCH_HEAD
    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

Features planned 

Release consumers

...

TBD

Current changes

All changes are currently in meta-cmf-bananapi layer including bb files (https://github.com/rdkcentral/meta-cmf-bananapi/pull/137), once changes in meta-rdk merges, will change accordingly.

...