Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. user@laptop:build$ cat custom_layer/recipes-example/example/example_0.1.bb
  2. SUMMARY = "bitbake-layers recipe"
  3. DESCRIPTION = "Recipe created by bitbake-layers"
  4. LICENSE = "MIT"
  5.  
  6. python do_build() {
  7. bb.plain("***********************************************");
  8. bb.plain("* *");
  9. bb.plain("* Example recipe created by bitbake-layers *");
  10. bb.plain("* *");
  11. bb.plain("***********************************************");
  12. }
  13. do_build[nostamp]="1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement