|
9 | 9 | from Kconfig (https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt)
|
10 | 10 | configuration systems.
|
11 | 11 |
|
12 |
| -See the homepage at https://github.com/ulfalizer/Kconfiglib for a longer |
| 12 | +See the homepage at https://github.com/zephyrproject-rtos/Kconfiglib for a longer |
13 | 13 | overview.
|
14 | 14 |
|
15 | 15 | Since Kconfiglib 12.0.0, the library version is available in
|
|
24 | 24 | scripts/kconfig/Makefile patch, which can be applied with either 'git am' or
|
25 | 25 | the 'patch' utility:
|
26 | 26 |
|
27 |
| - $ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | git am |
28 |
| - $ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | patch -p1 |
| 27 | + $ wget -qO- https://raw.githubusercontent.com/zephyrproject-rtos/Kconfiglib/master/makefile.patch | git am |
| 28 | + $ wget -qO- https://raw.githubusercontent.com/zephyrproject-rtos/Kconfiglib/master/makefile.patch | patch -p1 |
29 | 29 |
|
30 | 30 | Warning: Not passing -p1 to patch will cause the wrong file to be patched.
|
31 | 31 |
|
|
39 | 39 | If you do not wish to install Kconfiglib via pip, the Makefile patch is set up
|
40 | 40 | so that you can also just clone Kconfiglib into the kernel root:
|
41 | 41 |
|
42 |
| - $ git clone git://github.com/ulfalizer/Kconfiglib.git |
| 42 | + $ git clone git://github.com/zephyrproject-rtos/Kconfiglib.git |
43 | 43 | $ git am Kconfiglib/makefile.patch (or 'patch -p1 < Kconfiglib/makefile.patch')
|
44 | 44 |
|
45 | 45 | Warning: The directory name Kconfiglib/ is significant in this case, because
|
@@ -540,8 +540,8 @@ def my_other_fn(kconf, name, arg_1, arg_2, ...):
|
540 | 540 | Feedback
|
541 | 541 | ========
|
542 | 542 |
|
543 |
| -Send bug reports, suggestions, and questions to ulfalizer a.t Google's email |
544 |
| -service, or open a ticket on the GitHub page. |
| 543 | +For bug reports, suggestions, and questions, please open a ticket on the GitHub |
| 544 | +page. |
545 | 545 | """
|
546 | 546 | import errno
|
547 | 547 | import importlib
|
|
0 commit comments