Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
13
recipes-example/example/example_0.1.bb
Normal file
13
recipes-example/example/example_0.1.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
SUMMARY = "bitbake-layers recipe"
|
||||
DESCRIPTION = "Recipe created by bitbake-layers"
|
||||
LICENSE = "MIT"
|
||||
|
||||
python do_display_banner() {
|
||||
bb.plain("***********************************************");
|
||||
bb.plain("* *");
|
||||
bb.plain("* Example recipe created by bitbake-layers *");
|
||||
bb.plain("* *");
|
||||
bb.plain("***********************************************");
|
||||
}
|
||||
|
||||
addtask display_banner before do_build
|
||||
Loading…
Add table
Add a link
Reference in a new issue