[oe-commits] Florian Boor : dockstar.conf: Make sure we use our known to be good kernel.

git version control git at git.openembedded.org
Tue Sep 7 14:33:30 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: af33ab24c9a35878da25cfa7a191b34fc807648e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af33ab24c9a35878da25cfa7a191b34fc807648e

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sun Sep  5 22:46:38 2010 +0200

dockstar.conf: Make sure we use our known to be good kernel.

---

 conf/machine/dockstar.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/dockstar.conf b/conf/machine/dockstar.conf
index eed710e..6639b17 100644
--- a/conf/machine/dockstar.conf
+++ b/conf/machine/dockstar.conf
@@ -7,7 +7,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules u-boot-utils"
 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 4096"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
 ROOT_FLASH_SIZE ?= "256"
 
 MACHINE_FEATURES = "kernel26 usbhost ext2 vfat "
@@ -17,3 +16,5 @@ EXTRA_IMAGECMD_jffs2 = " -e 128KiB -l -p ; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAG
                           -e 128KiB -p -l "
 
 require conf/machine/include/kirkwood.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"





More information about the Openembedded-commits mailing list