diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-04 10:18:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-04 10:18:11 +0000 |
commit | f66e0797ba59a9d31d004e42aa2c0ab4ed908ee2 (patch) | |
tree | cb98ef63db5222f409bd4ff9d66e4a60b552ef01 | |
parent | d04db3c0272868dcea5d0032f5058d1396357cde (diff) | |
download | openembedded-core-f66e0797ba59a9d31d004e42aa2c0ab4ed908ee2.tar.gz openembedded-core-f66e0797ba59a9d31d004e42aa2c0ab4ed908ee2.tar.bz2 openembedded-core-f66e0797ba59a9d31d004e42aa2c0ab4ed908ee2.zip |
Add the omap-34030ldp machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4820 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/omap-3430ldp.conf | 15 | ||||
-rw-r--r-- | meta/conf/machine/omap-3430sdp.conf | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/meta/conf/machine/omap-3430ldp.conf b/meta/conf/machine/omap-3430ldp.conf new file mode 100644 index 0000000000..dcce533962 --- /dev/null +++ b/meta/conf/machine/omap-3430ldp.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: TI OMAP 3430 SDP +#@DESCRIPTION: Machine configuration for the TI OMAP 3430 LDP (aka OMAP Zoom) +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" +KERNEL_IMAGETYPE = "uImage" +IMAGE_FSTYPES ?= "tar.gz" +SERIAL_CONSOLE = "-L 115200 ttyS2" + +#require conf/machine/include/tune-cortexa8.inc +require conf/machine/include/tune-arm1136jf-s.inc diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf index e00bb4d3be..203895f8ee 100644 --- a/meta/conf/machine/omap-3430sdp.conf +++ b/meta/conf/machine/omap-3430sdp.conf @@ -2,7 +2,7 @@ #@NAME: TI OMAP 3430 SDP #@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" PREFERRED_PROVIDER_virtual/kernel = "linux-omap" @@ -11,5 +11,5 @@ KERNEL_IMAGETYPE = "uImage" IMAGE_FSTYPES ?= "tar.gz" SERIAL_CONSOLE = "-L 115200 ttyS0" +#require conf/machine/include/tune-cortexa8.inc require conf/machine/include/tune-arm1136jf-s.inc - |