-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more details about build configs #344
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,10 @@ Make sure that full path to the build script **does not contain spaces**. | |
|
||
## Providing build configuration | ||
|
||
After the first run of `compile.sh` a new configuration file `config-example.conf` and symlink `config-default.conf` will be created. | ||
You may edit it to your needs or create different configuration files using it as a template. | ||
After the first run of `compile.sh` a new configuration file `config-example.conf` and symlink `config-default.conf` will be created in `userpatches`. | ||
You may edit it to your needs or create different configuration files using it as a template. To start a build with a specific configuration file, e.g. for `config-foo.conf`: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Configurations are supported but one needs to make it on their own. Its just a collection of parameters. This should be reworked, previous statement removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A configuration file named There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have been quite confused by this issue. I saw many older comments about config-default.conf being made but when I ran build (current main branch of armbian/build) it wasn't made. I spent a lot of time trying to figure out what I was doing wrong - why it wasn't made. Finally I found the 'Developer Guide - Welcome' page which explained the behaviour has changed, but this page isn't linked from the documentation site. I found it in some search - now I don't recall. Anyway, I think it would be a good thing in the documentation to describe the old behaviour and the new behaviour and when it changed so that the many older posts and comments about the config files are less confusing. |
||
|
||
./compile.sh foo | ||
|
||
Alternatively you can supply options as command line parameters to compile.sh. | ||
Example: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not real. No examples, symlinks, or anything like should be created by the build system, and if they are, it's a bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was MO with old system, so this info is deprecated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just ever saw it cos the PR touched it ;-)