[oe-commits] org.oe.dev davinci-dvevm : Fix UBOOT_MACHINE. It needs the _config.

crofton commit openembedded-commits at lists.openembedded.org
Sat Aug 18 11:45:39 UTC 2007


davinci-dvevm : Fix UBOOT_MACHINE. It needs the _config.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 2f59921c707cbaf0d9cf6efc81b2c89ef6be04bd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2f59921c707cbaf0d9cf6efc81b2c89ef6be04bd
Files:
1
conf/machine/davinci-dvevm.conf
Diffs:

#
# mt diff -r4e09f4798bea30744177e90c2dcfff5f0f17fab2 -r2f59921c707cbaf0d9cf6efc81b2c89ef6be04bd
#
# 
# 
# patch "conf/machine/davinci-dvevm.conf"
#  from [e9f21b6a37024cda89bab889af2959652df27a9e]
#    to [ad3f1d36c3ae769c5772533d8f1a3c8a48db13e4]
# 
============================================================
--- conf/machine/davinci-dvevm.conf	e9f21b6a37024cda89bab889af2959652df27a9e
+++ conf/machine/davinci-dvevm.conf	ad3f1d36c3ae769c5772533d8f1a3c8a48db13e4
@@ -12,7 +12,7 @@ PREFERRED_VERSION_u-boot = "git"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
 
 PREFERRED_VERSION_u-boot = "git"
-UBOOT_MACHINE = "davinci_dvevm"
+UBOOT_MACHINE = "davinci_dvevm_config"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"






More information about the Openembedded-commits mailing list