mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
More Corrections- raspberry pi kernel and firmware for -next 3.6.x Linux
This commit is contained in:
parent
8f52d12728
commit
8f04e5afbf
4 changed files with 8 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
buildarch=16
|
buildarch=16
|
||||||
|
|
||||||
pkgname=raspberrypi-firmware-next
|
pkgname=raspberrypi-firmware-next
|
||||||
pkgver=20121126
|
pkgver=20121127
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Raspberry Pi"
|
pkgdesc="Firmware files for Raspberry Pi"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -14,7 +14,7 @@ _gitroot=git://github.com/raspberrypi/firmware.git
|
||||||
_gitname=firmware
|
_gitname=firmware
|
||||||
source=('https://github.com/raspberrypi/firmware/archive/next.zip')
|
source=('https://github.com/raspberrypi/firmware/archive/next.zip')
|
||||||
md5sums=('6e39d086accc4ceddeb687800e9f42dd')
|
md5sums=('6e39d086accc4ceddeb687800e9f42dd')
|
||||||
provides=('raspberrypi-firmware-next')
|
provides=('raspberrypi-firmware')
|
||||||
conflicts=('raspberrypi-firmware')
|
conflicts=('raspberrypi-firmware')
|
||||||
build() {
|
build() {
|
||||||
# msg "Connecting to GIT server...."
|
# msg "Connecting to GIT server...."
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
buildarch=18
|
buildarch=18
|
||||||
|
|
||||||
pkgname=raspberrypi-firmware
|
pkgname=raspberrypi-firmware
|
||||||
pkgver=20121126
|
pkgver=20121127
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Raspberry Pi"
|
pkgdesc="Firmware files for Raspberry Pi"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -13,7 +13,7 @@ install=${pkgname}.install
|
||||||
_gitroot=git://github.com/raspberrypi/firmware.git
|
_gitroot=git://github.com/raspberrypi/firmware.git
|
||||||
_gitname=firmware
|
_gitname=firmware
|
||||||
provides=('raspberrypi-firmware')
|
provides=('raspberrypi-firmware')
|
||||||
conflicts=('raspberrypi-firmware-next')
|
conflicts=('raspberrypi-firmware')
|
||||||
build() {
|
build() {
|
||||||
msg "Connecting to GIT server...."
|
msg "Connecting to GIT server...."
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi-next' 'linux-headers-raspberrypi-next')
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.6
|
_basekernel=3.6
|
||||||
pkgver=${_basekernel}.7
|
pkgver=${_basekernel}.7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('arm armv6h')
|
arch=('arm armv6h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -91,9 +91,8 @@ package_linux-raspberrypi-next() {
|
||||||
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
|
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
|
||||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26-raspberrypi' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}")
|
||||||
conflicts=('kernel26' 'linux')
|
conflicts=('kernel26' 'linux')
|
||||||
replaces=('kernel26')
|
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
cd "${srcdir}/linux-rpi-3.6.y"
|
cd "${srcdir}/linux-rpi-3.6.y"
|
||||||
|
@ -141,7 +140,6 @@ package_linux-headers-raspberrypi-next() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
|
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
|
||||||
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
||||||
conflicts=('kernel26-headers')
|
conflicts=('kernel26-headers')
|
||||||
replaces=('kernel26-headers')
|
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi' 'linux-headers-raspberrypi')
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.2
|
_basekernel=3.2
|
||||||
pkgver=${_basekernel}.27
|
pkgver=${_basekernel}.27
|
||||||
pkgrel=15
|
pkgrel=16
|
||||||
arch=('arm armv6h')
|
arch=('arm armv6h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -84,9 +84,8 @@ package_linux-raspberrypi() {
|
||||||
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
|
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
|
||||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26-raspberrypi' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}")
|
||||||
conflicts=('kernel26' 'linux')
|
conflicts=('kernel26' 'linux')
|
||||||
replaces=('kernel26')
|
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
cd "${srcdir}/linux"
|
cd "${srcdir}/linux"
|
||||||
|
@ -134,7 +133,6 @@ package_linux-headers-raspberrypi() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
|
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
|
||||||
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
||||||
conflicts=('kernel26-headers')
|
conflicts=('kernel26-headers')
|
||||||
replaces=('kernel26-headers')
|
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue