increase dvbapp PR.
[vuplus_openembedded] / conf / machine / wrap.conf
index 1073259..8dbd661 100644 (file)
@@ -3,9 +3,10 @@
 #@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards.
 
 TARGET_ARCH = "i486"
-IPKG_EXTRA_ARCHS = "i386"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode"
+require conf/machine/include/tune-x86.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
 
 # Serial console settings for sysvinit
@@ -21,8 +22,10 @@ USE_DEVFS = "0"
 # partition on the compact flash card being used.
 IMAGE_FSTYPE ?= "tar.gz"
 
-# Extra items to include in the fs image
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules grub"
+# Things to include in the fs image
+MACHINE_FEATURES = "kernel26 pci ext2 x86"
+# The kernel and grub need to installed to boot from flash
+MACHINE_EXTRA_RDEPENDS = "kernel grub"
 
 # Minimal device table is fine
 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"
@@ -30,3 +33,5 @@ IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"
 # glibc
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
+
+KERNEL_IMAGETYPE = "bzImage"