On Wed, 2010-03-10 at 13:54 +0000, Martyn Welch wrote: > This patch adds the Freescale P2020DS demo board, which is based on the > p2020 SOC. > > Signed-off-by: Martyn Welch <[email protected]> > --- > > conf/machine/p2020ds.conf | 23 +++++++++++++++++++++++ > recipes/linux/linux.inc | 1 + > recipes/linux/linux_2.6.33.bb | 5 +++++ > recipes/u-boot/u-boot_git.bb | 1 + > 4 files changed, 30 insertions(+), 0 deletions(-) > > diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf > new file mode 100644 > index 0000000..48ab353 > --- /dev/null > +++ b/conf/machine/p2020ds.conf > @@ -0,0 +1,23 @@ > +...@type: Machine > +...@name: P2020ds > +...@description: Machine configuration for the freescale p2020ds development > board > + > +TARGET_ARCH = "powerpc" > + > +PREFERRED_PROVIDER_virtual/kernel ?= "linux" > + > +MACHINE_FEATURES = "kernel26 usbhost pci pcmcia ext2 vfat nfs uboot"
Do you really want pcmcia in there? > + > +KERNEL_IMAGETYPE = "uImage" > +UBOOT_ENTRYPOINT = "0" > + > +UBOOT_MACHINE = "P2020DS_config" > + > +# Need to create jffs2 images with the correct endianess > +EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x40000" A guess, --no-cleanmarkers as well? -- Tom Rini <[email protected]> Mentor Graphics Corporation _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
