Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
a5c44a2a
Commit
a5c44a2a
authored
10 years ago
by
Nils Schneider
Browse files
Options
Downloads
Plain Diff
Merge pull request #180 from pberndro/patch-1
Update getting_started.rst
parents
83f62c15
4947eaff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user/getting_started.rst
+16
-2
16 additions, 2 deletions
docs/user/getting_started.rst
with
16 additions
and
2 deletions
docs/user/getting_started.rst
+
16
−
2
View file @
a5c44a2a
...
@@ -42,6 +42,22 @@ will ensure all packages are rebuilt; this is what you normally want to do after
...
@@ -42,6 +42,22 @@ will ensure all packages are rebuilt; this is what you normally want to do after
will clean the entire tree, so the toolchain will be rebuilt as well, which is
will clean the entire tree, so the toolchain will be rebuilt as well, which is
not necessary in most cases, and will take a while.
not necessary in most cases, and will take a while.
Environment variables
---------------------
Gluon's build process can be controlled by various environment variables.
GLUON_SITEDIR
Path to the site configuration. Defaults to ``site/``.
GLUON_IMAGEDIR
Path where images will be stored. Defaults to ``images/``.
GLUON_BUILDDIR
Working directory during build. Defaults to ``build/``.
So all in all, to update and rebuild a Gluon build tree, the following commands should be used:
So all in all, to update and rebuild a Gluon build tree, the following commands should be used:
::
::
...
@@ -51,5 +67,3 @@ So all in all, to update and rebuild a Gluon build tree, the following commands
...
@@ -51,5 +67,3 @@ So all in all, to update and rebuild a Gluon build tree, the following commands
make update
make update
make clean
make clean
make
make
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment