* 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 <[email protected]> --- 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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
