summaryrefslogtreecommitdiffstats
path: root/README.aspeed-build
blob: 9ce966de9e3a08c0c4a3a750460bc01741e5d961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ===============================================================================================
# System requirements
# ===============================================================================================
Debian Stretch with GCC 6

# ===============================================================================================
# 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