diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-20 00:59:59 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-25 13:02:13 +0200 |
commit | 7b1791f45fc87a706aff13c0b0a18dda36be2648 (patch) | |
tree | 778544a72429060ac1fb486286c34d0499e7a42d | |
parent | 48bd9433827f10a49713be6a9ae5f706714bf86a (diff) | |
download | meta-raspberrypi-7b1791f45fc87a706aff13c0b0a18dda36be2648.tar.gz |
raspberrypi.conf: Let KERNEL_IMAGETYPE be modified
Change-Id: I6019c1ec77ed1ec5c00ab16cb57dd108e2bd5ba8
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 1e619a7..1b3702f 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -22,7 +22,7 @@ XSERVER = " \ | |||
22 | xf86-video-fbdev \ | 22 | xf86-video-fbdev \ |
23 | " | 23 | " |
24 | 24 | ||
25 | KERNEL_IMAGETYPE = "Image" | 25 | KERNEL_IMAGETYPE ?= "Image" |
26 | 26 | ||
27 | MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 27 | MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
28 | 28 | ||