commit | ff3b41f263128b1812a95f8bde9379b9d59d1348 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Apr 12 20:02:18 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Apr 12 20:02:18 2022 +0800 |
tree | 09a3048aa7f0b144e988b3a5adc325b94160f582 | |
parent | 15a4331ff354aaa782193d01bbd0a724d1cafa78 [diff] |
[Fix utopia build fail issue] [Description] Fix utopia build fail issue 1. patch some lack function in hal_platform.c for 2022 rdkb version [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