From 09783505e865bab1626fa70b15ea64c6e782fd4a Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Fri, 23 May 2025 18:30:47 +0200 Subject: Add default conf and tools --- conf/templates/default/conf-notes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/templates/default/conf-notes.txt (limited to 'conf/templates/default/conf-notes.txt') diff --git a/conf/templates/default/conf-notes.txt b/conf/templates/default/conf-notes.txt new file mode 100644 index 0000000..cfd1f19 --- /dev/null +++ b/conf/templates/default/conf-notes.txt @@ -0,0 +1,19 @@ + +### Shell environment set up for builds. ### + +You can now run 'bitbake ' + +Common targets are: + core-image-minimal + core-image-full-cmdline + core-image-sato + core-image-weston + meta-toolchain + meta-ide-support + +You can also run generated qemu images with a command like 'runqemu qemux86-64'. + +Other commonly useful commands are: + - 'devtool' and 'recipetool' handle common recipe tasks + - 'bitbake-layers' handles common layer tasks + - 'oe-pkgdata-util' handles common target package tasks -- cgit v1.2.3