diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 03:23:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 07:30:23 -0300 |
commit | 2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee (patch) | |
tree | bbc18da6cada6cf297245870b23475406a7de3cc /libre | |
parent | 7fe43b1d13a26841b458e7d71485a3049ba57c8f (diff) | |
download | abslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.tar.gz abslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.tar.bz2 abslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.zip |
rename uboot packages with Extlinux support to uboot4extlinux
Diffstat (limited to 'libre')
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch (renamed from libre/uboot-am335x_bone/0001-parabola-arm-modifications.patch) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/PKGBUILD (renamed from libre/uboot-am335x_bone/PKGBUILD) | 10 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/extlinux.conf (renamed from libre/uboot-am335x_bone/extlinux.conf) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/uEnv.txt (renamed from libre/uboot-am335x_bone/uEnv.txt) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install (renamed from libre/uboot-am335x_bone/uboot-am335x_bone.install) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/0001-parabola-arm-modifications.patch (renamed from libre/uboot-omap3_beagle/0001-parabola-arm-modifications.patch) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/PKGBUILD (renamed from libre/uboot-omap3_beagle/PKGBUILD) | 10 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/extlinux.conf (renamed from libre/uboot-omap3_beagle/extlinux.conf) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/uEnv.txt (renamed from libre/uboot-omap3_beagle/uEnv.txt) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install (renamed from libre/uboot-omap3_beagle/uboot-omap3_beagle.install) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch (renamed from libre/uboot-omap4_panda/0001-parabola-arm-modifications.patch) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/PKGBUILD (renamed from libre/uboot-omap4_panda/PKGBUILD) | 10 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/extlinux.conf (renamed from libre/uboot-omap4_panda/extlinux.conf) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/uEnv.txt (renamed from libre/uboot-omap4_panda/uEnv.txt) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/uboot4extlinux-omap4_panda.install (renamed from libre/uboot-omap4_panda/uboot-omap4_panda.install) | 0 |
15 files changed, 15 insertions, 15 deletions
diff --git a/libre/uboot-am335x_bone/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch index 0f1c145da..0f1c145da 100644 --- a/libre/uboot-am335x_bone/0001-parabola-arm-modifications.patch +++ b/libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch diff --git a/libre/uboot-am335x_bone/PKGBUILD b/libre/uboot4extlinux-am335x_bone/PKGBUILD index 5b7051f91..f1436af02 100644 --- a/libre/uboot-am335x_bone/PKGBUILD +++ b/libre/uboot4extlinux-am335x_bone/PKGBUILD @@ -5,18 +5,18 @@ buildarch=4 -pkgname=uboot-am335x_bone +pkgname=uboot4extlinux-am335x_bone pkgver=2015.04 -pkgrel=7 -pkgdesc="U-Boot for BeagleBone and BeagleBone Black" +pkgrel=1 +pkgdesc="U-Boot with Extlinux support for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" replaces=('uboot-beaglebone-linux-libre' 'uboot-beaglebone-linux-libre-lts' 'uboot-beaglebone-linux-libre-grsec' 'uboot-beaglebone-linux-libre-pck' - 'uboot-beaglebone') + 'uboot-beaglebone' 'uboot-am335x_bone') conflicts=('uboot-beaglebone-linux-libre' 'uboot-beaglebone-linux-libre-lts' 'uboot-beaglebone-linux-libre-grsec' 'uboot-beaglebone-linux-libre-pck' - 'uboot-beaglebone' 'uboot4grub-am335x_bone') + 'uboot-beaglebone' 'uboot-am335x_bone' 'uboot4grub-am335x_bone') makedepends=('bc') license=('GPL') backup=(boot/extlinux/extlinux.conf) diff --git a/libre/uboot-am335x_bone/extlinux.conf b/libre/uboot4extlinux-am335x_bone/extlinux.conf index 52de94d49..52de94d49 100644 --- a/libre/uboot-am335x_bone/extlinux.conf +++ b/libre/uboot4extlinux-am335x_bone/extlinux.conf diff --git a/libre/uboot-am335x_bone/uEnv.txt b/libre/uboot4extlinux-am335x_bone/uEnv.txt index f432efc6b..f432efc6b 100644 --- a/libre/uboot-am335x_bone/uEnv.txt +++ b/libre/uboot4extlinux-am335x_bone/uEnv.txt diff --git a/libre/uboot-am335x_bone/uboot-am335x_bone.install b/libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install index 4467c694e..4467c694e 100644 --- a/libre/uboot-am335x_bone/uboot-am335x_bone.install +++ b/libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install diff --git a/libre/uboot-omap3_beagle/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-omap3_beagle/0001-parabola-arm-modifications.patch index c99cd89b8..c99cd89b8 100644 --- a/libre/uboot-omap3_beagle/0001-parabola-arm-modifications.patch +++ b/libre/uboot4extlinux-omap3_beagle/0001-parabola-arm-modifications.patch diff --git a/libre/uboot-omap3_beagle/PKGBUILD b/libre/uboot4extlinux-omap3_beagle/PKGBUILD index 2b41eb15a..a3c16f7cc 100644 --- a/libre/uboot-omap3_beagle/PKGBUILD +++ b/libre/uboot4extlinux-omap3_beagle/PKGBUILD @@ -3,19 +3,19 @@ buildarch=4 -pkgname=uboot-omap3_beagle +pkgname=uboot4extlinux-omap3_beagle pkgver=2016.01 -pkgrel=2 -pkgdesc="U-Boot for BeagleBoard and BeagleBoard-xM" +pkgrel=1 +pkgdesc="U-Boot with Extlinux support for BeagleBoard and BeagleBoard-xM" arch=('armv7h') url="http://git.denx.de/u-boot.git/" license=('GPL') replaces=('uboot-beagleboard-linux-libre' 'uboot-beagleboard-linux-libre-lts' 'uboot-beagleboard-linux-libre-grsec' 'uboot-beagleboard-linux-libre-pck' - 'uboot-beagleboard') + 'uboot-beagleboard' 'uboot-omap3_beagle') conflicts=('uboot-beagleboard-linux-libre' 'uboot-beagleboard-linux-libre-lts' 'uboot-beagleboard-linux-libre-grsec' 'uboot-beagleboard-linux-libre-pck' - 'uboot-beagleboard' 'uboot4grub-omap3_beagle') + 'uboot-beagleboard' 'uboot-omap3_beagle' 'uboot4grub-omap3_beagle') makedepends=('bc') backup=(boot/extlinux/extlinux.conf) install=${pkgname}.install diff --git a/libre/uboot-omap3_beagle/extlinux.conf b/libre/uboot4extlinux-omap3_beagle/extlinux.conf index 708bfcddb..708bfcddb 100644 --- a/libre/uboot-omap3_beagle/extlinux.conf +++ b/libre/uboot4extlinux-omap3_beagle/extlinux.conf diff --git a/libre/uboot-omap3_beagle/uEnv.txt b/libre/uboot4extlinux-omap3_beagle/uEnv.txt index e69de29bb..e69de29bb 100644 --- a/libre/uboot-omap3_beagle/uEnv.txt +++ b/libre/uboot4extlinux-omap3_beagle/uEnv.txt diff --git a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install b/libre/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install index 8aff26699..8aff26699 100644 --- a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install +++ b/libre/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install diff --git a/libre/uboot-omap4_panda/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch index 09aee7ce0..09aee7ce0 100644 --- a/libre/uboot-omap4_panda/0001-parabola-arm-modifications.patch +++ b/libre/uboot4extlinux-omap4_panda/0001-parabola-arm-modifications.patch diff --git a/libre/uboot-omap4_panda/PKGBUILD b/libre/uboot4extlinux-omap4_panda/PKGBUILD index 6aaf94b60..cf9132074 100644 --- a/libre/uboot-omap4_panda/PKGBUILD +++ b/libre/uboot4extlinux-omap4_panda/PKGBUILD @@ -3,14 +3,14 @@ buildarch=4 -pkgname=uboot-omap4_panda +pkgname=uboot4extlinux-omap4_panda pkgver=2016.01 -pkgrel=2 -pkgdesc="U-Boot for PandaBoard and PandaBoard ES" +pkgrel=1 +pkgdesc="U-Boot with Extlinux support for PandaBoard and PandaBoard ES" arch=('armv7h') url="http://git.denx.de/u-boot.git/" -replaces=('uboot-pandaboard-linux-libre' 'uboot-pandaboard') -conflicts=('uboot-pandaboard-linux-libre' 'uboot-pandaboard' 'uboot4grub-omap4_panda') +replaces=('uboot-pandaboard-linux-libre' 'uboot-pandaboard' 'uboot-omap4_panda') +conflicts=('uboot-pandaboard-linux-libre' 'uboot-pandaboard' 'uboot-omap4_panda' 'uboot4grub-omap4_panda') makedepends=('bc') license=('GPL') install=${pkgname}.install diff --git a/libre/uboot-omap4_panda/extlinux.conf b/libre/uboot4extlinux-omap4_panda/extlinux.conf index 725121811..725121811 100644 --- a/libre/uboot-omap4_panda/extlinux.conf +++ b/libre/uboot4extlinux-omap4_panda/extlinux.conf diff --git a/libre/uboot-omap4_panda/uEnv.txt b/libre/uboot4extlinux-omap4_panda/uEnv.txt index 55298e1a9..55298e1a9 100644 --- a/libre/uboot-omap4_panda/uEnv.txt +++ b/libre/uboot4extlinux-omap4_panda/uEnv.txt diff --git a/libre/uboot-omap4_panda/uboot-omap4_panda.install b/libre/uboot4extlinux-omap4_panda/uboot4extlinux-omap4_panda.install index 771f1f0b3..771f1f0b3 100644 --- a/libre/uboot-omap4_panda/uboot-omap4_panda.install +++ b/libre/uboot4extlinux-omap4_panda/uboot4extlinux-omap4_panda.install |