diff mbox

configs/{atngw100, atstk100x}: fix build of AVR32 defconfigs

Message ID 1408175061-13238-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit be7ac54e4bb4ca6eccc762b91289a80ad14118ad
Headers show

Commit Message

Thomas Petazzoni Aug. 16, 2014, 7:44 a.m. UTC
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>
---
 configs/atngw100_defconfig  | 3 +++
 configs/atstk100x_defconfig | 3 +++
 2 files changed, 6 insertions(+)

Comments

Peter Korsgaard Aug. 17, 2014, 7:14 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig
index cf727f9..d410f5b 100644
--- a/configs/atngw100_defconfig
+++ b/configs/atngw100_defconfig
@@ -1,3 +1,6 @@ 
+# AVR32 is deprecated
+BR2_DEPRECATED=y
+
 # Architecture
 BR2_avr32=y
 
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig
index 6a77b41..0e17e36 100644
--- a/configs/atstk100x_defconfig
+++ b/configs/atstk100x_defconfig
@@ -1,3 +1,6 @@ 
+# AVR32 is deprecated
+BR2_DEPRECATED=y
+
 # Architecture
 BR2_avr32=y