diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-11 16:15:15 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-11 16:15:15 +0100 |
commit | 6a5ca4a74487ea9bc46249d540814d1e55c7245f (patch) | |
tree | 35a66da1be06163fc6e474f51339fd01900f4d98 | |
parent | d7e4e50de1b51f9f13276769ffa04a1b924c9270 (diff) | |
download | meta-raspberrypi-6a5ca4a74487ea9bc46249d540814d1e55c7245f.tar.gz |
raspberrypi.conf: Bump MACHINE_KERNEL_PR.
* Also reset to a zImage ;).
-rwxr-xr-x[-rw-r--r--] | conf/machine/raspberrypi.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 3bb2836..b72105d 100644..100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -13,9 +13,8 @@ IMAGE_FSTYPES += "tar.bz2" | |||
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | # Put it below omap3.inc as we override the kernel and PR here | ||
17 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" |
18 | MACHINE_KERNEL_PR = "r1" | 17 | MACHINE_KERNEL_PR = "r2" |
19 | 18 | ||
20 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 19 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
21 | 20 | ||
@@ -27,7 +26,7 @@ XSERVER = " \ | |||
27 | xf86-video-fbdev \ | 26 | xf86-video-fbdev \ |
28 | " | 27 | " |
29 | 28 | ||
30 | KERNEL_IMAGETYPE = "uImage" | 29 | KERNEL_IMAGETYPE = "zImage" |
31 | 30 | ||
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 31 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
33 | 32 | ||