From 90fe2d73ec3fcb040741f01b267d1264ecaad077 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 30 Apr 2013 16:10:23 +0200 Subject: PXA: add a (untested) machine config for PXA - builds a unified kernel usable on Colibri PXA 270, PXA3xx Module Versions V1.x refer: http://git.toradex.com/gitweb/linux-toradex.git/commitdiff/4fd7b3182077613d7e3c93607b98d6b826f89dd8 probably one needs to use the older adapted kernel and u-boot but with kernel options amended by systemd needs - adds a dummy burnflash tarball to not break final packaging --- conf/machine/colibri-pxa.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 conf/machine/colibri-pxa.conf (limited to 'conf') diff --git a/conf/machine/colibri-pxa.conf b/conf/machine/colibri-pxa.conf new file mode 100644 index 0000000..677c0e5 --- /dev/null +++ b/conf/machine/colibri-pxa.conf @@ -0,0 +1,35 @@ +#@TYPE: Machine +#@NAME: colibri_pxa +#@DESCRIPTION: Toradex Colibri PXAxxx + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" +KERNEL_IMAGETYPE = "uImage" + +UBOOT_MACHINE = "colibri_pxa270_config" +UBOOT_ENTRYPOINT = "a0008000" +#KEEPUIMAGE = "" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-fbdev \ + xf86-input-keyboard" + +MACHINE_GUI_CLASS = "smallscreen" + +PREFERRED_PROVIDER_lxde-icon-theme_colibri-pxa = "lxde-icon-theme" +PREFERRED_PROVIDER_lxsession-lite_colibri-pxa = "lxsession" +PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom" +PREFERRED_PROVIDER_psplash-support = "psplash-angstrom" + +MACHINE_FEATURES = "kernel26 screen usbgadget usbhost vfat ext2 alsa touchscreen ethernet" +EXTRA_IMAGEDEPENDS += "u-boot" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" +IMAGE_FSTYPES ?= "tar.bz2" + +require conf/machine/include/tune-xscale.inc -- cgit v1.2.3