summaryrefslogtreecommitdiffstats
path: root/conf/conf-notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf-notes.txt')
-rw-r--r--conf/conf-notes.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt
new file mode 100644
index 0000000..5446d4f
--- /dev/null
+++ b/conf/conf-notes.txt
@@ -0,0 +1,17 @@
+
+### Shell environment set up for builds. ###
+
+You can now run 'bitbake <target>'
+
+Common targets are:
+ b2qt-embedded-qt6-image
+ meta-toolchain-b2qt-embedded-qt6-sdk
+
+QBSP target is:
+ meta-b2qt-embedded-qbsp
+
+For creating toolchain or QBSP for Windows, set environment variable before running bitbake:
+ SDKMACHINE=x86_64-mingw32
+
+For more information about Boot to Qt, see https://doc.qt.io/Boot2Qt
+