[oe-commits] org.oe.dev compulab-pxa270.conf: remove MACHINE_ESSENTIAL_EXTRA_RDEPENDS and replace with documentation

cbrake commit openembedded-commits at lists.openembedded.org
Wed Aug 22 13:03:06 UTC 2007


compulab-pxa270.conf: remove MACHINE_ESSENTIAL_EXTRA_RDEPENDS and replace with documentation

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 1adf7728881d50d6f0c0d604d00e706cf049e597
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1adf7728881d50d6f0c0d604d00e706cf049e597
Files:
1
conf/machine/compulab-pxa270.conf
Diffs:

#
# mt diff -r2df14f77bc0b8cf45fc50980504c05318fd972b9 -r1adf7728881d50d6f0c0d604d00e706cf049e597
#
# 
# 
# patch "conf/machine/compulab-pxa270.conf"
#  from [443c1803d7863d67b5739f263a3ddcb7473b2736]
#    to [2ec74f606d3e9e7457eb8ab16c8952481cca761a]
# 
============================================================
--- conf/machine/compulab-pxa270.conf	443c1803d7863d67b5739f263a3ddcb7473b2736
+++ conf/machine/compulab-pxa270.conf	2ec74f606d3e9e7457eb8ab16c8952481cca761a
@@ -11,10 +11,12 @@ require conf/machine/include/tune-xscale
 
 require conf/machine/include/tune-xscale.conf
 
-# used by sysvinit_2
+# used by sysvinit_2 package, so rebuild this
+# package if you change the SERIAL_CONSOLE setting
 # the following is the for the cm-x270 L module
 # I think the W module would use ttyS0, but has
-# not been tested
+# not been tested.  This can be overwritten in 
+# local.conf
 SERIAL_CONSOLE ?= "38400 ttyS1"
 
 # used by opie-collections.inc
@@ -32,9 +34,16 @@ MACHINE_FEATURES = "kernel26 pcmcia usbh
 
 MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"
 
-# the following is require for building tiny images that can fit in NOR flash.
-# recommend using uclibc, Angstrom, and angstrom-minimal-image bitbake target
-# note, if these are define in your local.conf, they will be overwritten
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "mtd-utils ipkg"
-IMAGE_FSTYPES ?= "jffs2 tar cpio.gz"
+# to program the compulab NAND flash, the following scheme is suggested.  Create
+# a small rootfs that can fit in NOR flash using the following config:
+#   - Angstrom distro
+#   - uclibc
+#   - angstrom-minimal-image 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
+# 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
 
+






More information about the Openembedded-commits mailing list