Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Repo: https://github.com/rdkcentral/meta-bolt-wpe

Info
titleDependent Base Packages:

To build an application that depends on base/runtime Bolt packages (for example, com.rdkcentral.base+<version>.bolt), ensure those dependent packages are available first. Either build them separately or place the corresponding .bolt artifacts in the following
location before running the build:

Code Block
build/bolts/



Code Block
git clone https://github.com/rdkcentral/meta-bolt-wpe.git
cd meta-bolt-wpe
git checkout <branch/revision/tag>
source setup-environment

# Create bolt-tools and hash it
bitbake bolt-env && hash bolt

#build wpe bolt package
bolt make wpe

...