**** BEGIN LOGGING AT Sat Apr 14 02:59:58 2012 Apr 14 08:55:38 hi, how can i enable hardfp? i've found following line in feature-arm-vfp.inc Apr 14 08:55:46 TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", "-mfloat-abi=hard", "-mfloat-abi=softfp", d), "" ,d)}" Apr 14 08:56:10 looks like an if ... but how to interpret this line? Apr 14 09:07:37 contains(a, a, b)... if a then a else b Apr 14 09:11:47 that means of TUNE_FEATURES="vfp callconvention-hard" then hard else soft? Apr 14 09:13:26 of = if Apr 14 09:19:21 so if i look at arch-armv7a.inc there are tune_features for hardfp and softfp Apr 14 09:20:09 but how can i configure my machine config that it uses armv7athf ? Apr 14 09:23:39 do i have to override the defaulttune variable? Apr 14 21:29:48 is there a way to negate a virtual PROVIDES? Apr 14 21:40:39 what do you mean? Apr 14 21:40:52 if you want this instead of that, set PREFERRED_PROVIDER Apr 15 01:55:31 kergoth: specifically, a u-boot-tools recipe wnts to provide virtual/bootloader even though i set PROVIDES=u-boot-tools Apr 15 01:55:36 *wants Apr 15 01:57:15 it ends up requiring several more u-boot.inc files Apr 15 02:07:13 then set your PROVIDES after the require lines, so the required files don't override you (assuming the .inc files use += or .= to add the provide, not _append/_prepend) **** ENDING LOGGING AT Sun Apr 15 02:59:59 2012