]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
configs/{atngw100, atstk100x}: fix build of AVR32 defconfigs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 Aug 2014 07:44:21 +0000 (09:44 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 17 Aug 2014 07:13:34 +0000 (09:13 +0200)
Since we marked the AVR32 architecture deprecated, it can no longer be
selected in a normal configuration. This has caused the AVR32
defconfigs to fail to build in our daily Jenkins tests. In order to
make them build again, they must use BR2_DEPRECATED=y. Of course, when
we remove AVR32 completely, we'll remove those defconfigs as well.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/atngw100_defconfig
configs/atstk100x_defconfig

index cf727f99639107fbfe354e638e6c946be9fec864..d410f5b5a69c5de8871b460977855a9379920d24 100644 (file)
@@ -1,3 +1,6 @@
+# AVR32 is deprecated
+BR2_DEPRECATED=y
+
 # Architecture
 BR2_avr32=y
 
index 6a77b41048d38cb2dfb3208b239d0f0ad0d73ffc..0e17e36dc9b2e314d9d732f5730c9475d512d579 100644 (file)
@@ -1,3 +1,6 @@
+# AVR32 is deprecated
+BR2_DEPRECATED=y
+
 # Architecture
 BR2_avr32=y