[oe-commits] org.oe.dev bd-neon.conf: Use regular linux 2.6.22 recipe.

florian commit openembedded-commits at lists.openembedded.org
Fri Oct 12 16:03:59 UTC 2007


bd-neon.conf: Use regular linux 2.6.22 recipe.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 72e4dc922a7829f373c983065e7bb1c5d196fee4
ViewMTN: http://monotone.openembedded.org/revision/info/72e4dc922a7829f373c983065e7bb1c5d196fee4
Files:
1
conf/machine/bd-neon.conf
Diffs:

#
# mt diff -r0aa1563d0ca4ff5b255def34a9fa3ba9b532755a -r72e4dc922a7829f373c983065e7bb1c5d196fee4
#
# 
# 
# patch "conf/machine/bd-neon.conf"
#  from [56e19dd3d98c36386762f59131fe8f87fb92ee0d]
#    to [ddf51a5e947c9b41283ffbadc7113e36ebe7f1db]
# 
============================================================
--- conf/machine/bd-neon.conf	56e19dd3d98c36386762f59131fe8f87fb92ee0d
+++ conf/machine/bd-neon.conf	ddf51a5e947c9b41283ffbadc7113e36ebe7f1db
@@ -1,6 +1,6 @@
 #@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
@@ -9,10 +9,10 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv
 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,7 +22,9 @@ MACHINE_FEATURES = "kernel26 touchscreen
 #
 # Software/packages selection
 #
-PREFERRED_PROVIDER_virtual/kernel = "linux-bd-neon-2.6"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PERFERRED_VERSION_linux = "2.6.22"
+
 MODUTILS = "26"	
 XSERVER = "xserver-kdrive-fbdev"
 MACHINE_TASK_PROVIDER = "task-base"






More information about the Openembedded-commits mailing list