Skip to content

A Buildroot overlay for building WPE WebKit -- **does not work yet**

Notifications You must be signed in to change notification settings

jakschu/buildroot-wpe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildroot overlay for WPE on RPi

This repository contains documentation, tools, and build recipes to create WPE packages for RPi devices, in the form of directory ready to use with BR2_EXTERNAL.

This does not work. It is an abandoned WIP project. If you can figure out how to get it to work, that would be cool.

Building

Chose the appropriate “defconfig” for the target device (see list of included configurations below), and execute the following from the top-level source tree directory:

make rpi3_wpe_pkg_defconfig
make

This will download the needed sources, configure Buildroot, compile WPE, and produce store the build results under the output/ subdirectory.

Configuring

To tune your build configuration use:

make menuconfig

Clean builds and config changes

Buildroot does not attempt to automatically detect what you have changed on the build config from the previous build. So if you are unsure about what sould be rebuilt after a build config change or how to do that, then trigger a complete new build from a clean state:

make clean && make

Included Configurations

  • rpi2_wpe_pkg_defconfig: Produces an 1GB image file at output/images/sdcard.img for the RPi2 with WPE. The image should be wrote raw to the sdcard, using a tool like dd or etcher
  • rpi3_wpe_pkg_defconfig: Produces an 1GB image file at output/images/sdcard.img for the RPi3 with WPE. The image should be wrote raw to the sdcard, using a tool like dd or etcher

Documentation

About

A Buildroot overlay for building WPE WebKit -- **does not work yet**

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 95.8%
  • Shell 4.2%