All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot
@ 2014-12-09 15:44 Maciej Borzecki
  2014-12-09 15:50 ` Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Maciej Borzecki @ 2014-12-09 15:44 UTC (permalink / raw)
  To: yocto, Denys Dmytriyenko; +Cc: Maciek Borzecki

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.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
---
 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 a316207..fb0189d 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}"
 
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-11 12:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 15:44 [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot Maciej Borzecki
2014-12-09 15:50 ` Denys Dmytriyenko
2014-12-11 12:05   ` Maciek Borzecki
2014-12-11 12:14     ` Bruce Ashfield
2014-12-11 12:31       ` Maciek Borzecki
2014-12-09 15:51 ` Bruce Ashfield
2014-12-09 17:59   ` Maciek Borzecki
2014-12-09 18:13     ` Bruce Ashfield
2014-12-11 12:36 ` [meta-yocto-bsp][PATCH] README.hardware: update beaglebone entry to match KERNEL_IMAGETYPE Maciej Borzecki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.