[poky] [PATCH 06/25] virtex4: fix machine name in u-boot preferred version
Adrian Alonso
aalonso at secretlab.ca
Mon Jan 17 12:29:19 PST 2011
* Fix machine name in preferred version for u-boot,
u-boot recipe was not been built for incorren machine name
resolution
Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>
---
conf/machine/virtex4.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/virtex4.conf b/conf/machine/virtex4.conf
index a29f414..e395d1f 100644
--- a/conf/machine/virtex4.conf
+++ b/conf/machine/virtex4.conf
@@ -12,7 +12,7 @@ TARGET_FPU = "soft"
require conf/machine/include/tune-ppc405.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
-PREFERRED_VERSION_u-boot_xilinx-virtex4 = "u-boot-xilinx"
+PREFERRED_VERSION_u-boot_virtex4 = "u-boot-xilinx"
KERNEL_IMAGETYPE = "uImage"
--
1.7.3.4
More information about the poky
mailing list