Skip to content

Commit

Permalink
petitboot: Update to v1.4.2
Browse files Browse the repository at this point in the history
Install file updates

Signed-off-by: Samuel Mendoza-Jonas <[email protected]>
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
sammj authored and stewartsmith committed May 3, 2017
1 parent 8b932e2 commit 23a86c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions openpower/package/petitboot/petitboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

PETITBOOT_VERSION = v1.2.7
PETITBOOT_VERSION = v1.4.2
PETITBOOT_SITE ?= $(call github,open-power,petitboot,$(PETITBOOT_VERSION))
PETITBOOT_DEPENDENCIES = ncurses udev host-bison host-flex lvm2
PETITBOOT_LICENSE = GPLv2
Expand All @@ -17,7 +17,7 @@ PETITBOOT_CONF_OPTS += --with-ncurses --without-twin-x11 --without-twin-fbdev \
--localstatedir=/var \
HOST_PROG_KEXEC=/usr/sbin/kexec \
HOST_PROG_SHUTDOWN=/usr/libexec/petitboot/bb-kexec-reboot \
$(if $(BR2_PACKAGE_BUSYBOX),--with-tftp=busybox)
$(if $(BR2_PACKAGE_BUSYBOX),--with-tftp=busybox --enable-busybox)

PETITBOOT_AUTORECONF_ENV += PETITBOOT_VERSION=`cat $(PETITBOOT_VERSION_FILE) | cut -d '-' -f 2-`

Expand All @@ -44,9 +44,7 @@ define PETITBOOT_POST_INSTALL
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/petitboot/boot.d
$(INSTALL) -D -m 0755 $(@D)/utils/hooks/01-create-default-dtb \
$(TARGET_DIR)/etc/petitboot/boot.d/
$(INSTALL) -D -m 0755 $(@D)/utils/hooks/30-add-offb \
$(TARGET_DIR)/etc/petitboot/boot.d/
$(INSTALL) -D -m 0755 $(@D)/utils/hooks/80-set-stdout \
$(INSTALL) -D -m 0755 $(@D)/utils/hooks/30-dtb-updates \
$(TARGET_DIR)/etc/petitboot/boot.d/
$(INSTALL) -D -m 0755 $(@D)/utils/hooks/90-sort-dtb \
$(TARGET_DIR)/etc/petitboot/boot.d/
Expand Down

0 comments on commit 23a86c9

Please sign in to comment.