[yocto] [meta-raspberrypi][PATCH 5/9] raspberrypi.conf: Let KERNEL_IMAGETYPE be modified

Andrei Gherzan andrei at gherzan.ro
Sat Jan 25 02:56:57 PST 2014


Change-Id: I6019c1ec77ed1ec5c00ab16cb57dd108e2bd5ba8
Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 conf/machine/raspberrypi.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = " \
 	xf86-video-fbdev \
 "
 
-KERNEL_IMAGETYPE = "Image"
+KERNEL_IMAGETYPE ?= "Image"
 
 MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
 
-- 
1.8.1.4




More information about the yocto mailing list