summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-11 16:15:15 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-11 16:15:15 +0100
commit6a5ca4a74487ea9bc46249d540814d1e55c7245f (patch)
tree35a66da1be06163fc6e474f51339fd01900f4d98
parentd7e4e50de1b51f9f13276769ffa04a1b924c9270 (diff)
downloadmeta-raspberrypi-6a5ca4a74487ea9bc46249d540814d1e55c7245f.tar.gz
raspberrypi.conf: Bump MACHINE_KERNEL_PR.
* Also reset to a zImage ;).
-rwxr-xr-x[-rw-r--r--]conf/machine/raspberrypi.conf5
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
14SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyS0"
15 15
16# Put it below omap3.inc as we override the kernel and PR here
17PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" 16PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
18MACHINE_KERNEL_PR = "r1" 17MACHINE_KERNEL_PR = "r2"
19 18
20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 19PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
21 20
@@ -27,7 +26,7 @@ XSERVER = " \
27 xf86-video-fbdev \ 26 xf86-video-fbdev \
28" 27"
29 28
30KERNEL_IMAGETYPE = "uImage" 29KERNEL_IMAGETYPE = "zImage"
31 30
32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 31MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
33 32