diff options
author | Robert Bradford <rob@openedhand.com> | 2008-05-28 12:49:36 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-05-28 12:49:36 +0000 |
commit | 16b22d26616d35add20310a8cbda2e0610be1d4d (patch) | |
tree | 68d89f169531666cb99a7f24a9c0a7be4ba38af1 /meta/conf/machine | |
parent | fe878eda3c017b5aae611c329a1f3822d2b81c8d (diff) | |
download | openembedded-core-16b22d26616d35add20310a8cbda2e0610be1d4d.tar.gz openembedded-core-16b22d26616d35add20310a8cbda2e0610be1d4d.tar.bz2 openembedded-core-16b22d26616d35add20310a8cbda2e0610be1d4d.zip |
Add machine file for LogicPD OMAP3430 Zoom Kit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4559 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/omap-zoom.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/omap-zoom.conf b/meta/conf/machine/omap-zoom.conf new file mode 100644 index 0000000000..775a8be6d4 --- /dev/null +++ b/meta/conf/machine/omap-zoom.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: LogicPD OMAP 3430 Zoom Kit +#@DESCRIPTION: Machine configuration for the OMAP 3430 Zoom kit +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoom" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" +KERNEL_IMAGETYPE = "uImage" +IMAGE_FSTYPES ?= "tar.gz" +SERIAL_CONSOLE = "-L 115200 ttyS0" + +require conf/machine/include/tune-arm1136jf-s.inc + |