increase dvbapp PR.
[vuplus_openembedded] / conf / machine / bd-neon.conf
index bd6354a..9578389 100644 (file)
@@ -1,18 +1,17 @@
 #@TYPE: Machine
 #@NAME: Boundary Devices NEON
-#@DESCRIPTION: Machine.inciguration for the Boundary Devices NEON board
+#@DESCRIPTION: Machine configuration for the Boundary Devices NEON board
 
 #
 # Hardware-based properties
 #
 TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
 
 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require.inc/machine/include/tune-xscale.inc
+require conf/machine/include/tune-xscale.inc
 
 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require.inc/machine/include/tune-iwmmxt.inc
+#require conf/machine/include/tune-iwmmxt.inc
 
 ROOT_FLASH_SIZE = "60"
 VOLATILE_STORAGE_SIZE = "128"
@@ -22,10 +21,13 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa usbgadget screen uboot"
 #
 # Software/packages selection
 #
-PREFERRED_PROVIDER_virtual/kernel = "linux-bd-neon-2.6"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PERFERRED_VERSION_linux = "2.6.22"
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "a0008000"
+
 MODUTILS = "26"        
 XSERVER = "xserver-kdrive-fbdev"
-MACHINE_TASK_PROVIDER = "task-base"
 
 PREFERRED_VERSION_u-boot = "1.1.2"
 
@@ -38,6 +40,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-module-nls-cp437 \
                                kernel-module-af-key \
                                kernel-module-i2c-pxa"
 
+IMAGE_FSTYPES ?= "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x40000 --pad=32243712; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
                          -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \