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
65da23ad
Unverified
Commit
65da23ad
authored
3 years ago
by
Martin Weinelt
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2356 from freifunk-gluon/doc-make-update
parents
48d00abe
efb4a4f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/dev/basics.rst
+1
-0
1 addition, 0 deletions
docs/dev/basics.rst
docs/user/getting_started.rst
+12
-2
12 additions, 2 deletions
docs/user/getting_started.rst
with
13 additions
and
2 deletions
docs/dev/basics.rst
+
1
−
0
View file @
65da23ad
...
@@ -23,6 +23,7 @@ webbrowser. You're welcome to join us!
...
@@ -23,6 +23,7 @@ webbrowser. You're welcome to join us!
.. _hackint: https://hackint.org/
.. _hackint: https://hackint.org/
.. _webchat: https://webirc.hackint.org/#irc://irc.hackint.org/#gluon
.. _webchat: https://webirc.hackint.org/#irc://irc.hackint.org/#gluon
.. _working-with-repositories:
Working with repositories
Working with repositories
-------------------------
-------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/user/getting_started.rst
+
12
−
2
View file @
65da23ad
...
@@ -86,10 +86,10 @@ Extensive documentation about the site configuration can be found at:
...
@@ -86,10 +86,10 @@ Extensive documentation about the site configuration can be found at:
site directory should always be a git repository by itself; committing site-specific files
site directory should always be a git repository by itself; committing site-specific files
to the Gluon main repository should be avoided, as it will make updates more complicated.
to the Gluon main repository should be avoided, as it will make updates more complicated.
Next go back to the top-level Gluon directory and build Gluon::
Next go back to the top-level Gluon directory and build Gluon
\ [#make_update]_
::
cd ..
cd ..
make update
# Get other repositories used by Gluon
make update # Get other repositories used by Gluon
make GLUON_TARGET=ath79-generic # Build Gluon
make GLUON_TARGET=ath79-generic # Build Gluon
In case of errors read the messages carefully and try to fix the stated issues
In case of errors read the messages carefully and try to fix the stated issues
...
@@ -125,6 +125,16 @@ These can be used for debugging and should be stored along with the images to
...
@@ -125,6 +125,16 @@ These can be used for debugging and should be stored along with the images to
allow debugging of kernel problems on devices in the field.
allow debugging of kernel problems on devices in the field.
See :ref:`Debugging <dev-debugging-kernel-oops>` for more information.
See :ref:`Debugging <dev-debugging-kernel-oops>` for more information.
.. rubric:: Footnotes
.. [#make_update] ``make update`` only needs to be called again after updating the
Gluon repository (using ``git pull`` or similar) or after changing branches,
not for each build. Running it more often than necessary is undesirable, as
the update will take some time, and may undo manual modifications of the
external repositories while developing on Gluon.
See :ref:`working-with-repositories` for more information.
Cleaning the build tree
Cleaning the build tree
.......................
.......................
...
...
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