-
Notifications
You must be signed in to change notification settings - Fork 6
/
balena.yml
55 lines (50 loc) · 1.89 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: wpe
description: >-
A hardware accelerated web browser based on WPE WebKit. WPE WebKit allows
embedders to create simple and performant systems based on Web platform
technologies. It is a WebKit port designed with flexibility and hardware
acceleration in mind, leveraging common 3D graphics APIs for best performance.
post-provisioning: >-
## Usage instructions
**Application download**
Once you power up your device you'll need to allow some time for it to
download the application, this typically takes less than one minute but it can
take more depending on your internet connection.
__Note: The device will reboot to apply some device configurations.__
**Usage**
When the download is complete a browser will start in the screen. You should
see the WPE WebKit homesite. You can also access http://balena:8080 or
http://balena.local:8080 to modify the webpage being loaded.
version: 5.0.1
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/igalia/balena-wpe'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/igalia/balena-wpe/main/logo.png'
data:
applicationEnvironmentVariables:
- WPE_COG_PLATFORM_FDO_VIEW_FULLSCREEN: 1
- WPE_COG_PLATFORM_FDO_VIEW_HEIGHT: 720
- WPE_COG_PLATFORM_FDO_VIEW_WIDTH: 1280
- WPE_COG_RELAUNCH: ''
- WPE_COG_RELAUNCH_DELAY: 5
- WPE_PULSE_SERVER: 'unix:/run/pulse/pulseaudio.socket'
- WPE_WESTON_SHELL: desktop
- WPE_WESTON_OUTPUT_USE_CURRENT_MODE: 0
- WPE_WESTON_OUTPUT_MAX_WIDTH: 0
- WPE_WESTON_OUTPUT_MAX_HEIGHT: 0
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 396
- BALENA_HOST_CONFIG_gpu_mem_256: 128
- BALENA_HOST_CONFIG_gpu_mem_512: 196
- BALENA_HOST_CONFIG_dtoverlay: vc4-kms-v3d
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
- raspberrypi3
- raspberrypi3-64