diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/alix.conf | 2 | ||||
-rw-r--r-- | conf/machine/davinci-sffsdr.conf | 25 | ||||
-rw-r--r-- | conf/machine/em-x270.conf | 8 | ||||
-rw-r--r-- | conf/machine/include/tune-geodelx.inc (renamed from conf/machine/include/tune-geodelx.conf) | 0 |
4 files changed, 30 insertions, 5 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index 3c50ef561b..f4423946bd 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -17,7 +17,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi x86" -require.inc/machine/include/tune-geodelx.inc +require conf/machine/include/tune-geodelx.inc IMAGE_FSTYPES += "tar.gz" diff --git a/conf/machine/davinci-sffsdr.conf b/conf/machine/davinci-sffsdr.conf new file mode 100644 index 0000000000..ecff6fae13 --- /dev/null +++ b/conf/machine/davinci-sffsdr.conf @@ -0,0 +1,25 @@ +#@TYPE: Machine +#@NAME: DM6446 cpu on a Lyrtech Small Form Factor SDR board +#@DESCRIPTION: Machine configuration for the Lyrtech Small Form Factor SDR board + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +HOTPLUG = "udev" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +PREFERRED_VERSION_u-boot = "git" +UBOOT_MACHINE = "davinci_sffsdr_config" + +SERIAL_CONSOLE ?= "115200 ttyS0" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" + +#ROOT_FLASH_SIZE = "29" + +MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa" + +require conf/machine/include/tune-arm926ejs.inc + diff --git a/conf/machine/em-x270.conf b/conf/machine/em-x270.conf index 95ba519d3b..3cf0a7fab2 100644 --- a/conf/machine/em-x270.conf +++ b/conf/machine/em-x270.conf @@ -21,10 +21,10 @@ require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "128" IMAGE_CMD_jffs2 = " \ -/usr/sbin/mkfs.jffs2 --root=${IMAGE_ROOTFS} \ - --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ - --eraseblock=0x20000 --pad --faketime -n; \ -/usr/sbin/sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + mkfs.jffs2 --root=${IMAGE_ROOTFS} \ + --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + --eraseblock=0x20000 --pad --faketime -n; \ + sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ -e 0x20000 -p; \ cd ${DEPLOY_DIR_IMAGE}; \ diff --git a/conf/machine/include/tune-geodelx.conf b/conf/machine/include/tune-geodelx.inc index 335fadec6e..335fadec6e 100644 --- a/conf/machine/include/tune-geodelx.conf +++ b/conf/machine/include/tune-geodelx.inc |