commit | e8f1a74eafbbb710c1e2d9534d39bf3ae9eceb07 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Feb 10 15:00:10 2023 +0800 |
committer | developer <developer@mediatek.com> | Fri Feb 10 15:00:10 2023 +0800 |
tree | 0df276bb09226a5f29b905df95751092ad2988b3 | |
parent | ff3d3977df7ea62561539e06b335cd37e6353e70 [diff] |
[rdkb][common][app][Refactor busybox config] [Description] 1. enable losetup and blkid tools in util-linux and disable losetup and blkid tools in busybox for getting more detail informations and control options [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