Bitbake meta layer extending the bolt distro with recipes allowing to build WPE WebKit OCI image.
See Setup and building section in the meta-bolt-distro documentation.
- Download this repository and enter its root directory.
git clone https://github.com/rdkcentral/meta-bolt-wpe.git
cd meta-bolt-wpe
- Setup the build environment.
source setup-environment
- Start building the WPE WebKit OCI image.
bitbake wpe-bolt-image
To create Bolt packages for WebKit, ensure that the base package is available in the package store. Refer to the building the base bolt package section to generate the base package and set up the package store.
Follow the same steps mentioned in the WPE OCI image building instructions chapter to setup and build the WebKit runtime, but instead of calling bitbake wpe-bolt-image, use the bolt tool to create bolt packages for WebKit.
bolt make wpe --install
bolt make ytlr-cert-2021
To run bolt packages on device, use bolt push and bolt run as explained in bolt tool usage
bolt push <remote> com.rdkcentral.base+0.1.0
bolt push <remote> com.rdkcentral.wpe+0.0.1
bolt push <remote> com.rdkcentral.ytlr-cert-2021+0.0.1
bolt run <remote> com.rdkcentral.ytlr-cert-2021+0.0.1