commit | f23f11b41c167f1827c073fa305a46cde1ff4760 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Thu Oct 01 13:47:20 2015 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Thu Oct 01 14:31:30 2015 -0400 |
tree | 740b84ac087939ecfee9bcd90bc166e9a22d11b2 | |
parent | 03fee21ede2160a63341a037356a8a8c55fbe8a7 [diff] [blame] |
Back off GCC to 4.9.3 5.2.0 is producing an unusable kernel for Palmetto. Qemuarm seems to work fine on either 5.2.0 or 4.9.3. Remove when https://github.com/openbmc/openbmc/issues/10 is resolved.
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf index f1e50dc..b59715d 100644 --- a/meta-phosphor/conf/distro/openbmc-phosphor.conf +++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf
@@ -5,6 +5,7 @@ DISTRO_VERSION = "0.1.0" TARGET_VENDOR="-openbmc" +GCCVERSION ?= "4.9.3" IMAGE_FSTYPES += "cpio.gz" IMAGE_LINGUAS = "en-us"