git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d38e36
)
xilinx-ml403 : Do not build a kernel for this machine.
author
Philip Balister
<philip@balister.org>
Thu, 30 Jul 2009 21:08:02 +0000
(17:08 -0400)
committer
Philip Balister
<philip@balister.org>
Thu, 30 Jul 2009 21:08:02 +0000
(17:08 -0400)
* Kernel config depends on the fpga bitstream. No sense building
kernel we can't use.
conf/machine/xilinx-ml403.conf
patch
|
blob
|
history
diff --git
a/conf/machine/xilinx-ml403.conf
b/conf/machine/xilinx-ml403.conf
index
eb2ddcf
..
b87a368
100644
(file)
--- 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"