summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-omap3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot4extlinux-omap3/PKGBUILD')
-rw-r--r--libre/uboot4extlinux-omap3/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/uboot4extlinux-omap3/PKGBUILD b/libre/uboot4extlinux-omap3/PKGBUILD
index 0f619dee2..786e33996 100644
--- a/libre/uboot4extlinux-omap3/PKGBUILD
+++ b/libre/uboot4extlinux-omap3/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=uboot4extlinux-omap3
pkgname=('uboot4extlinux-omap3_beagle')
-pkgver=2019.10
+pkgver=2020.04
pkgrel=1
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
@@ -15,9 +15,9 @@ backup=(boot/extlinux/extlinux.conf)
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
'0001-omap34xx-SPL-enable-MMC-raw-boot-with-u-boot.img.patch'
'extlinux.conf')
-sha256sums=('8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014'
+sha256sums=('fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372'
'SKIP'
- 'd8ca994d80f05a99963b92736860d0a7f420d0771a6e5da9add0c6eac40034b6')
+ 'SKIP')
boards=('omap3_beagle')
@@ -77,4 +77,9 @@ package_uboot4extlinux-omap3_beagle() {
"${pkgdir}"/boot/u-boot/images/
install -Dm644 extlinux.conf "${pkgdir}"/boot/extlinux
+
+ # Package documentation as well
+ install -d "${pkgdir}"/usr/share/doc/u-boot
+ # The README might be converted to ReStructuredText at some point and be moved because of that
+ install -Dm644 u-boot-${pkgver}/doc/README.omap3 "${pkgdir}"/usr/share/doc/u-boot/
}