commit | ea0a700c930125da61fd2a5aa03b18ab6184f914 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Oct 03 11:44:07 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Oct 03 11:44:07 2022 +0800 |
tree | 947a9f03162d705ee5e1c366615b538d0e392fc3 | |
parent | 8be3e6f83be6e790d3a907846f396308f8d4c5cd [diff] |
[rdkb][common][app][fix test-and-diagnostic build error] [Description] fix test-and-diagnostic build error 1. add flag _64BIT_ARCH_SUPPORT_ [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