Merge pull request #2574 from op-jenkins/op-build-update_043_1-23-2019
op-build update 1-23-2019
diff --git a/.travis.yml b/.travis.yml
index 405b254..1e7ac9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,15 +11,8 @@
apt:
packages:
- python-pip
- - latexmk
- libalgorithm-diff-perl
- - texlive
- - texlive-latex-extra
- - texlive-humanities
- - texlive-generic-recommended
- graphviz
- - texlive-generic-extra
-
language: python
python:
@@ -28,7 +21,7 @@
- "pip install -r doc/requirements.txt"
script:
- bash openpower/scripts/update-defconfigs.sh
- - cd doc/; make latexpdf html
+ - cd doc/; make html
deploy:
provider: pages
diff --git a/doc/release-notes/index.rst b/doc/release-notes/index.rst
index dd4bfb9..d3ebb68 100644
--- a/doc/release-notes/index.rst
+++ b/doc/release-notes/index.rst
@@ -43,6 +43,7 @@
v2.0.9
v2.0.10
v2.0.11
+ v2.0.12
v2.1
----
diff --git a/openpower/configs/vesnin_defconfig b/openpower/configs/vesnin_defconfig
index 671847e..6ec67e4 100644
--- a/openpower/configs/vesnin_defconfig
+++ b/openpower/configs/vesnin_defconfig
@@ -20,10 +20,10 @@
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
BR2_LINUX_KERNEL_XZ=y
-BR2_PACKAGE_LINUX_FIRMWARE=y
-BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
+BR2_PACKAGE_LINUX_FIRMWARE=y
+BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_IPMITOOL=y
BR2_PACKAGE_MDADM=y