Jump to content

Building current -dev warnings


vincele

Recommended Posts

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

Link to comment
Share on other sites

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"
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines