-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathConfig.in
32 lines (28 loc) · 1.39 KB
/
Config.in
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
source "$BR2_EXTERNAL_HERO_PATH/package/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/ariane-support/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/hero-apps/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/hero-openmp/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/libhero-target/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/libpulp/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/prem-cmux/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/pulp-driver/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/riscv-pk-ariane/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/vitetris/Config.in"
source "$BR2_EXTERNAL_HERO_PATH/package/zynq-mkbootimage/Config.in.host"
config BR2_HERO_AUTHORIZED_KEYS
string "Optional authorized keys file to install"
help
Authorized keys file to install for automatic SSH access.
Leave empty to not install any authorized keys.
config BR2_HERO_BITSTREAM
string "Optional bitstream to load for targeted FPGA"
help
Location of a bitstream to load for the FPGA device during
boot. Leave empty to not load any bitstream.
config BR2_HERO_EXT_MOUNT
string "External mount point to load for chrooting"
help
Location to mount as external root, for example NFS partition.
Binds system to the filesystem. Options can be specified
before (with -o) as the options are completely forwarded to
mount. Leave empty to not mount external partition.