Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. In (for example) sysvinit-inittab.bbappend...
  2.  
  3. do_magic_stuff () {
  4. bbnote "Hello there!"
  5. }
  6. do_install_append_mx6() {
  7. do_magic_stuff
  8. }
  9.  
  10. And in the log...
  11. DEBUG: Executing shell function do_install
  12. NOTE: Hello there!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement