How to Use?
In order to be able to use the generated Bitbake recipe, you should have the following general directory tree in your Yocto layer. The overall look of the tree depends on whether or not you selected to use a local folder, and whether or not you included init script and systemd service.
meta-your-layer
└── recipes-your-category
└── your-package-name
├── your-package-name
│ ├── initscript (If you have it)
│ │ └── your-init.sh
│ ├── systemd (If you have it)
│ │ └── your-daemon.service
│ └── your-source-folder (Local)
└── your-package-name_1.0.bb
Help Us Improve!

We have recently introduced some new changes to our application in response to the community feedback. Changes involve migration support for both pre- and post- 3.4 syntax.
We would like to hear about your best practices so that we can keep our application growing. So please fire away any suggestion or feedback that you might have.
Free Editing Mode
Editing editor window content is not allowed generally since the template generated by the left panel overrides the editor window contents. We advise you to start free editing once you have selected all the options from left panel and when you have a complete skeleton. In Free Editing mode, you can do your modifications to the editor window as you wish for final finishing.
Now that you are aware of this, you can either go back to editing left panel or you can proceed with the free editing mode. Once you are done free editing, you can save your file.