diff options
author | yanxk <yanxk.fnst@fujitsu.com> | 2023-07-24 03:06:57 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-22 13:34:28 +0000 |
commit | 9a991da4d017ff05f291316b6ead7be6bd5ded14 (patch) | |
tree | faff34fa088063b8b0994b452dac7e23a0a2281e /meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb | |
parent | cf7a8c9527d04df829ed7bea3414bc9baeb04498 (diff) |
meta-agl-test: add "linus_stress"
get this old core test into current agl-test-framework.
re-write old bb file, make it working for agl-test-framework.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: I341b18516e2b3b57622239f47b4b40d2d4d4a160
Diffstat (limited to 'meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb')
-rw-r--r-- | meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb b/meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb index 802a973d..b4401ac1 100644 --- a/meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb +++ b/meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb @@ -14,4 +14,5 @@ RDEPENDS:${PN} += " \ aio-stress \ stress-ng \ ltp \ + linus-stress \ " |