summaryrefslogtreecommitdiffstats
path: root/classes/sota_none.bbclass
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2017-06-29 15:55:32 +0200
committerGitHub <noreply@github.com>2017-06-29 15:55:32 +0200
commit51e4c72798cacc313661369a3323c4295f612374 (patch)
tree9e546a9db71032b08381021f246e8f3ec0690890 /classes/sota_none.bbclass
parent2d49a25a814e52d114c403b7033e6e31b553004b (diff)
downloadmeta-updater-51e4c72798cacc313661369a3323c4295f612374.tar.gz
Disable noisy warnings ... should only print once.
Diffstat (limited to 'classes/sota_none.bbclass')
-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#}