On Aug 18, 2010, at 4:15 PM, Graham Gower wrote: > On 19 August 2010 08:33, Sean Cross <[email protected]> wrote: >> >> Signed-off-by: Sean Cross <[email protected]> >> --- >> conf/machine/chumby-falconwing.conf | 24 ++++++++++++++++++++++++ >> 1 files changed, 24 insertions(+), 0 deletions(-) >> create mode 100644 conf/machine/chumby-falconwing.conf >> diff --git a/conf/machine/chumby-falconwing.conf >> b/conf/machine/chumby-falconwin >> g.conf >> new file mode 100644 >> index 0000000..ed48cdb >> --- /dev/null >> +++ b/conf/machine/chumby-falconwing.conf >> @@ -0,0 +1,24 @@ >> +...@type: Machine >> +...@name: chumby Falconwing machine config...@description: Machine >> configuration for chumby Falconwing-based boards, such a > > You seem to have a missing newline in this part of the patch...
You're correct. Terminal.app sometimes eats newlines when doing copy+paste, and I missed that. Here's the machine config again. The description is longer than 80 characters. I see several machines that also have descriptions longer than 80 characters. Is that acceptable? If not, what is the preferred mechanism of breaking up data such as that? Signed-off-by: Sean Cross <[email protected]> --- conf/machine/chumby-falconwing.conf | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 conf/machine/chumby-falconwing.conf diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwing.conf new file mode 100644 index 0000000..ed48cdb --- /dev/null +++ b/conf/machine/chumby-falconwing.conf @@ -0,0 +1,24 @@ +...@type: Machine +...@name: chumby Falconwing machine config. +...@description: Machine configuration for chumby Falconwing-based boards, such as the chumby One + +TARGET_ARCH = "arm" + +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "240" + +PREFERRED_PROVIDER_virtual/kernel = "linux-chumby-falconwing" +PREFERRED_PROVIDER_virtual/bootloader = "bootstream-chumby-falconwing" + +require conf/machine/include/tune-arm926ejs.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyAM0" + +ROOT_FLASH_SIZE = "128" + +MACHINE_FEATURES = "kernel26 usbhost touchscreen ext2 ext3 vfat keyboard alsa" +IMAGE_FSTYPES = "ext3.gz tar.gz" + +#MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "virtual/bootloader" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
