]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa: add simple 'maturin' SDK (testsdk) test case
authorTim Orling <ticotimo@gmail.com>
Sun, 17 Dec 2023 05:41:32 +0000 (21:41 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Dec 2023 19:04:40 +0000 (19:04 +0000)
commit7ceff48625d01a0e60eb761a9a668d0c942cda89
tree79f80beaddffc0a9d325cab56c602f404e038414
parent47c948c3cf6e582abd12021ceeff2c20a3e81fb5
oeqa: add simple 'maturin' SDK (testsdk) test case

We expect 'maturin' will be used in SDKs, so it makes sense to also
test it in the testsdk environment.

To run this test case, you can add the following to local.conf:
TOOLCHAIN_HOST_TASK:append = " nativesdk-python3-maturin"

And then build and test the SDK:
bitbake -c populate_sdk core-image-full-cmdline
bitbake -c testsdk core-image-full-cmdline

You can substitute a different image recipe for "core-image-full-cmdline"

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/maturin.py [new file with mode: 0644]