From 43163f4ccff4b48cbb28e78e9deebb16b4e29ef5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 29 Jun 2017 15:54:40 +0200 Subject: Disable noisy warnings ... should only print once. --- classes/sota_none.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes/sota_none.bbclass') 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 @@ # null machine it's here to make bitbake happy when SOTA_MACHINE is undefined -python __anonymous() { - bb.warn("SOTA functionality is not yet supported for your machine") -} +#python __anonymous() { +# bb.warn("SOTA functionality is not yet supported for your machine") +#} -- cgit v1.2.3-54-g00ecf