This library has a convenient "source file" method designed for sourcing shell envs and returning values set in them. deviceinfo's syntax every where else seems to be "whatever sh can 'source'", so using this library seems a lot nicer than trying to implement a parser/interpreter here (and almost certainly missing corner cases, functionality, etc) [ci:skip-build]: already built successfully in CI
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
deviceinfo_format_version="0"
|
|
deviceinfo_uboot_boardname="foobar-bazz"
|
|
# line with multiple =
|
|
deviceinfo_initfs_compression="zstd:--foo=1 -T0 --bar=bazz"
|
|
# empty option
|
|
deviceinfo_initfs_extra_compression=""
|