summaryrefslogtreecommitdiffstats
path: root/README.aspeed-build
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2017-08-27 16:27:02 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2017-08-27 16:27:02 -0500
commit70149e7efe56624c2fe6786070eb5420de877cdb (patch)
tree704a9eadcfc26bd9f10cf6e9dd3ae8673a58b8c3 /README.aspeed-build
parent528bdf528d8bfca7746543f61609b9aceb54d53b (diff)
downloadast2050-yocto-poky-70149e7efe56624c2fe6786070eb5420de877cdb.zip
ast2050-yocto-poky-70149e7efe56624c2fe6786070eb5420de877cdb.tar.gz
Make builds functional on Debian Stretch
Add AST2050 / KGPE-D16 files
Diffstat (limited to 'README.aspeed-build')
-rw-r--r--README.aspeed-build20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.aspeed-build b/README.aspeed-build
new file mode 100644
index 0000000..ffaa17f
--- /dev/null
+++ b/README.aspeed-build
@@ -0,0 +1,20 @@
+# ===============================================================================================
+# System requirements
+# ===============================================================================================
+Debian Stretch
+gcc5 (gcc6 doesn't work at this time)
+
+# ===============================================================================================
+# Workarounds
+# ===============================================================================================
+ * Restore /etc/perl/find.pl per http://blog.kempj.co.uk/2015/09/missing-find-pl-compiling-oe/
+ * Copy the provided local-aspeed.conf file into build/conf/local.conf after bitbake fails, then
+ retry bitbake
+
+# ===============================================================================================
+# General build procedure
+# ===============================================================================================
+export TEMPLATECONF=meta-openbmc/meta-raptor/meta-asus/conf
+source oe-init-build-env
+cp -Rp ../local-aspeed.conf conf/local.conf
+bitbake asus-image
OpenPOWER on IntegriCloud