Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "bitbake-layers recipe" |
2 | DESCRIPTION = "Recipe created by bitbake-layers" | ||||
3 | LICENSE = "MIT" | ||||
4 | |||||
5 | python do_build() { | ||||
6 | bb.plain("***********************************************"); | ||||
7 | bb.plain("* *"); | ||||
8 | bb.plain("* Example recipe created by bitbake-layers *"); | ||||
9 | bb.plain("* *"); | ||||
10 | bb.plain("***********************************************"); | ||||
11 | } |