commit | 10f3a63c5722b6435ea5498dcbf652644e69340f | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Sun Apr 03 18:12:35 2016 +0930 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 20 19:56:41 2016 +0000 |
tree | 4f21fc066f6a95834dad824d14beb8167fab1843 | |
parent | 146a00b771e04503245a16809492272dd6f39c66 [diff] |
Revert "Back off GCC to 4.9.3" This reverts commit f23f11b41c167f1827c073fa305a46cde1ff4760. As of linux 4.2 SRA is disabled when building the kernel for ARM. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=a077224fd35b2f7fbc93f14cf67074fc792fbac2 It is suspect that this was the cause of the failure to boot. Change-Id: If8e5f99f85b8db6e3623e2e77cc2821fdf2ddcb2 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/conf/distro/openbmc-phosphor.conf b/conf/distro/openbmc-phosphor.conf index f37e88c..e9de087 100644 --- a/conf/distro/openbmc-phosphor.conf +++ b/conf/distro/openbmc-phosphor.conf
@@ -5,7 +5,6 @@ DISTRO_VERSION = "0.1.0" TARGET_VENDOR="-openbmc" -GCCVERSION ?= "4.9.3" IMAGE_FSTYPES += "cpio.gz" IMAGE_FSTYPES += "squashfs-xz" IMAGE_LINGUAS = "en-us"