diff options
author | cajun-rat <p@beta16.co.uk> | 2017-06-30 08:50:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 08:50:15 +0200 |
commit | 00cf945345a981e9cae155f66bda99e650eb6bf2 (patch) | |
tree | 9e546a9db71032b08381021f246e8f3ec0690890 | |
parent | 2d49a25a814e52d114c403b7033e6e31b553004b (diff) | |
parent | 51e4c72798cacc313661369a3323c4295f612374 (diff) | |
download | meta-updater-00cf945345a981e9cae155f66bda99e650eb6bf2.tar.gz |
Merge pull request #94 from dl9pf/patch-4
Disable noisy warnings ... should only print once.
-rw-r--r-- | classes/sota_none.bbclass | 6 |
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 |
2 | python __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 | #} |