Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
7310c9e6
Commit
7310c9e6
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
README: some info about updating and rebuilding Gluon
parent
2c1a54b3
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
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
7310c9e6
...
@@ -12,7 +12,7 @@ the images only, just use:
...
@@ -12,7 +12,7 @@ the images only, just use:
The built images can be found in the directory
`images`
.
The built images can be found in the directory
`images`
.
For the build reserve 6GB of disk space. The build
ing
requires packages
For the build reserve 6GB of disk space. The build requires packages
for
`subversion`
, ncurses headers (
`libncurses-dev`
) and zlib headers
for
`subversion`
, ncurses headers (
`libncurses-dev`
) and zlib headers
(
`libz-dev`
).
`
(
`libz-dev`
).
`
...
@@ -29,7 +29,16 @@ will also call `make clean` on the OpenWRT tree, and
...
@@ -29,7 +29,16 @@ will also call `make clean` on the OpenWRT tree, and
make dirclean
make dirclean
will do all this, and call `
make dirclean
` on the OpenWRT tree.
will do all this, and call `
make dirclean
` on the OpenWRT tree. Of these, `
make cleanall
`
is the most useful as it ensures that the kernel and all packages are rebuilt (which won't
be done when only patches have changed), but doesn't rebuild the toolchain unnecessarily.
So all in all, to update and rebuild a Gluon build tree, the following commands should be used:
git pull
make update
make cleanall
make
# Development
# Development
...
...
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