commit | 7c62a2ed6481fdca06dad0db6f8c08dc13a664dd | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Dec 29 10:41:52 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Dec 29 10:44:04 2022 +0800 |
tree | 55dc5472a536f36557659e3a4622b3b908ce1570 | |
parent | 25f2652388d63df43f1aa3e484ed7f07c7830143 [diff] |
Revert "[rdkb][common][app][Fix ccsp build failed]" This reverts commit dfd6ac2db0c6d4875d85a9a227ae2fb3c24fd430. Reason for revert: Because rdkb has fix this error, so we revert this patch. Change-Id: If7cb82221079ef469c5b8821c6e9fad784f94cc4
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