commit | 548b0afdea10acc63ebc405fb4f6911a0a41f466 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Aug 16 23:09:53 2016 +0930 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu Sep 22 13:25:09 2016 +1000 |
tree | 97194d1d397f0b11e8146cc0e7874103208776ab | |
parent | f4663c95642f4e76ff57ea95e309357efda17e7d [diff] |
Release 4.4.18-openpower1 - v4.4.18 stable release - drop 'scsi: ignore errors from scsi_dh_add_device()' as this is included in the upstream stable release - drop 'drivers/drm/ast: Update VGA Ownership register value' as this was found to not fix the issue it was claimed to have fixed Signed-off-by: Joel Stanley <joel@jms.id.au> (cherry picked from commit eeef14f22c0852a91d13e9f6c00df070f7facb8c) 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