[oe-commits] Florian Boor : kixrp435.conf: Machine description for the Intel KIXRP435 reference board.

git version control git at git.openembedded.org
Wed Aug 26 10:22:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3ecef33ae9862e8e01d713c07bc4a9eca16c79fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3ecef33ae9862e8e01d713c07bc4a9eca16c79fa

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Aug 26 12:15:35 2009 +0200

kixrp435.conf: Machine description for the Intel KIXRP435 reference board.

---

 conf/machine/kixrp435.conf |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/machine/kixrp435.conf b/conf/machine/kixrp435.conf
new file mode 100644
index 0000000..8259127
--- /dev/null
+++ b/conf/machine/kixrp435.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: Intel IXP43x eval platform KIXRP435 (little-endian)
+#@DESCRIPTION: Machine configuration for an KIXRP435 in little-endian mode
+
+TARGET_ARCH = "arm"
+
+# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically.
+PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle"
+
+OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.30"
+ROOT_FLASH_SIZE ?= "32"
+
+MACHINE_FEATURES ?= "kernel26 usbhost pci ext2 vfat redboot pcmcia"
+
+require conf/machine/include/ixp4xx.inc
+
+EXTRA_IMAGECMD_jffs2 += "--little-endian"





More information about the Openembedded-commits mailing list