From 88867c1d96684925027a0ecc9e25c6ea70040cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 11 Jun 2012 20:44:56 -0400 Subject: extras: move things to extras Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko --- conf/machine/include/davinci.inc | 24 ------------------------ conf/machine/include/ti814x.inc | 26 -------------------------- conf/machine/include/ti816x.inc | 26 -------------------------- 3 files changed, 76 deletions(-) delete mode 100644 conf/machine/include/davinci.inc delete mode 100644 conf/machine/include/ti814x.inc delete mode 100644 conf/machine/include/ti816x.inc (limited to 'conf/machine/include') diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc deleted file mode 100644 index 80198449..00000000 --- a/conf/machine/include/davinci.inc +++ /dev/null @@ -1,24 +0,0 @@ -require conf/machine/include/tune-arm926ejs.inc - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r51" - - -KERNEL_IMAGETYPE = "uImage" - -PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" - -PREFERRED_PROVIDER_virtual/bootloader = "u-boot" -UBOOT_MACHINE = "davinci_dvevm_config" - -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" - -EXTRA_IMAGEDEPENDS += "u-boot" - -SERIAL_CONSOLE ?= "115200 ttyS0" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" - -#ROOT_FLASH_SIZE = "29" - -MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc deleted file mode 100644 index 475a2127..00000000 --- a/conf/machine/include/ti814x.inc +++ /dev/null @@ -1,26 +0,0 @@ -SOC_FAMILY = "ti814x" -require conf/machine/include/soc-family.inc - -require conf/machine/include/tune-cortexa8.inc - -PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot" - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r2" - -KERNEL_IMAGETYPE = "uImage" - -UBOOT_ARCH = "arm" -UBOOT_MACHINE = "ti8148_evm_config_nand" -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" - -# Only build u-boot -EXTRA_IMAGEDEPENDS += "u-boot" - -# Ship all kernel modules -IMAGE_FSTYPES += "jffs2 tar.bz2" -EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" -SERIAL_CONSOLE = "115200 ttyO0" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc deleted file mode 100644 index 2fe40067..00000000 --- a/conf/machine/include/ti816x.inc +++ /dev/null @@ -1,26 +0,0 @@ -SOC_FAMILY = "ti816x" -require conf/machine/include/soc-family.inc - -require conf/machine/include/tune-cortexa8.inc - -PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot" - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r2" - -KERNEL_IMAGETYPE = "uImage" - -UBOOT_ARCH = "arm" -UBOOT_MACHINE = "ti8168_evm_config" -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" - -# Only build u-boot -EXTRA_IMAGEDEPENDS += "u-boot" - -# Ship all kernel modules -IMAGE_FSTYPES += "jffs2 tar.bz2" -EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" -SERIAL_CONSOLE = "115200 ttyO2" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" -- cgit v1.2.3-54-g00ecf