Hi Ryan,

On 10/16/2024 5:58 PM, Judith Mendez wrote:
Add hwspinlock recipe to build out of tree module hwspinlock test.

Signed-off-by: Judith Mendez <[email protected]>
---
   .../recipes-core/packagegroups/ti-test.bb     |   1 +
   .../hwspinlocktest/files/LICENSE              |  29 ++
   .../hwspinlocktest/files/Makefile             |  19 ++
   .../files/omap_hwspinlock_test.c              | 251 ++++++++++++++++++
   .../hwspinlocktest/hwspinlocktest_0.1.bb      |  18 ++
   5 files changed, 318 insertions(+)
   create mode 100644 
meta-arago-test/recipes-kernel/hwspinlocktest/files/LICENSE
   create mode 100644 
meta-arago-test/recipes-kernel/hwspinlocktest/files/Makefile
   create mode 100644 
meta-arago-test/recipes-kernel/hwspinlocktest/files/omap_hwspinlock_test.c
   create mode 100644 
meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb 
b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index 695bed5c..91ebec44 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -17,6 +17,7 @@ TI_TEST_BASE = "\
       evtest \
       fio \
       git \
+    hwspinlocktest \
       hdparm \
       i2c-tools \
       iozone3 \

One piece of feedback.  If this kind of test is only applicable to some
platforms, then we should only be adding it for those platforms and not
for all platforms.


I believe this test should apply for all platforms, am335x, am437x,
am65x, and Sitara platforms as well. I am not 100% sure about Jacinto
though.

~ Judith


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15584): 
https://lists.yoctoproject.org/g/meta-arago/message/15584
Mute This Topic: https://lists.yoctoproject.org/mt/109054399/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to