summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdk/buildtools-cases/README
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-08-09 14:49:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commit262587d754b0a435953abfa4cf923add6e880a35 (patch)
tree718f37b4adb5bb11b07d00f471923f2429a933a4 /meta/lib/oeqa/sdk/buildtools-cases/README
parent43af729d3109a370e436d52862ea2e2842dadba6 (diff)
downloadpoky-262587d754b0a435953abfa4cf923add6e880a35.tar.gz
oeqa/sdk: add some buildtools tests
These two tests are designed to exercise the buildtools-tarball. SanityTests simply verifies that inside the SDK, some commands are used from the SDK. BuildTests creates a new OE build directory and builds virtual/libc to verify that a basic build works correctly. DL_DIR is reused to avoid needless downloading, but sstate is not shared to ensure a build does happen. (From OE-Core rev: 6157d6ffa32d6df383c29d4b6de07feb9d619913) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/sdk/buildtools-cases/README')
-rw-r--r--meta/lib/oeqa/sdk/buildtools-cases/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdk/buildtools-cases/README b/meta/lib/oeqa/sdk/buildtools-cases/README
new file mode 100644
index 0000000000..d4f20faa9f
--- /dev/null
+++ b/meta/lib/oeqa/sdk/buildtools-cases/README
@@ -0,0 +1,2 @@
1These test cases are used by buildtools-tarball, and are not used by the testsdk
2class.