Add support for u-boot 2016.03 to inject the ps7_init files from platform-init providers.
Signed-off-by: Nathan Rossi <[email protected]> --- recipes-bsp/u-boot/u-boot_2016.03.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_2016.03.bbappend diff --git a/recipes-bsp/u-boot/u-boot_2016.03.bbappend b/recipes-bsp/u-boot/u-boot_2016.03.bbappend new file mode 100644 index 0000000..f42e432 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2016.03.bbappend @@ -0,0 +1,11 @@ +include u-boot-spl-zynq-init.inc + +# u-boot 2016.03 has support for these +HAS_PS7INIT ?= " \ + zynq_microzed_config \ + zynq_zed_config \ + zynq_zc702_config \ + zynq_zc706_config \ + zynq_zybo_config \ + " + -- 2.7.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
