Xenomai4#1161
Merged
ricardosalveti merged 3 commits intofoundriesio:mainfrom Jun 2, 2023
Merged
Conversation
quaresmajose
reviewed
Jun 1, 2023
Member
quaresmajose
left a comment
There was a problem hiding this comment.
objcopy and strip also needs to be fixed on non-clangable.inc
--- a/meta-lmp-base/conf/distro/include/non-clangable.inc
+++ b/meta-lmp-base/conf/distro/include/non-clangable.inc
@@ -104,6 +104,8 @@ OBJCOPY:pn-linux-lmp-fslc-imx:toolchain-clang = "${HOST_PREFIX}objcopy"
STRIP:pn-linux-lmp-fslc-imx:toolchain-clang = "${HOST_PREFIX}strip"
OBJCOPY:pn-linux-lmp-fslc-imx-rt:toolchain-clang = "${HOST_PREFIX}objcopy"
STRIP:pn-linux-lmp-fslc-imx-rt:toolchain-clang = "${HOST_PREFIX}strip"
+OBJCOPY:pn-linux-lmp-fslc-imx-xeno4:toolchain-clang = "${HOST_PREFIX}objcopy"
+STRIP:pn-linux-lmp-fslc-imx-xeno4:toolchain-clang = "${HOST_PREFIX}strip"
OBJCOPY:pn-linux-lmp-ti-staging:toolchain-clang = "${HOST_PREFIX}objcopy"
STRIP:pn-linux-lmp-ti-staging:toolchain-clang = "${HOST_PREFIX}strip"
OBJCOPY:pn-linux-tegra:toolchain-clang = "${HOST_PREFIX}objcopy"
Member
|
and still need this on mine |
Member
|
one cosmetic thing for the commit title we usually prepend the layer name and the component name is kmeta-linux-lmp-5.15.y |
30edc8f to
1668979
Compare
Install realtime libraries and utilities. Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Use the vendor tree Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Relevant changes: - 8e6ac16 bsp: imx: xeno4 on imx8mm-evk - 79a0295 ktypes: xeno4: enable Xenomai4 support on LmP Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
quaresmajose
approved these changes
Jun 2, 2023
Member
quaresmajose
left a comment
There was a problem hiding this comment.
LGTM, we can think about the MACHINE_FEATURES xeno latter one
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.
Depends on lmp-kernel-cache being merged
Enabling xeno4 should not only select the kernel but also select the libraries and utilities recipes[ TODO]
initial tests done on imx8mm-lpddr4-evk, imx8mm-lpddr4-evk 5.15.87-lmp-xeno4