Skip to content
Snippets Groups Projects
Verified Commit ee3db815 authored by Qiyang Sun's avatar Qiyang Sun :speech_balloon:
Browse files

Remove bitbake-layer example

parent 84fd0c74
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment