summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-06-30 08:50:22 +0200
committerGitHub <noreply@github.com>2017-06-30 08:50:22 +0200
commit3cffb22b5e3127bbb31d3584f5fb04a3730b5ec4 (patch)
tree2b50c6ade67780b25c577d0afe57b1cc0b73319e
parente56587801e956ef8cb35814c98dcddcc45afcca4 (diff)
parent43163f4ccff4b48cbb28e78e9deebb16b4e29ef5 (diff)
downloadmeta-updater-3cffb22b5e3127bbb31d3584f5fb04a3730b5ec4.tar.gz
Merge pull request #93 from dl9pf/patch-3
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#}