summaryrefslogtreecommitdiff
path: root/target/collections/test
diff options
context:
space:
mode:
Diffstat (limited to 'target/collections/test')
-rw-r--r--target/collections/test20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/collections/test b/target/collections/test
new file mode 100644
index 000000000..0ff042eef
--- /dev/null
+++ b/target/collections/test
@@ -0,0 +1,20 @@
+config ADK_PKG_TEST
+ bool "Compile a ADK test framework system"
+ select ADK_PACKAGE_ADK_TEST_TOOLS
+ select ADK_PACKAGE_STRACE
+ select ADK_PACKAGE_SOCAT
+ select ADK_PACKAGE_MAKE
+ select ADK_PACKAGE_FILE
+ select ADK_PACKAGE_RDATE
+ select ADK_SIMPLE_NETWORK_CONFIG
+ select ADK_TARGET_PACKAGE_TXZ
+ select ADK_RUNTIME_START_ADK_TEST_TOOLS
+ select ADK_KERNEL_BLK_DEV_INITRD
+ select ADK_KERNEL_COMP_XZ
+ select ADK_KERNEL_INITRAMFS_COMPRESSION_XZ
+ select ADK_KERNEL_IPV6
+ default n
+ help
+ Package collection used to build adk-test-framework root
+ filesystem.
+