Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@laptop:build$ cat custom_layer/recipes-example/example/example_0.1.bb
- 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("***********************************************");
- }
- do_build[nostamp]="1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement