blob: facaae35d23ada89791f13c58faf8a6e56cb1ed1 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "bitbake-layers recipe"
2DESCRIPTION = "Recipe created by bitbake-layers"
3LICENSE = "MIT"
4
Andrew Geissleraf5e4ef2020-10-16 10:22:50 -05005python do_display_banner() {
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}
Andrew Geissleraf5e4ef2020-10-16 10:22:50 -050012
13addtask display_banner before do_build