diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-23 15:16:49 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-23 15:16:49 +0100 |
commit | ed934b7c4411536429099676ba9ed15386e9d98b (patch) | |
tree | 80b1e3cb00841b585a1e47efd6784190c0af76af | |
parent | 1cc562d9d340e09a94adbbf7d5f1bdbdbfebd24c (diff) | |
download | meta-raspberrypi-ed934b7c4411536429099676ba9ed15386e9d98b.tar.gz |
linux-raspberrypi: Bump SRCREV and Kernel PR.
-rwxr-xr-x | conf/machine/raspberrypi.conf | 6 | ||||
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 5 |
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 | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "tar.bz2" | 12 | IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" |
17 | MACHINE_KERNEL_PR = "r2" | 17 | MACHINE_KERNEL_PR = "r4" |
18 | 18 | ||
19 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 19 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
20 | 20 | ||
@@ -32,5 +32,5 @@ MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen tou | |||
32 | 32 | ||
33 | MACHINE_EXTRA_RRECOMMENDS += " \ | 33 | MACHINE_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 | ||
5 | DESCRIPTION = "Linux kernel for the RaspberryPi board" | 5 | DESCRIPTION = "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 |
8 | SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6" | 9 | SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" |
9 | 10 | ||
10 | SRC_URI = "git://github.com/djwillis/rpi-linux.git;protocol=git;branch=rpi-patches \ | 11 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \ |
11 | " | 12 | " |
12 | 13 | ||
13 | LINUX_VERSION ?= "3.1.9-rpi" | 14 | LINUX_VERSION ?= "3.1.9-rpi" |