diff options
| author | Alex Bu <alex.bu@qt.io> | 2023-10-25 13:52:56 +0300 |
|---|---|---|
| committer | Alex Bu <alex.bu@qt.io> | 2023-10-30 10:50:47 +0300 |
| commit | 49ad45f61fc35396d05b55884c6aade582d96078 (patch) | |
| tree | fde9c3b8a7ce7f1d0c1d21fa8a9b36bbb71288ec | |
| parent | f783e1f5d69e248f89bb26a7eabca7ed265ffb6f (diff) | |
Add a conf-note for bitbake target name
Change-Id: I7a977a300347c4c73e57558ac32485709311b97e
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | conf/conf-notes.txt | 17 |
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 + |
