[oe-commits] Andrea Adami : ben-nanonote.conf: default to "linux" as virtual/kernel.

git version control git at git.openembedded.org
Wed Mar 2 00:23:02 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 67e38549fd177b7bae8e3a134fe368f7e14b0861
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=67e38549fd177b7bae8e3a134fe368f7e14b0861

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Mar  2 01:20:54 2011 +0100

ben-nanonote.conf: default to "linux" as virtual/kernel.

* jlime distro has own override, so no harm.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

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

diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index 3e5ef84..6322b43 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -5,7 +5,8 @@
 TARGET_ARCH = "mipsel"
 require conf/machine/include/tune-mips32.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel_jlime = "linux-jlime-ben-nanonote"
 
 # With 2.6.37 there is not yet uImage target (pending patches)
 #KERNEL_IMAGETYPE = "uImage"





More information about the Openembedded-commits mailing list