linux-kernel-base is nearly empty and about to be removed, switch to
kernel.bbclass which should be similar. The main risk is other layers
using that class name, but hopefully they'd still be kernels!

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/lib/oe/sstatesig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index f016fc67704..bd509800726 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -19,7 +19,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, 
depname, dataCaches):
         return x.startswith("nativesdk-")
     def isKernel(mc, fn):
         inherits = " ".join(dataCaches[mc].inherits[fn])
-        return inherits.find("/module-base.bbclass") != -1 or 
inherits.find("/linux-kernel-base.bbclass") != -1
+        return inherits.find("/module-base.bbclass") != -1 or 
inherits.find("/kernel.bbclass") != -1
     def isPackageGroup(mc, fn):
         inherits = " ".join(dataCaches[mc].inherits[fn])
         return "/packagegroup.bbclass" in inherits
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#242526): 
https://lists.openembedded.org/g/openembedded-core/message/242526
Mute This Topic: https://lists.openembedded.org/mt/120561014/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to