aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-03-22 21:49:21 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-03-22 21:49:21 -0600
commit722cbb6c2d03eb905220f7fa1ec3f1b7be9660e6 (patch)
treea428178b1d07144d19c7da8745277a05c41900a4
parente8219de747339a7454b71740d0e400b26aaa5b9d (diff)
LINARO: workaround a config enforce error
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--debian.linaro/changelog5
-rw-r--r--debian.linaro/config/enforce2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian.linaro/changelog b/debian.linaro/changelog
index 6bd79d95589..921ff82531e 100644
--- a/debian.linaro/changelog
+++ b/debian.linaro/changelog
@@ -1,9 +1,10 @@
-linux-linaro (3.3.0-1.1) precise; urgency=low
+linux-linaro (3.3.0-1.2) precise; urgency=low
* Initial 3.3 Linux Linaro aka linux-linaro-q-3.3
* Rebase on linux-linaro-3.3-rc3-2012.02.1
+ * Workaround a config enforce problem
- -- John Rigby <john.rigby@linaro.org> Sat, 17 Mar 2012 17:10:57 -0600
+ -- John Rigby <john.rigby@linaro.org> Thu, 22 Mar 2012 21:48:47 -0600
linux-linaro (3.2.0-4.4) oneiric; urgency=low
diff --git a/debian.linaro/config/enforce b/debian.linaro/config/enforce
index 8ded7fc1228..34c50f11e64 100644
--- a/debian.linaro/config/enforce
+++ b/debian.linaro/config/enforce
@@ -15,7 +15,7 @@ value CONFIG_DEFAULT_SECURITY_APPARMOR y
# For architectures which support this option ensure it is enabled.
!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y
!exists CONFIG_CC_STACKPROTECTOR | value CONFIG_CC_STACKPROTECTOR y
-!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y
+#!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y
!exists CONFIG_STRICT_DEVMEM | value CONFIG_STRICT_DEVMEM y
# For architectures which support this option ensure it is disabled.
!exists CONFIG_COMPAT_VDSO | value CONFIG_COMPAT_VDSO n