commit | 4993d7838315451b437a8459cd2a14e92ab89bbc | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Jul 07 18:09:42 2023 +0800 |
committer | developer <developer@mediatek.com> | Fri Jul 07 18:09:42 2023 +0800 |
tree | d897a316a8773dd7aa660161b246879565cea725 | |
parent | d17941b58f2b558f99d2363611b262cd4ea86578 [diff] |
[[Easymesh][RDKB] Compilation issue fix] [Description] - Add change to disable the easymesh compilation for now [Release-log] Change-Id: I7afb580a40f362b69d020d8615d7138b6f1b4b63
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