From 83e834567264d2e38ea6e184a809159e5a13f5a8 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 27 Apr 2017 11:56:14 +0200 Subject: Make layer inclusion a neutral operation Classes are and bbappends are reworked so that mere inclusion of this layer to bbappends.conf doesn't change anything. In addition class behavior can now be controlled by both inheriting sota.bblcass and enabling "sota" DISTRO_FEATURE. --- classes/sota_none.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes/sota_none.bbclass') diff --git a/classes/sota_none.bbclass b/classes/sota_none.bbclass index dc72a07..86eaf0b 100644 --- a/classes/sota_none.bbclass +++ b/classes/sota_none.bbclass @@ -1 +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") +} -- cgit v1.2.3-54-g00ecf