1 2 3 4 5
def define_os (d): import bb if bb.data.getVar('TARGET_OS', d, 1).startswith('linux'): return "-DLINUX" return ""