aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2015-09-03 20:48:32 +0059
committerStuart Shelton <stuart@shelton.me>2015-09-03 20:48:32 +0059
commit9b6c040a560c5260d35bc4384b875c89187e589c (patch)
tree9bd2c25262697d6eb927603b6c4e79cc2b1468b6 /sys-boot
parentUpdate dev-libs/openssl-1.0.2d (diff)
downloadsrcshelton-9b6c040a560c5260d35bc4384b875c89187e589c.tar.gz
srcshelton-9b6c040a560c5260d35bc4384b875c89187e589c.tar.bz2
srcshelton-9b6c040a560c5260d35bc4384b875c89187e589c.zip
Update sys-boot/raspberrypi-firmware-0.9999
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/Manifest2
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-0.9999.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-boot/raspberrypi-firmware/Manifest b/sys-boot/raspberrypi-firmware/Manifest
index 9265fce3..3dfd443f 100644
--- a/sys-boot/raspberrypi-firmware/Manifest
+++ b/sys-boot/raspberrypi-firmware/Manifest
@@ -1,4 +1,4 @@
AUX raspberrypi-firmware-cmdline.txt 127 SHA256 a5ef22a89457706ab4c8cb974d72a9ac6910fa44b9f23b85ebe22c7af6774654 SHA512 238b238bd7d0ce62a65f17a1082165601444e5f105a4bf5539c8ee3aed42fe4c8bce02ca2562409cd00308e1699a6a35d7b9c70729ed22443e181cb12c89392d WHIRLPOOL 79f4f02e06e6835f5c04d11afb3949630d16a89cad609dfa99ef540cf0707e13b3de4958ecdf5d7727a15b98891f2e70b967d50b34b8cf3a6c2547df45103ccb
AUX raspberrypi-firmware-config.txt 15930 SHA256 d7b52a779dd424c73c450340b59477aebd3eaf31db19d285c2c6ba7ea754b1b2 SHA512 51117c8ce7c44462e40ac45fb4801f3bdccce206a4738806e39186ad1029242b23944fc0426648281c4f07bbf902d08343de8389999f31b136bfdfb4ff72d2fb WHIRLPOOL 63c4f2091898bf5bb2eaa9b67d02e27b04be8de29a3239f6ed2299004a8c118197f41352d6547d06551a133fac65ec042a5b2366e57f079fec07ba68a31f185a
AUX raspberrypi-firmware-envd 52 SHA256 514e767266ba32e81fa8fb58ee8f5b5ad9799963c2dd4761eb2c442122c240d3 SHA512 ce6aab6503cdf6f084cdf7b525ddf4ecdc19d10e439bd0b2f48f1beefcedd4d7eb8d5d203acc7b8b437ee1766653ba743124352c39f67bab6418db80e7b5215b WHIRLPOOL addc92da51a823b4f68dd25dc1bced57e496387ca3d8505523764189180b196c908ff9ff0ebfcc2a469dcfd4fb5cb361b302b12056f52729d5eecfd36498463d
-EBUILD raspberrypi-firmware-0.9999.ebuild 4566 SHA256 e42ee41f05230a564d801c1470c5580588324a66023cf45e5a4508c96722487a SHA512 998c68d6b49dac0d0a7a1e616506ac66221ab5f96c472162c632eddcceae4307294916abb4bbcd12e80ef53c5a138d4e2bdc32a230705d4898381c0700d2f72e WHIRLPOOL 014fa0d93c7537c149de89f896e51978257009a55e1834a665d87ee8455f651451bc78ce207312014652ec6196ab9db5cf9f19f592d21146eeb877b7120c5bb5
+EBUILD raspberrypi-firmware-0.9999.ebuild 4628 SHA256 64a01fecbccec250481d3f8bcb38778f63829286deff014d08eacbf585cf25b6 SHA512 c09e9a6f941c07e1c16d732febcc3ab43c1572eb03f5c56eeb9c76c702669f3f1009b509f9bbb0a4cf06dfc38615db1ec215c52598efeb83020991300eaf0dc6 WHIRLPOOL 907b245adfa858fd6f0777afb60c28de812812941f4d292897b99a2db08a271cbe49706268a7bbd41c3b78dc241cf0eec42cc7baebb1ce83ad16666f4cf03631
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0.9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0.9999.ebuild
index eff0b3ae..55a84a1d 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0.9999.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit git-r3
+inherit git-r3 mount-boot
DESCRIPTION="Raspberry PI boot loader and firmware"
HOMEPAGE="https://github.com/raspberrypi/firmware"
@@ -157,8 +157,12 @@ pkg_preinst() {
fi
fi
fi
+
+ mount-boot_pkg_preinst
}
pkg_postinst() {
+ mount-boot_pkg_postinst
+
einfo "Please customise your Raspberry Pi configuration by editing /boot/config.txt"
}