blob: c4b873d593cc5167ccea1bb71dca4dd06094def7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "bitbake-layers recipe"
DESCRIPTION = "Recipe created by bitbake-layers"
LICENSE = "MIT"
python do_build() {
bb.plain("***********************************************");
bb.plain("* *");
bb.plain("* Example recipe created by bitbake-layers *");
bb.plain("* *");
bb.plain("***********************************************");
}
|