Skip to content

Commit

Permalink
More Corrections- raspberry pi kernel and firmware for -next 3.6.x Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pepedog committed Nov 26, 2012
1 parent 8f52d12 commit 8f04e5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions alarm/raspberrypi-firmware-next/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildarch=16

pkgname=raspberrypi-firmware-next
pkgver=20121126
pkgver=20121127
pkgrel=1
pkgdesc="Firmware files for Raspberry Pi"
arch=('any')
Expand All @@ -14,7 +14,7 @@ _gitroot=git://github.com/raspberrypi/firmware.git
_gitname=firmware
source=('https://github.com/raspberrypi/firmware/archive/next.zip')
md5sums=('6e39d086accc4ceddeb687800e9f42dd')
provides=('raspberrypi-firmware-next')
provides=('raspberrypi-firmware')
conflicts=('raspberrypi-firmware')
build() {
# msg "Connecting to GIT server...."
Expand Down
4 changes: 2 additions & 2 deletions alarm/raspberrypi-firmware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildarch=18

pkgname=raspberrypi-firmware
pkgver=20121126
pkgver=20121127
pkgrel=1
pkgdesc="Firmware files for Raspberry Pi"
arch=('any')
Expand All @@ -13,7 +13,7 @@ install=${pkgname}.install
_gitroot=git://github.com/raspberrypi/firmware.git
_gitname=firmware
provides=('raspberrypi-firmware')
conflicts=('raspberrypi-firmware-next')
conflicts=('raspberrypi-firmware')
build() {
msg "Connecting to GIT server...."

Expand Down
6 changes: 2 additions & 4 deletions core/linux-raspberrypi-next/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi-next' 'linux-headers-raspberrypi-next')
_kernelname=${pkgname#linux}
_basekernel=3.6
pkgver=${_basekernel}.7
pkgrel=1
pkgrel=2
arch=('arm armv6h')
url="http://www.kernel.org/"
license=('GPL2')
Expand Down Expand Up @@ -91,9 +91,8 @@ package_linux-raspberrypi-next() {
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('kernel26-raspberrypi' "linux=${pkgver}")
provides=('kernel26' "linux=${pkgver}")
conflicts=('kernel26' 'linux')
replaces=('kernel26')
install=${pkgname}.install

cd "${srcdir}/linux-rpi-3.6.y"
Expand Down Expand Up @@ -141,7 +140,6 @@ package_linux-headers-raspberrypi-next() {
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
provides=('kernel26-headers' "linux-headers=${pkgver}")
conflicts=('kernel26-headers')
replaces=('kernel26-headers')

install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"

Expand Down
6 changes: 2 additions & 4 deletions core/linux-raspberrypi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi' 'linux-headers-raspberrypi')
_kernelname=${pkgname#linux}
_basekernel=3.2
pkgver=${_basekernel}.27
pkgrel=15
pkgrel=16
arch=('arm armv6h')
url="http://www.kernel.org/"
license=('GPL2')
Expand Down Expand Up @@ -84,9 +84,8 @@ package_linux-raspberrypi() {
pkgdesc="The Linux Kernel and modules for Raspberry Pi"
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('kernel26-raspberrypi' "linux=${pkgver}")
provides=('kernel26' "linux=${pkgver}")
conflicts=('kernel26' 'linux')
replaces=('kernel26')
install=${pkgname}.install

cd "${srcdir}/linux"
Expand Down Expand Up @@ -134,7 +133,6 @@ package_linux-headers-raspberrypi() {
pkgdesc="Header files and scripts for building modules for linux kernel for Raspberry Pi"
provides=('kernel26-headers' "linux-headers=${pkgver}")
conflicts=('kernel26-headers')
replaces=('kernel26-headers')

install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"

Expand Down

0 comments on commit 8f04e5a

Please sign in to comment.