-
Notifications
You must be signed in to change notification settings - Fork 648
Add support for kernel flavor versioning #15578
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
Changes from all commits
23777aa
f10faba
f5bb9a8
c1661e2
a8108f0
5e5351b
cfeb421
9352633
944a67d
6a1e2c1
432266e
8227663
295a5ba
df0b9e6
2814687
3b55211
c948fb9
e5f6989
d66402e
f19cda1
7a30b7f
41bb870
0e1dfe3
52a6d00
66eb8d6
2b38194
667a29d
e7e51da
d21204a
c5ce02f
c674759
29d14ea
66bbdfe
81bd406
895d5f1
4b89e49
38eb3b2
dd395a4
99c603c
09a5adb
de6682b
1ebad82
4c52fbf
3d6a74a
4d9a73e
b3150b0
f400d13
5ed5609
d65240c
42ded23
460a91a
9490339
0105cc9
134f24b
41b86e5
576d0be
8ed9853
d9e86a9
f78053c
1037f7c
be79d6d
49f01fb
3702885
e78d029
1e275c7
f877afb
c877741
a6a7a71
99943d9
911b1b8
684172b
0daa5eb
d4644d1
56f7a12
3f038cf
d7d83c4
274df4a
044adaf
4677b8f
dfdc340
97bf04d
0119042
478ece9
696301a
c79a3fd
4314c17
4d1aec8
d9e0bd0
b835db9
055369b
ef9ca66
69e7bc8
e8e4a10
4711adc
dba804c
45a96fa
4a39863
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 |
|---|---|---|
|
|
@@ -62,6 +62,7 @@ go_tool_list = \ | |
| scheduler \ | ||
| specarchchecker \ | ||
| specreader \ | ||
| versionsprocessor \ | ||
|
Contributor
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. Can you also add info about this new step in packages generation and what the new macros inside the specs are for into One thing I'd make sure to mentioned in the docs: the
Contributor
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. Please also update the specs using the default kernel to use the new approach. The way of querying the Examples:
If you search for
Contributor
Author
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 talked with Jon about this. We agree to add this, but as separate PR |
||
| srpmpacker \ | ||
| validatechroot \ | ||
|
|
||
|
|
||
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.
Can you also add docs for this argument into
toolkit/docs/building/building.md?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.
Added