commit | 8f0434ff0f09870853218332c1dfbf9272caf9be | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Feb 27 09:34:50 2017 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Wed Mar 01 20:24:22 2017 +1030 |
tree | 3bba4143217dc94baa5549684ee82eb5dff12d05 | |
parent | 586d343e3339cbd14b27cb5b13b2e38a539a55b6 [diff] |
buildroot: move to 2017.02 release The following packages that we ship have seen an update: busybox: 1.25.1 -> 1.26.2 eudev: 3.2 -> 3.2.1 ipmitool: 1.8.16 -> 1.8.18 linux-firmware: a179db97914da5e650c21ba8f9b0bae04a0f8a41 -> 6d3bc8886517d171068fd1263176b8b5c51df204 linux-headers: 4.4.35 -> 4.10.1 lvm2: 2.02.166 -> 2.02.168 util-linux: 2.28.2 -> 2.29.2 zlib: 1.2.8 -> 1.2.11 The defconfigs for all platforms have been regenerated. The only change was due to updating the kernel headers to 4.10. This brings them in line with the kernel version used. Signed-off-by: Joel Stanley <joel@jms.id.au>
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/
To build an image for a Palmetto system:
git clone --recursive git@github.com:open-power/op-build.git cd op-build . op-build-env op-build palmetto_defconfig && op-build
There are also default configurations for other platforms in openpower/configs/
such as Habanero and Firestone.
Buildroot/op-build supports both native and cross-compilation - it will automatically download and build an appropriate toolchain as part of the build process, so you don't need to worry about setting up a cross-compiler. Cross-compiling from a x86-64 host is officially supported.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.
Enable Universe (Ubuntu only):
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 25 64-bit (older Fedora should also work).
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