All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] beagleboard: specify UBOOT_MACHINE in machine conf
@ 2011-05-26  5:05 Darren Hart
  2011-05-26  5:06 ` [PATCH 1/1] " Darren Hart
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-05-26  5:05 UTC (permalink / raw)
  To: yocto; +Cc: Darren Hart

This is a follow-on to the u-boot bbappend support patches recently sent to oe:
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003161.html

The following changes since commit 1607d7b6809eb3f0aa8d09713a4e467a1f4585a2:

  IMAGE_ROOTFS_SIZE: Cleanup machine conf files (2011-05-25 14:07:37 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/yocto/beagle
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/yocto/beagle

Darren Hart (1):
  beagleboard: specify UBOOT_MACHINE in machine conf

 meta-yocto/conf/machine/beagleboard.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



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

* [PATCH 1/1] beagleboard: specify UBOOT_MACHINE in machine conf
  2011-05-26  5:05 [PATCH 0/1] beagleboard: specify UBOOT_MACHINE in machine conf Darren Hart
@ 2011-05-26  5:06 ` Darren Hart
  0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2011-05-26  5:06 UTC (permalink / raw)
  To: yocto; +Cc: Darren Hart

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 meta-yocto/conf/machine/beagleboard.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index 963014b..d6eee6f 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -26,6 +26,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 
 KERNEL_IMAGETYPE = "uImage"
 
+UBOOT_MACHINE = "omap3_beagle_config"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-- 
1.7.1



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

end of thread, other threads:[~2011-05-26  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26  5:05 [PATCH 0/1] beagleboard: specify UBOOT_MACHINE in machine conf Darren Hart
2011-05-26  5:06 ` [PATCH 1/1] " Darren Hart

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.