commit | b75d67a8241a59abdbc039466f883b7c1eb47a36 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Jul 12 10:59:26 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Jul 12 10:59:26 2022 +0800 |
tree | 21543211c614f486ac31758713a481b2e7d5e24e | |
parent | feea77e652d03f393ff0f4fcb094d11b0051ce18 [diff] |
[Add u-boot-fw-utils for dual image] [Description] Add u-boot-fw-utils for dual image 1. support fw_printenv and fw_setenv commands [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