All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][master][fido] yocto bsp on arm not in sync with beaglebone target defaults
@ 2015-06-30 13:16 Jan-Simon Moeller
  0 siblings, 0 replies; only message in thread
From: Jan-Simon Moeller @ 2015-06-30 13:16 UTC (permalink / raw)
  To: yocto

Hi all!

I noticed this inconsitency:

bitbake MACHINE=beaglebone  -> zImage kernel

but 

yocto-bsp create foo arm

will setup for uImage. 

Shouldn't we do:
diff --git 
a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf 
b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
index 588367a..e0831f5 100644
--- a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
+++ b/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
@@ -84,9 +84,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "{{=preferred_kernel}}"
 PREFERRED_PROVIDER_virtual/kernel ?= "{{=preferred_kernel}}"
 PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%"
 
-KERNEL_IMAGETYPE = "uImage"
+KERNEL_IMAGETYPE = "zImage"
 KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"
-KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 SPL_BINARY = "MLO"
 UBOOT_SUFFIX = "img"


##########

Best,
Jan-Simon


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-30 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-30 13:16 [RFC][master][fido] yocto bsp on arm not in sync with beaglebone target defaults Jan-Simon Moeller

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.