increase dvbapp PR.
[vuplus_openembedded] / conf / machine / titan.conf
index 99f8b2a..9fba78a 100644 (file)
@@ -8,7 +8,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-titan-sh4"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
 
 # SH4 specific settings
-require conf/machine/include/tune-sh4.conf
+require conf/machine/include/tune-sh4.inc
 
 # Serial console settings for sysvinit
 SERIAL_CONSOLE = "38400 ttySC1"
@@ -24,8 +24,10 @@ USE_DEVFS = "0"
 IMAGE_FSTYPE ?= "ext2.gz"
 IMAGE_ROOTFS_SIZE_ext2 ?= "63984"
 
-# Extra items to include in the fs image
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules lilo-sh"
+# Things to include in the fs image
+MACHINE_FEATURES = "kernel26 pci ext2 usbhost"
+# The kernel and lilo-sh need to installed to boot from flash
+MACHINE_EXTRA_RDEPENDS = "kernel lilo-sh"
 
 # Add the SCI (serial) and SM (flash) devices to the minimal /dev
 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \