diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-12 22:45:00 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-12 22:45:32 +0100 |
commit | 49fef4a963e1b2163a000a6b65e2f4d61bd171ae (patch) | |
tree | 89dcc01ec578373123b9ab188e9a3342df2a0772 /libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD | |
parent | a95b393e7d22b42eb2d82b550f9995975ab33299 (diff) | |
download | abslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.tar.gz abslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.tar.bz2 abslibre-49fef4a963e1b2163a000a6b65e2f4d61bd171ae.zip |
libre-testing: remove outdated u-boot packages
All these u-boot pakcages were consolidated in SOC specific packages
instead of board specific pakcages in libre.
In addition the libre packages are more recent and in sync with the
Parabola armv7h installation manual.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD b/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD deleted file mode 100644 index 9019ef4f7..000000000 --- a/libre-testing/uboot4extlinux-omap3_beagle/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# U-Boot: BeagleBoard and BeagleBoard-xM -# Maintainer: Isaac David <isacdaavid@at@isacdaavid@dot@info> -# Contributor: André Silva <emulatorman@hyperbola.info> - -pkgname=uboot4extlinux-omap3_beagle -pkgver=2016.01 -pkgrel=4.1 -pkgdesc="U-Boot with Extlinux support for BeagleBoard and BeagleBoard-xM" -arch=('armv7h') -url="http://git.denx.de/u-boot.git/" -license=('GPL') -conflicts=('uboot-omap3_beagle' 'uboot4grub-omap3_beagle') -makedepends=('bc') -backup=(boot/extlinux/extlinux.conf) -install=${pkgname}.install -source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" - '0001-parabola-arm-modifications.patch' - '0002-kernel-add-support-for-gcc-7.patch' - 'extlinux.conf' - 'uEnv.txt') -sha256sums=('e5792fba9399d9804aa2ef667f14ff771e2cdece72367d340250265bf095a5d5' - 'cf6519bab4270bf093eb6ff0d9f3b4d314d00af6c4ecad07c492977ae5c7f510' - '9e80aa27cccdb07b03d56a970f247c91d586d0b936868c076c20acc2e68a3968' - 'bb489334db2d44562caa18ed6297068cf7df3afdf1bb8b1b1f27bce0d2b8e987' - 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855') - -prepare() { - cd u-boot-${pkgver} - patch -Np1 -i ../0001-parabola-arm-modifications.patch - patch -Np1 -i ../0002-kernel-add-support-for-gcc-7.patch -} - -build() { - cd u-boot-${pkgver} - - unset LDFLAGS CFLAGS CXXFLAGS - - make distclean - make omap3_beagle_config - make -} - -package() { - cd u-boot-${pkgver} - mkdir -p "${pkgdir}"/boot/extlinux - cp MLO u-boot.img "${srcdir}"/uEnv.txt "${pkgdir}"/boot - cp "${srcdir}"/extlinux.conf "${pkgdir}"/boot/extlinux -} |