[oe-commits] Frans Meulenbroeks : kirkwood: move preferred kernel provider to linux

git version control git at git.openembedded.org
Sat Feb 12 16:28:24 UTC 2011


Module: openembedded.git
Branch: master
Commit: c5723828d247e293821c3243b8349692c3a42509
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5723828d247e293821c3243b8349692c3a42509

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Jan  7 04:51:54 2011 +0000

kirkwood: move preferred kernel provider to linux

preferred kernel provider used to be linux-kirkwood, but
that has not been updated for almost a year and seems dead

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/machine/include/kirkwood.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc
index 6325403..d1619cb 100644
--- a/conf/machine/include/kirkwood.inc
+++ b/conf/machine/include/kirkwood.inc
@@ -9,9 +9,9 @@ MACHINE_TASK_PROVIDER 		= "task-base"
 USE_DEVFS = "0"
 
 PREFERRED_PROVIDER_virtual/bootloader = ""
-PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
 
-MACHINE_KERNEL_PR = "r18"
+MACHINE_KERNEL_PR = "r19"
 
 IMAGE_FSTYPES += "tar.gz ubi"
 SERIAL_CONSOLE = "ttyS0 115200"





More information about the Openembedded-commits mailing list