-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
|
d88738c
to
62f0e7e
Compare
Waiting for mariux64/mxtools/pull/17 |
62f0e7e
to
78d5cff
Compare
aacraid update driver successfully loaded on host madmoxxi, provided the blacklist entry in |
78d5cff
to
5ea3043
Compare
Tested on sigchld |
@all: Please review. What do you think of putting the kernel config into the bee file? |
5ea3043
to
d5c90d9
Compare
The script Including the Kconfig directory in the bee files is fine with me, as the Linux bee files itself are more or less identical making it easy to compare the configuration. |
I have no probs having the kernel config directly in the bee file |
All files? Directory? I don't understand the question. It takes a single file (e.g. the .config lying around after a "make menuconfig") and produces a single file. This output is embedded in the bee file. The problem is, that the process takes some time - even in /dev/shm and it is not that easy, for example, to add a new option at the right place. You could do it like this:
Or you just add your wished option to the end of the embedded config in the bee file and leave the normalization to someone else ;-) |
Sorry, I think we misunderstood each other. Anyway, I am sorry to tell you, that I just now remember, that coreboot does something similar, and they use the Kconfig Make target
I’ll test it right away. |
d5c90d9
to
f4e8f7d
Compare
Forget about the script. |
These three backported patches are already included in 4.9.68.
We want our kernel revision numbers to be unique over all linux kernel packages. Avoid conflicts by doing a quick check against the available bee files. Patch by Thomas Kreitler
Include the names of the conflicting files in the error message.
f4e8f7d
to
56595c6
Compare
About the nouveau driver:
|
Include kernel config in the bee file, so that we can better track config changes. The set of non-default config options was generated with `make savedefconfig`.
Compile the aacraid driver supplied by Adaptec, because the in-tree aacraid driver lacks support for async mode. Patch by Thomas Kreitler
Add kernel modules required for the ZFS filesystem. http://zfsonlinux.org/ Patch by Thomas Kreitler
As requested by Paul.
As requested by Thomas: * Add CONFIG_DRM_NOUVEAU=m * Change CONFIG_DRM=y to CONFIG_DRM=m When CONFIG_DRM_NOUVEAU ist set, CONFIG_FB_VESA is implied. Note, that nvidia_drm.ko requires the modules drm and drm_kms_helper. Because we select differenct nvidia modules depending on the graphics card found at boot time, we don't have that dependency in modules.dep and need to explicitly load the drm modules for nvidia.
56595c6
to
b470d34
Compare
# CONFIG_SCSI_AACRAID=m | ||
# | ||
build_aacraid_driver_update_and_do_depmod() { | ||
local DRIVERBUILD=54013 |
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.
Version 55022 is documented in the comment above.
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've noticed that too and asked Thomas. He wanted that version, because its tested.
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.
Then put that version in the comment to not confuse people.
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.
changed that in #555
Please also add on what system you tested this. |
4.9.70 is out :-) I try that first.... |
superseded by #555 |
No description provided.