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
5python do_build() {
6 bb.plain("***********************************************");
7 bb.plain("* *");
8 bb.plain("* Example recipe created by bitbake-layers *");
9 bb.plain("* *");
10 bb.plain("***********************************************");
11}