kernel-devsrc-next: Add recipe#63
Merged
amstewart merged 4 commits intoni:nilrt/master/sumofrom Dec 1, 2020
Merged
Conversation
The code we previously added to add kernel headers and build scripts to kernel-dev package is not required because they are provided by kernel-devsrc package. Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
These changes enable kernel-devsrc to be included into nilrt distribution and support building modules on target. Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
make was run in the wrong directory earlier. The make targets are available two directories up. Signed-off-by: Shruthi Ravichandran <shruthi.ravichandran@ni.com>
Add recipe to build kernel-devsrc for kernel-next Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
dd9ab68 to
4a8638a
Compare
amstewart
approved these changes
Nov 30, 2020
Contributor
amstewart
left a comment
There was a problem hiding this comment.
lgtm. For what it's worth, I don't think we use the packagegroup-kernel-module-build pkggrp in the OneRT builds. But it's harmless and will be removed eventually.
Contributor
Author
Oh, is there another package group or are the users expected to install/depend on these packages if they want to build modules? |
Contributor
|
I think all modules ought depend on the |
amstewart
pushed a commit
to amstewart/meta-nilrt
that referenced
this pull request
Jun 13, 2025
Service for the NILRT 11.2 release. Release corresponding to the LV 2025Q3 / NILRT 11.2 release. * Syslog outbound traffic is now permitted on the firewall's 'work' zone. (ni#64) * Fixed a bug in the auditd configuration where the service's initscript would not be registered with update-rc.d. (ni#63) * Fixed a bug in the auditd configuration that would cause an internal python error when trying to verify a system where the `auditd.conf` file does not exist. (ni#65) Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
3 tasks
chaitu236
pushed a commit
that referenced
this pull request
Jun 13, 2025
Service for the NILRT 11.2 release. Release corresponding to the LV 2025Q3 / NILRT 11.2 release. * Syslog outbound traffic is now permitted on the firewall's 'work' zone. (#64) * Fixed a bug in the auditd configuration where the service's initscript would not be registered with update-rc.d. (#63) * Fixed a bug in the auditd configuration that would cause an internal python error when trying to verify a system where the `auditd.conf` file does not exist. (#65) Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backported commits from dunfell for kernel-dev and kernel-devsrc
Add recipe to build kernel-devsrc for kernel-next
@ni/rtos