commit | 50c937b5f2b843e0ac068fe2b610d32971259b1d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Nov 02 10:46:01 2022 +0800 |
committer | developer <developer@mediatek.com> | Wed Nov 02 13:46:57 2022 +0800 |
tree | 1606811fd63c75115825e769fe914a437a299ee7 | |
parent | 761278ae1e52f52c17c91047b1d91ff6c3c2531c [diff] |
[rdkb][common][app][Fix chihuahua tool can't capture fwlog via SSH] [Description] Fix chihuahua tool can't capture fwlog via SSH 1. dropbear will not execute the command which is in /usr/sbin, because of the DEFAULT_PATH in dropbear doesn't include /usr/sbin [Release-log]
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