Skip to content

Commit

Permalink
Bump skiboot to 5.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
stewartsmith committed May 3, 2017
1 parent 23a86c9 commit ed38a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openpower/configs/firenze_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BR2_TARGET_GENERIC_HOSTNAME="skiroot"
BR2_PACKAGE_SKIBOOT=y
BR2_PACKAGE_SKIBOOT_EMBED_PAYLOAD=n
BR2_SKIBOOT_CUSTOM_VERSION=y
BR2_SKIBOOT_CUSTOM_VERSION_VALUE="skiboot-5.4.3"
BR2_SKIBOOT_CUSTOM_VERSION_VALUE="skiboot-5.4.4"

# petitboot requirements
BR2_ENABLE_LOCALE_PURGE=y
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.4.3" if BR2_SKIBOOT_LATEST_VERSION
default "skiboot-5.4.4" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION

Expand Down

0 comments on commit ed38a0c

Please sign in to comment.