commit | 1118a230538693b84e00035cee63e76a072b6b32 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Jun 16 17:35:22 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Jun 16 17:35:22 2022 +0800 |
tree | 6dd575613b7198331d3ed47a7dba04bd86c3e908 | |
parent | 9eeda51e4ff764ceab112eb6b2ffd9a84ee29fbf [diff] |
[Refactor RDK-B WiFi HAL] [Description] Refactor wifi_getApAclDeviceNum and wifi_delApAclDevices functions. For wifi_delApAclDevices the original method did not detect that weather the file exists. So, it would failed when tdk input a invalid apindex. [Release-log] N/A
External layer for turris omnia
Follow this build steps to generate RDKB image and assuming that yocto environment setting is already done.
$ mkdir <workspace dir> $ cd <workspace dir> $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next (or) $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b rdk-next $ repo sync -j4 --no-clone-bundle $ MACHINE=turris source meta-turris/setup-environment $ bitbake rdk-generic-broadband-image