[PATCH 1/5] virtex4: add u-boot image to rootfs


Adrian Alonso <aalonso@...>
 

* Add u-boot image to EXTRA_IMAGEDEPENDS
Trigger u-boot elf built and to be exported to hardware
project path (see xilinx-boot.bbclass).

Signed-off-by: Adrian Alonso <aalonso@...>
---
conf/machine/virtex4.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/virtex4.conf b/conf/machine/virtex4.conf
index f9643cb..114b4b7 100644
--- a/conf/machine/virtex4.conf
+++ b/conf/machine/virtex4.conf
@@ -13,6 +13,8 @@ require conf/machine/include/tune-ppc405.inc

PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
PREFERRED_VERSION_u-boot_virtex4 = "u-boot-xilinx"
+# Add u-boot image
+EXTRA_IMAGEDEPENDS += "u-boot-xilinx"

KERNEL_IMAGETYPE = "uImage"

--
1.7.4

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.