From 5bce41cfe18ab8049a5200d0faadbf3c5a1807e3 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 7 Jan 2019 13:36:09 +0000 Subject: u-boot: add u-boot 2018.05 This version does not have a conflict with libfdt-devel package and therefore successfully builds for Yocto 2.6 Signed-off-by: Andrey Zhizhikin --- recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb new file mode 100644 index 0000000..9f0e176 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb @@ -0,0 +1,19 @@ +require u-boot-socfpga-common.inc +require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc + +FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:" + +SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" + +SRC_URI_append = "\ + " + +# Some versions of u-boot use .bin and others use .img. +# By default we use .sfp as this is what is generated +# for Cyclone V by the U-Boot. +UBOOT_SUFFIX = "sfp" +UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}" + +UBOOT_MAKE_TARGET ?= "all" + +DEPENDS += "dtc-native bc-native u-boot-mkimage-native" -- cgit v1.2.3-54-g00ecf