commit | e98b950a613f65c7869f252a897263fc95b9064d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Dec 06 11:16:40 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Dec 06 11:16:40 2022 +0800 |
tree | 55dc5472a536f36557659e3a4622b3b908ce1570 | |
parent | b4605f40ee2b6067e253dc9e2e72ee6404992974 [diff] |
[rdkb][common][app][Fix dmcli can not set password bug] [Description] Fix dmcli can not set password bug. If we use dmcli to set wpa2, wifi-agent will set wrong key type (type pass is for wep, wpa2 should be psk). When setting password, hal will not set password if the key type is wrong. [Release-log] Change-Id: I89d2c60d1f1d001dbdd50804f63455c38813d0ce
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