diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:25:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:51:12 -0300 |
commit | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (patch) | |
tree | e4fb92e8edb1e974c37280f74e5d2e20a2822078 | |
parent | ea2ae0e235f8cd1f055ec33c6451bb805c873733 (diff) |
uboot4extlinux-am335x_bone-2015.04-3: move package to [libre]
* enable timeout support for Extlinux
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch (renamed from libre-testing/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/PKGBUILD (renamed from libre-testing/uboot4extlinux-am335x_bone/PKGBUILD) | 4 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/extlinux.conf (renamed from libre-testing/uboot4extlinux-am335x_bone/extlinux.conf) | 2 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/uEnv.txt (renamed from libre-testing/uboot4extlinux-am335x_bone/uEnv.txt) | 0 | ||||
-rw-r--r-- | libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install (renamed from libre-testing/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install) | 0 |
5 files changed, 4 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch b/libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch index 0f1c145da..0f1c145da 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch +++ b/libre/uboot4extlinux-am335x_bone/0001-parabola-arm-modifications.patch diff --git a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD b/libre/uboot4extlinux-am335x_bone/PKGBUILD index ac468fc50..1d108feb6 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD +++ b/libre/uboot4extlinux-am335x_bone/PKGBUILD @@ -7,7 +7,7 @@ buildarch=4 pkgname=uboot4extlinux-am335x_bone pkgver=2015.04 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with Extlinux support for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -22,7 +22,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' '37784c8f8f52a615d65e775018d237fb' - '068f6b4e8047115e73f29af5f384889b' + '2a20e20b446f8f28cac3c7a092b0d09f' 'ccb79775b81654e16fca18825c7f2506') prepare() { diff --git a/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf b/libre/uboot4extlinux-am335x_bone/extlinux.conf index 52de94d49..8e285c40d 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf +++ b/libre/uboot4extlinux-am335x_bone/extlinux.conf @@ -1,5 +1,7 @@ menu title Welcome to U-Boot with Extlinux support! +timeout 50 + label Parabola GNU/Linux-libre, linux-libre kernel kernel /boot/vmlinuz-linux-libre append root=/dev/mmcblk0p1 rw console=ttyO0,115200n8 diff --git a/libre-testing/uboot4extlinux-am335x_bone/uEnv.txt b/libre/uboot4extlinux-am335x_bone/uEnv.txt index f432efc6b..f432efc6b 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/uEnv.txt +++ b/libre/uboot4extlinux-am335x_bone/uEnv.txt diff --git a/libre-testing/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install b/libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install index 4467c694e..4467c694e 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install +++ b/libre/uboot4extlinux-am335x_bone/uboot4extlinux-am335x_bone.install |