summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2017-06-29 15:54:40 +0200
committerGitHub <noreply@github.com>2017-06-29 15:54:40 +0200
commit43163f4ccff4b48cbb28e78e9deebb16b4e29ef5 (patch)
tree2b50c6ade67780b25c577d0afe57b1cc0b73319e
parente56587801e956ef8cb35814c98dcddcc45afcca4 (diff)
downloadmeta-updater-43163f4ccff4b48cbb28e78e9deebb16b4e29ef5.tar.gz
Disable noisy warnings ... should only print once.
-rw-r--r--classes/sota_none.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/sota_none.bbclass b/classes/sota_none.bbclass
index 86eaf0b..c11b070 100644
--- a/classes/sota_none.bbclass
+++ b/classes/sota_none.bbclass
@@ -1,4 +1,4 @@
1# null machine it's here to make bitbake happy when SOTA_MACHINE is undefined 1# null machine it's here to make bitbake happy when SOTA_MACHINE is undefined
2python __anonymous() { 2#python __anonymous() {
3 bb.warn("SOTA functionality is not yet supported for your machine") 3# bb.warn("SOTA functionality is not yet supported for your machine")
4} 4#}