commit | 5a158f53c453faa84fcb16a9f92e66a6d6db1160 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri May 17 14:27:33 2024 +0800 |
committer | developer <developer@mediatek.com> | Fri May 17 14:27:33 2024 +0800 |
tree | b67e0039567206641b89a9b8e44ab0d4fdec2346 | |
parent | fd8c28463772700d620057dcc4f6bb53ca47a59f [diff] |
[rdkb][common][app][Fix ccsp-eth-agent build issue] [Description] Fix ccsp-eth-agent build issue without this change, eth agent may build error on ubuntu.20.04 [Release-log] Change-Id: I72a0eccf9d873c28b426c283ff5082e90aaead67
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