diff options
author | Philip Balister <philip@balister.org> | 2008-06-26 14:25:49 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-06-26 14:25:49 +0000 |
commit | d032555264023e95a5e9847be6133dd1d8c974c8 (patch) | |
tree | 390599e37a07d5b836a27f9afeeb1d132cea7591 /conf/machine/xilinx-ml403.conf | |
parent | 40b978626b9884ba8f821e702d34d437249d9762 (diff) |
linux-xilinx-slab : Modify kernel bb file for xilinx based ppc boards using
secretlab.cs git repo so they compile. The resulting kernel
may not work, but creating images needs a buildable kernel
bb file. With this commit console image for the xlinix-ml403
dev board builds.
Diffstat (limited to 'conf/machine/xilinx-ml403.conf')
-rw-r--r-- | conf/machine/xilinx-ml403.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf index 9b51b87a7f..219d1f301e 100644 --- a/conf/machine/xilinx-ml403.conf +++ b/conf/machine/xilinx-ml403.conf @@ -7,7 +7,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc405" -PREFERRED_PROVIDER_virtual/kernel = "linux-ml403-slab-2.6.x" +PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-slab" MACHINE_FEATURES = "kernel26 ext2" |