vincele Posted September 17, 2016 Posted September 17, 2016 Hello, I tried building current@4c54309b7b1c6 for opi+2e, dev, jessie, console, and saw those: [...] [ warn ] ... scripts-dtc-Update-to-version-with-overlays.patch [ failed ] [...] scripts/kconfig/conf --olddefconfig Kconfig.config:1440:warning: symbol value 'm' invalid for RXKAD.config:5691:warning: symbol value 'm' invalid for ASYMMETRIC_KEY_TYPE [...] Are they known ? harmless ? EDIT: trying to fix, will PR if it works OK: https://github.com/igorpecovnik/lib/pull/468
martinayotte Posted September 17, 2016 Posted September 17, 2016 For the first "[ warn ] ... scripts-dtc-Update-to-version-with-overlays.patch [ failed ]", it is the DTC version that changed between 4.6.x and 4.7.x. I will do some fix for that : --- a/scripts/dtc/version_gen.h +++ b/scripts/dtc/version_gen.h @@ -1 +1 @@ -#define DTC_VERSION "DTC 1.4.1-g53bf130b" +#define DTC_VERSION "DTC 1.4.1-g4273dca2"
vincele Posted September 17, 2016 Author Posted September 17, 2016 @zador-blood-stained: thanks for the merge @martinayotte: thanks for taking care of the other piece During my skimming over the build process scripts (found some small glitches in text UI, PR'ed), my editor found a lot of space@EOL, and I had to revert them not to pollute my PR, would a full scripted sweep be acceptable ?
vincele Posted September 18, 2016 Author Posted September 18, 2016 EOL spaces PR @ https://github.com/igorpecovnik/lib/pull/472
Recommended Posts