blob: c4b873d593cc5167ccea1bb71dca4dd06094def7 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "bitbake-layers recipe"
2DESCRIPTION = "Recipe created by bitbake-layers"
3LICENSE = "MIT"
4
Andrew Geissler4873add2020-11-02 18:44:49 -06005python do_build() {
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006 bb.plain("***********************************************");
7 bb.plain("* *");
8 bb.plain("* Example recipe created by bitbake-layers *");
9 bb.plain("* *");
10 bb.plain("***********************************************");
11}