[oe-commits] Philip Balister : xilinx-ml403 : Do not build a kernel for this machine.

git version control git at git.openembedded.org
Thu Jul 30 21:09:36 UTC 2009


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

Author: Philip Balister <philip at balister.org>
Date:   Thu Jul 30 17:08:02 2009 -0400

xilinx-ml403 : Do not build a kernel for this machine.

               * Kernel config depends on the fpga bitstream. No sense building
                 kernel we can't use.

---

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

diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf
index eb2ddcf..b87a368 100644
--- a/conf/machine/xilinx-ml403.conf
+++ b/conf/machine/xilinx-ml403.conf
@@ -6,7 +6,8 @@
 
 TARGET_ARCH = "powerpc"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-slab"
+ASSUME_PROVIDED += "virtual/kernel"
+#PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-slab"
 
 MACHINE_FEATURES = "kernel26 ext2"
 





More information about the Openembedded-commits mailing list