From 1f5eaa3b365e39b058316ac6195d227f9e3a2b01 Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Tue, 9 Dec 2014 16:44:31 +0100 Subject: [PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with current machien config will not be directly useable. Update machine config to produce a zImage. (From meta-yocto rev: 96afb63a83116b9993a23cd20b33a9a68e59b525) Signed-off-by: Maciej Borzecki Signed-off-by: Maciek Borzecki Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index a316207775..fb0189d5d7 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf @@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "3.14%" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"