[oe-commits] Florian Boor : topas910.conf: No need for the lowlevel loader any more. But mtdutils are useful to deal with NAND.

git version control git at git.openembedded.org
Wed Aug 26 10:22:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d7159b354e085cf8635002935261ca1ffec0d4c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7159b354e085cf8635002935261ca1ffec0d4c9

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Aug 26 12:17:07 2009 +0200

topas910.conf: No need for the lowlevel loader any more. But mtdutils are useful to deal with NAND.

---

 conf/machine/topas910.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf
index b4a1d20..61167fd 100644
--- a/conf/machine/topas910.conf
+++ b/conf/machine/topas910.conf
@@ -38,7 +38,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
 	-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"
 
 # build / upload tools
-EXTRA_IMAGEDEPENDS += "lowlevel-topas910"
+MACHINE_EXTRA_RRECOMMENDS += "mtd-utils"
 
 # tune for cpu
 include conf/machine/include/tune-arm920t.inc





More information about the Openembedded-commits mailing list