commit | e76515434c0b83acf4bfba467a4940e10c6ac67f | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.vnet.ibm.com> | Mon Aug 01 14:50:08 2016 +1000 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Mon Aug 01 14:50:08 2016 +1000 |
tree | 04673ae1e26fb2649c2009c65a70f716dd15663d | |
parent | b4a848572dd23e522c370f58556c4c533a9dcd20 [diff] |
disable mlx5 driver in skiroot_defconfig Quite simply, the driver doesn't work properly. It's a kexec disaster and without (yet another) patch we have to carry locally, it's not going to work for the imminent op-build v1.10. We'll think about re-enabling this once the appropriate patches make it to the Linux stable tree. Fixes: https://github.com/open-power/op-build/issues/538 Reverts: https://github.com/open-power/op-build/pull/479 Reverts: 17b4c3c6e6389c8d5d354ef778ce1f39067f8a34 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
The OpenPower firmware build process uses Buildroot to create a toolchain and build the various components of the PNOR firmware, including Hostboot, Skiboot, OCC, Petitboot etc.
Issues, Milestones, pull requests and code hosting is on github: https://github.com/open-power/op-build
Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
git clone --recursive git@github.com:open-power/op-build.git cd op-build . op-build-env op-build palmetto_defconfig && op-build
This will build an image for a Palmetto system. There exists default configurations for other platforms in openpower/configs/ such as Habanero and Firestone.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.
Enable Universe:
sudo apt-get install software-properties-common sudo add-apt-repository universe
Install the packages necessary for the build:
sudo apt-get install cscope ctags libz-dev libexpat-dev \ python language-pack-en texinfo \ build-essential g++ git bison flex unzip \ libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \ wget bc
Install Fedora 23 64-bit.
Install the packages necessary for the build:
sudo dnf install gcc-c++ flex bison git ctags cscope expat-devel patch \ zlib-devel zlib-static texinfo perl-bignum "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel \ which wget unzip tar cpio python bzip2 bc findutils ncurses-devel