commit | 761278ae1e52f52c17c91047b1d91ff6c3c2531c | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Nov 01 19:27:22 2022 +0800 |
committer | developer <developer@mediatek.com> | Wed Nov 02 13:45:44 2022 +0800 |
tree | 42c38fb07b0194aa8f6af7c605adaaa3c1e0750f | |
parent | a66c201392175ad9b3d54fbec972cf02f0d2cc75 [diff] |
[rdkb][common][app][Add perf build-in] [Description] Add perf build-in 1. add binutils into the white list of GPLv3, because of perf depend on binutils and if the license of binutils is GPLv3, and rdkb will return error for GPLv3 can't depend on. 2. remove RDEPENDS elfutils for perf [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