summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-08 07:40:23 +1100
committerGitHub <noreply@github.com>2019-03-08 07:40:23 +1100
commit1429ed45afb9c62fb7dad7303fa136225871834f (patch)
treef850f123d599070b58c8d77628174961226bcb2c /openpower
parent45df322ac3afbd50833a3b9df7db147f5a335806 (diff)
parent4005268227135220372d48b08d170ef971c8435e (diff)
downloadblackbird-op-build-1429ed45afb9c62fb7dad7303fa136225871834f.tar.gz
blackbird-op-build-1429ed45afb9c62fb7dad7303fa136225871834f.zip
Merge pull request #2677 from sammj/pb-bump
petitboot: Update to v1.10.2
Diffstat (limited to 'openpower')
-rw-r--r--openpower/package/petitboot/petitboot.hash2
-rw-r--r--openpower/package/petitboot/petitboot.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/openpower/package/petitboot/petitboot.hash b/openpower/package/petitboot/petitboot.hash
index 799575c8..3e2a502a 100644
--- a/openpower/package/petitboot/petitboot.hash
+++ b/openpower/package/petitboot/petitboot.hash
@@ -1 +1 @@
-sha256 042463dbccc4e6f1267b3b6f30d52851e92aa8a4c59169c01aa772a7b4115715 petitboot-1.10.1.tar.gz
+sha256 0bb5bd255860e5a4f18e08b4c1ac61166ccae9572d1a75083015bb209903c577 petitboot-v1.10.2.tar.gz
diff --git a/openpower/package/petitboot/petitboot.mk b/openpower/package/petitboot/petitboot.mk
index 6d5c4158..cd76761f 100644
--- a/openpower/package/petitboot/petitboot.mk
+++ b/openpower/package/petitboot/petitboot.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PETITBOOT_VERSION = 1.10.1
+PETITBOOT_VERSION = v1.10.2
PETITBOOT_SOURCE = petitboot-$(PETITBOOT_VERSION).tar.gz
-PETITBOOT_SITE ?= https://github.com/open-power/petitboot/releases/download/v$(PETITBOOT_VERSION)
+PETITBOOT_SITE ?= https://github.com/open-power/petitboot/releases/download/$(PETITBOOT_VERSION)
PETITBOOT_DEPENDENCIES = ncurses udev host-bison host-flex lvm2
PETITBOOT_LICENSE = GPLv2
PETITBOOT_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud