Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-build update 11-20-2015 #10

Open
wants to merge 7 commits into
base: master-next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openpower/package/firestone-xml/firestone.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

FIRESTONE_XML_VERSION ?= 73a89761834bc0243a40d3e76db8bf86db38e1eb
FIRESTONE_XML_VERSION ?= be972d97b13e711d3fc2bc3ada8c702e50fd3588
FIRESTONE_XML_SITE ?= $(call github,open-power,firestone-xml,$(FIRESTONE_XML_VERSION))

FIRESTONE_XML_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/garrison-xml/garrison.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

GARRISON_XML_VERSION ?= 884bf2466dcc1b63baf92758e50fcc8e2ec551c5
GARRISON_XML_VERSION ?= 18da29a4968317e8beecd49150d04941baa36914
GARRISON_XML_SITE ?= $(call github,open-power,garrison-xml,$(GARRISON_XML_VERSION))

GARRISON_XML_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/habanero-xml/habanero-xml.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

HABANERO_XML_VERSION ?= a71550e65d7377d2aa5d50c21369c80409ee4edd
HABANERO_XML_VERSION ?= ea43779ea516352276aac426e77bc6be12ff6719
HABANERO_XML_SITE ?= $(call github,open-power,habanero-xml,$(HABANERO_XML_VERSION))

HABANERO_XML_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/hostboot/hostboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

HOSTBOOT_VERSION ?= 9b79ce07a60e2a3a4b285500375392655c87e9cf
HOSTBOOT_VERSION ?= 70e665f85f3e3ec8b118310884640a44ce83b7f2
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))

HOSTBOOT_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/palmetto-xml/palmetto-xml.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

PALMETTO_XML_VERSION = 82818682f2c2009c30d700df6d5f8897a3096e4f
PALMETTO_XML_VERSION ?= 82818682f2c2009c30d700df6d5f8897a3096e4f
PALMETTO_XML_SITE = $(call github,open-power,palmetto-xml,$(PALMETTO_XML_VERSION))

PALMETTO_XML_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/skiboot/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config BR2_SKIBOOT_CUSTOM_VERSION_VALUE

config BR2_SKIBOOT_VERSION
string
default "skiboot-5.1.8" if BR2_SKIBOOT_LATEST_VERSION
default "skiboot-5.1.11" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION

Expand Down