From 4aa858bab9169725c0b5a8655e4d49e14b70700c Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Fri, 3 Apr 2020 22:37:21 +0530 Subject: meta-xilinx-standalone: classes: esw: Remove unneeded DISTRO check This patch removes the unneeded DISTRO check from the class. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- meta-xilinx-standalone/classes/esw.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-xilinx-standalone/classes/esw.bbclass b/meta-xilinx-standalone/classes/esw.bbclass index 4d33b654..c5001491 100644 --- a/meta-xilinx-standalone/classes/esw.bbclass +++ b/meta-xilinx-standalone/classes/esw.bbclass @@ -92,9 +92,6 @@ CFLAGS_append = " ${ESW_CFLAGS}" # recurse a maximum of x times, could be fancier but it gets complicated since # we dont know for certain we are running devtool or just externalsrc python(){ - if not d.getVar('DISTRO').startswith('xilinx-standalone'): - raise bb.parse.SkipRecipe('Recipe is only compatible with xilinx-standalone') - import os.path if bb.data.inherits_class('externalsrc', d) and d.getVar('EXTERNALSRC'): externalsrc = d.getVar('EXTERNALSRC') -- cgit v1.2.3-54-g00ecf