summaryrefslogtreecommitdiffstats
path: root/README.aspeed-build
diff options
context:
space:
mode:
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