diff options
Diffstat (limited to 'INSTALL/flavours/generic.tasks')
-rw-r--r-- | INSTALL/flavours/generic.tasks | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL/flavours/generic.tasks b/INSTALL/flavours/generic.tasks new file mode 100644 index 0000000..58c6828 --- /dev/null +++ b/INSTALL/flavours/generic.tasks @@ -0,0 +1,20 @@ +# this file contains tasks to be added for generic container +# +# each task listed below should be present as a scriptlet in INSTALL/tasks.d/<taskname> + +# platform builds +30_yocto +31_yocto_toaster + +# boot target board from image located inside the container +40_netboot + +# tools & environment for Yocto SDK +50_sdk + +# extra UI tools +60_x11_tools + +# tools to generate documentation site +70_doc + |