From 8b5d83a2d959bc84f221e160b8a0ecabf995643a Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 12 Feb 2019 15:12:45 +0100 Subject: libre-testing: barebox: Update to 2019.01 and move images. GRUB images are in /boot/grub/${arch}-${target}/, so it's better to use similar paths for barebox to make it more consistent and familiar to users that already know GRUB. Signed-off-by: Denis 'GNUtoo' Carikli --- libre-testing/barebox/PKGBUILD | 10 +++++----- libre-testing/barebox/barebox.install | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libre-testing') diff --git a/libre-testing/barebox/PKGBUILD b/libre-testing/barebox/PKGBUILD index 30003fd7a..42815de3b 100644 --- a/libre-testing/barebox/PKGBUILD +++ b/libre-testing/barebox/PKGBUILD @@ -3,8 +3,8 @@ _pkgname=barebox pkgname=barebox-am335x -pkgver=2018.12.0 -pkgrel=3 +pkgver=2019.01.0 +pkgrel=1 pkgdesc="Barebox for devices with an am335x system on a chip" arch=('armv7h') makedepends=('lzop') @@ -12,7 +12,7 @@ url="http://barebox.org/" license=('GPL2') install=${_pkgname}.install source=("http://barebox.org/download/${_pkgname}-${pkgver}.tar.bz2") -sha512sums=('3f83c1057e16fac1ee3afac849e5f0a1e2353b767754e6f206178c99d709bc4b22127be9c340be471592c4c650f25e91fcc5a5ad28a8375a049a41a417c08dd1') +sha512sums=('34ab54fab52662ef5895b01803fbedb94ed5f0bf399e8bce365f8a9a0205f814d763b80bf96e789df62c3a89d8724af20b9b03e9b2964524cf359b3393edffa1') build() { cd ${_pkgname}-${pkgver} @@ -33,6 +33,6 @@ build() { package() { cd ${_pkgname}-${pkgver} - mkdir -p "${pkgdir}/boot/barebox/" - install -t "${pkgdir}/boot/barebox/" images/barebox-*.img + mkdir -p "${pkgdir}/boot/barebox/images/" + install -t "${pkgdir}/boot/barebox/images/" images/barebox-*.img } diff --git a/libre-testing/barebox/barebox.install b/libre-testing/barebox/barebox.install index 0e019c5f6..eedabf868 100644 --- a/libre-testing/barebox/barebox.install +++ b/libre-testing/barebox/barebox.install @@ -11,8 +11,8 @@ install_barebox() { echo "Note that in some case it may not work if your boot media that is smaller than 4GB" echo "" echo "You can then install and update barebox on the Beaglebone green computer by running:" - echo " # cp -f /boot/barebox/barebox-am33xx-beaglebone-mlo.img /boot/MLO" - echo " # cp -f /boot/barebox/barebox-am33xx-beaglebone.img /boot/barebox.bin" + echo " # cp -f /boot/barebox/images/barebox-am33xx-beaglebone-mlo.img /boot/MLO" + echo " # cp -f /boot/barebox/images/barebox-am33xx-beaglebone.img /boot/barebox.bin" echo "" echo "This package also supports other am33xx computers." echo "You can also install barebox on them in a very similar way." -- cgit v1.2.2