aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2007-08-22 15:20:16 +0000
committerCliff Brake <cbrake@bec-systems.com>2007-08-22 15:20:16 +0000
commit8d3519d2f4524d42cb0d19cc2f698e9d884ec376 (patch)
treed13749c6a753bb80b051c993f0758a22ab636901
parent189e69d66714f956e32ba53651c95dc4d150aff7 (diff)
downloadopenembedded-8d3519d2f4524d42cb0d19cc2f698e9d884ec376.tar.gz
compulab-pxa270.conf: use angstrom-minimal-image-with-mtd-utils
instead of encouraging image modificatications in local.conf
-rw-r--r--conf/machine/compulab-pxa270.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf
index ebe74c7801..c82c2500d1 100644
--- a/conf/machine/compulab-pxa270.conf
+++ b/conf/machine/compulab-pxa270.conf
@@ -38,11 +38,10 @@ MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"
# a small rootfs that can fit in NOR flash using the following config:
# - Angstrom distro
# - uclibc
-# - angstrom-minimal-image bitbake target
+# - angstrom-minimal-image-with-mtd-utils bitbake target
# - put the following in your local.conf
-# - MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "mtd-utils"
# - IMAGE_FSTYPES = "jffs2 tar cpio.gz"
-# now, when you build the angstrom-minimal-image, a cpio.gz will be generated
+# now, when you build the image, a cpio.gz will be generated
# that can be used as an initramfs. You can boot into this image and then
# program the main rootfs jffs2 image in NAND flash using mtd-utils