refactor(meta-belden-coreos): remove example recipes
This commit is contained in:
parent
cd04f788b8
commit
7d5bd0b19a
|
|
@ -1,13 +0,0 @@
|
||||||
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…
Reference in New Issue