Home
last modified time | relevance | path

Searched refs:vernum (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py91 if vernum and bb.utils.vercmp_string_op(vernum, "2.0.0", "<"):
94 elif vernum and bb.utils.vercmp_string_op(vernum, "16.08.1", "<"):
269 if vernum and bb.utils.vercmp_string_op(vernum, desired, "<"):
271 return vernum
311 vernum = None
314 vernum = ver.split(' ')[-1]
316 vernum = ver.split(' ')[-1]
318 vernum = ver.split(' ')[-1]
320 vernum = ver.split()[-1]
322 vernum = ver.split()[-1][5:]
[all …]
/openbmc/linux/scripts/
H A Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
64 if (match($0, vernum)) {
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-bit.c929 static bool coda_firmware_supported(u32 vernum) in coda_firmware_supported() argument
934 if (vernum == coda_supported_firmwares[i]) in coda_firmware_supported()