pkgfeed-ni-core: Enable TPM2 Tools#917
Merged
chaitu236 merged 1 commit intoni:nilrt/master/scarthgapfrom Jan 15, 2026
Merged
Conversation
3f768eb to
33d15d1
Compare
There was a problem hiding this comment.
Pull request overview
This pull request enables TPM2 (Trusted Platform Module 2.0) user-space tools in the packagefeed-ni-core for NI Linux Real-Time distribution on x64 architectures.
Key Changes:
- Created new packagegroup for TPM packages that includes security-tpm2 and libtss2-tcti-device
- Added TPM2 distro feature for x64 platforms
- Integrated meta-tpm layer into the build configuration
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| recipes-core/packagegroups/packagegroup-ni-tpm.bb | New packagegroup defining TPM package dependencies for x64 architecture |
| recipes-core/packagegroups/packagefeed-ni-core.bb | Added packagegroup-ni-tpm to x64-specific dependencies |
| conf/templates/default/bblayers.conf.sample | Added meta-security/meta-tpm layer to build configuration |
| conf/distro/nilrt.inc | Enabled tpm2 distro feature for x64 architectures |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chaitu236
requested changes
Jan 7, 2026
844e8e4 to
edbf092
Compare
chaitu236
reviewed
Jan 10, 2026
Signed-off-by: Can Wong <can.wong@emerson.com>
edbf092 to
639f548
Compare
chaitu236
approved these changes
Jan 15, 2026
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.
Summary of Changes
Enable TPM2 user-space tools in packagefeed-ni-core
TPM2 CONFIG modules enabled in nati_x86_64_defconfig: ni/linux#265
Justification
AB#3643436
Testing
bitbake packagefeed-ni-core)bitbake nilrt-base-system-image)Procedure