summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:16:49 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-23 15:16:49 +0100
commited934b7c4411536429099676ba9ed15386e9d98b (patch)
tree80b1e3cb00841b585a1e47efd6784190c0af76af
parent1cc562d9d340e09a94adbbf7d5f1bdbdbfebd24c (diff)
downloadmeta-raspberrypi-ed934b7c4411536429099676ba9ed15386e9d98b.tar.gz
linux-raspberrypi: Bump SRCREV and Kernel PR.
-rwxr-xr-xconf/machine/raspberrypi.conf6
-rwxr-xr-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb5
2 files changed, 6 insertions, 5 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index b72105d..f3b33bb 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -9,12 +9,12 @@ require conf/machine/include/tune-arm1176jzf-s.inc
9 9
10GUI_MACHINE_CLASS = "bigscreen" 10GUI_MACHINE_CLASS = "bigscreen"
11 11
12IMAGE_FSTYPES += "tar.bz2" 12IMAGE_FSTYPES += "tar.bz2 rpi-sdimg"
13 13
14SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyS0"
15 15
16PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" 16PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
17MACHINE_KERNEL_PR = "r2" 17MACHINE_KERNEL_PR = "r4"
18 18
19PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 19PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
20 20
@@ -32,5 +32,5 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen tou
32 32
33MACHINE_EXTRA_RRECOMMENDS += " \ 33MACHINE_EXTRA_RRECOMMENDS += " \
34 kernel-modules \ 34 kernel-modules \
35 raspberrypi-firmware \ 35 bcm2835-kernel-image \
36" 36"
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
index 8a61f89..8a24051 100755
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -4,10 +4,11 @@ require linux.inc
4 4
5DESCRIPTION = "Linux kernel for the RaspberryPi board" 5DESCRIPTION = "Linux kernel for the RaspberryPi board"
6 6
7# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
7# This is on the rpi-patches branch 8# This is on the rpi-patches branch
8SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6" 9SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
9 10
10SRC_URI = "git://github.com/djwillis/rpi-linux.git;protocol=git;branch=rpi-patches \ 11SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \
11" 12"
12 13
13LINUX_VERSION ?= "3.1.9-rpi" 14LINUX_VERSION ?= "3.1.9-rpi"