Merge pull request #1363 from fewtarius/dev

Update building.md.
This commit is contained in:
fewtarius 2023-04-27 07:52:18 -04:00 committed by GitHub
commit d3cda9298c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.