commit | a7e71d35421eb56eea5e449af9ea97e07b41123c | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Mar 05 14:10:32 2024 +0800 |
committer | developer <developer@mediatek.com> | Tue Mar 05 14:12:13 2024 +0800 |
tree | 1136ea743585712b9f758a789df3e9f84d7088ba | |
parent | 901792b8ec6ba9c9d69d489b6b1710c06f8dc044 [diff] |
[[RDKB][Owl] Porting Owl to RDKB] [Description] Porting Owl to RDKB Distinguish mt-wifi-ce & scan-radio-insmod between kiwi and owl Refine package bitbake to default boot up with Owl [Release-log] Change-Id: I0e7883bec2ede22a49c90972f405790cc3df31ab
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