commit
d3cda9298c
1 changed files with 6 additions and 4 deletions
10
BUILDING.md
10
BUILDING.md
|
@ -147,10 +147,12 @@ JELOS supports various build variables which alter the behavior of the distribut
|
|||
|
||||
|Build Option|Setting|Function|
|
||||
|----|----|----|
|
||||
|EMULATION_DEVICE|true|Builds EmulationStation and all emulators, builds EmulationStation and NO emulators if false.|
|
||||
|ENABLE_32BIT|true|Builds a 32bit root and includes it in the image. Needed for 32bit cores and applications.|
|
||||
|BASE_ONLY|false|Builds only the bare minimum packages, includes Weston on supported devices. Does not build EmulationStation.|
|
||||
|CONTAINER_SUPPORT|false|Builds support for running containers on JELOS|
|
||||
|EMULATION_DEVICE|yes|Builds EmulationStation and all emulators, builds EmulationStation and NO emulators if false.|
|
||||
|ENABLE_32BIT|yes|Builds a 32bit root and includes it in the image. Needed for 32bit cores and applications.|
|
||||
|BASE_ONLY|false<sup>1</sup>|Builds only the bare minimum packages, includes Weston on supported devices. Does not build EmulationStation.|
|
||||
|CONTAINER_SUPPORT|no|Builds support for running containers on JELOS|
|
||||
|
||||
> Note: <sup>1</sup> this property will change to yes/no for consistency in a future release.
|
||||
|
||||
### Special env variables
|
||||
For development build, you can use the following env variables to customize the image. Some of them can be included in your `.bashrc` startup shell script.
|
||||
|
|
Loading…
Reference in a new issue