kernel-selftest: Add few more testcases#779
Open
cshilwant wants to merge 1 commit intoopenembedded:kirkstonefrom
Open
kernel-selftest: Add few more testcases#779cshilwant wants to merge 1 commit intoopenembedded:kirkstonefrom
cshilwant wants to merge 1 commit intoopenembedded:kirkstonefrom
Conversation
This commit will build and install following testcases under /usr/kernel-selftest of filesystem,
* ptp
* timers
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Contributor
Author
|
@akuster Just like master branch, are patches for kirkstone branch also picked from Github PR or it has to go via mailing list? |
Contributor
Author
|
Hi @akuster, any update on this PR on kirkstone branch. |
Contributor
Author
|
Sent a equivalent patch to mailing list - https://lists.openembedded.org/g/openembedded-devel/message/108845 |
Alex-Hu2020
pushed a commit
to MYIR-TI/meta-tisdk
that referenced
this pull request
Nov 2, 2025
- kernel-selftest recipe that comes from meta-openembedded is used to build and install kselftests under /usr/kernel-selftest of filesystem [1] - SITSW-3385 reported that kselftests were missing from the yocto:kirkstone based filesystem. This is because we stopped maintaining kernel-selftest recipe in meta-ti and started using it from meta-openembedded:meta-oe [2] - To fix this issue, patches were sent on upstream meta-openembedded on master & kirkstone branch. As master branch is actively maintained, the patch is integrated on it [3] but for kirkstone branch the patch is still floating on github [4] as well as in mailing lists [5]. - For 9.2 SDK release, as this a customer reported issue, maintain a bbappend in meta-tisdk until meta-openembedded:kirkstone has the fix merged. References ---------- [1] https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb?h=kirkstone [2] https://git.ti.com/cgit/arago-project/meta-ti/commit/?h=kirkstone&id=5196fed3c98f5c947ad3b17481a353102a8e747a [3] https://git.openembedded.org/meta-openembedded/commit/?id=02806ed4c16d7e6f80653baec71be071d4e8f9c0 [4] openembedded/meta-openembedded#779 [5] https://lists.openembedded.org/g/openembedded-devel/message/108845 Reported-by: Pekka Varis <p-varis@ti.com> Signed-off-by: Chirag Shilwant <c-shilwant@ti.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.
This commit will build and install following testcases under /usr/kernel-selftest of filesystem,
* ptp
* timers