Starting with oe-core version 9, we don't need to build uclibc anymore.

[YOCTO #10020]

Signed-off-by: Bill Randle <william.c.ran...@intel.com>
---
 lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py 
b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
index 9ea350f..cb011ba 100644
--- a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
+++ b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
@@ -120,7 +120,7 @@ class BuildImages(BitbakeShellCommand):
                 self.finished(SUCCESS)
                 self.description = ["Skipping no-x11 Build"]
             elif self.layerversion_core is not None \
-               and int(self.layerversion_core) < 8 \
+               and int(self.layerversion_core) != 8 \
                and 'uclibc' in self.localconf:
                 self.finished(SUCCESS)
                 self.description = ["Skipping uclibc Build"]
-- 
2.5.5

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to