summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-06-20 17:35:28 +0930
committerJoel Stanley <joel@jms.id.au>2016-06-24 15:02:36 +0930
commit8feb161208956157d86c208b31d8ac8658b8ea64 (patch)
tree92f7bebc3a031d2b6135e2225685d401c11bdb3f /.gitmodules
parentaf71b4c9b1521a3851e93cecdffccd247fe1035a (diff)
downloadblackbird-op-build-8feb161208956157d86c208b31d8ac8658b8ea64.tar.gz
blackbird-op-build-8feb161208956157d86c208b31d8ac8658b8ea64.zip
Update to buildroot 2016.05
- package/dropbear: Add BR2_PACKAGE_DROPBEAR_SERVER option - host-fakeroot: re-run autotools to fix build on ppc64le host - linux-firmware: Update bnx2x firmware version Configuration changes: - BR2_BINUTILS_VERSION_2_26_X selects the most modern version - BR2_LINUX_KERNEL_CUSTOM_VERSION replaces LATEST_VERSION as upstream tracks a newer version than we are using - BR2_PACKAGE_SKIBOOT is default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power8) BR2_PACKAGE_POWERPC_UTILS is selected by petitboot - The BR2_TOOLCHAIN_BUILDROOT_LIBSTDCPP symbol was never upstreamed. It's implemented by BR2_INSTALL_LIBSTDCPP in upstream, and we don't have it enabled. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 20509fa3..6bda6279 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "buildroot"]
path = buildroot
- branch = 2015.11.1-op-build
+ branch = 2016.05-op-build
url = https://github.com/open-power/buildroot
OpenPOWER on IntegriCloud