-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.in
More file actions
29 lines (24 loc) · 1.09 KB
/
Copy pathConfig.in
File metadata and controls
29 lines (24 loc) · 1.09 KB
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
choice BR2_DIGITALROOSTER_TARGET_BOARD
prompt "Target Board"
default BR2_DIGITALROOSTER_TARGET_RPI_ZERO_W
help
Select target board
config BR2_DIGITALROOSTER_TARGET_BPI_M2_ZERO
bool "Banana Pi M2 Zero"
config BR2_DIGITALROOSTER_TARGET_RPI_ZERO_W
bool "Raspberry Pi Zero W"
endchoice
config BR2_DIGITALROOSTER_CREATE_SWU
bool "Create a sw-update file"
help
Apends custom script to post-image scripts to create a .swu file
To create signed images you have to set 2 environment variables:
1) The variable 'SWU_IMAGE_CERT_PATH' contains the path of the public
certificate that will be installed in /etc/ssl/certs/sw-update-cert.pem
used for validating signatures at runtime.
2) The environment variable 'SWU_IMAGE_SIG_KEY_PATH' contains the path
to a path of the private RSA key matching the public cert used for
signing in the .swu file.
#-------------------------------------------------------------------------------
source "$BR2_EXTERNAL_DigitalRooster_PATH/package/digitalroostergui/Config.in"
#-------------------------------------------------------------------------------