summaryrefslogtreecommitdiff
path: root/meta-arm/meta-atp/documentation/atp-standalone.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-arm/meta-atp/documentation/atp-standalone.md')
-rw-r--r--meta-arm/meta-atp/documentation/atp-standalone.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-arm/meta-atp/documentation/atp-standalone.md b/meta-arm/meta-atp/documentation/atp-standalone.md
new file mode 100644
index 0000000000..1ab4528a5c
--- /dev/null
+++ b/meta-arm/meta-atp/documentation/atp-standalone.md
@@ -0,0 +1,13 @@
+# Standalone ATP Engine executable
+
+Users can build the AMBA ATP Engine as a standalone native executable as follows:
+
+```bash
+bitbake atp-native
+```
+
+Users can run the executable through standard build scripts:
+
+```bash
+oe-run-native atp-native atpeng [--help | args...]
+```