commit | d0ee023ec10235f7cd324ab2e0c4f016d0be2f34 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Nov 14 10:43:54 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Nov 14 10:43:54 2022 +0800 |
tree | b2490767793a14186953c906e1367d72d5980135 | |
parent | 61b9b9835ec895b0163ca871c5ddf8492d5c3e41 [diff] |
[rdkb][common][app][Fix test-and-diagnostic build fail] [Description] Fix test-and-diagnostic build fail 1. beacause rdkb fixed 64bit build fail issue, so we need to remove this patch "fix_64bit_build_error.patch". otherwise we will patch fail. [Release-log] Change-Id: I726abd32eee1d3fcde7b975cde2d0d0cbeb875ae
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