This append no longer provides patches and only includes the platform init injection support. As such this append can apply generally to 'u-boot' versions.
Signed-off-by: Nathan Rossi <[email protected]> --- recipes-bsp/u-boot/{u-boot_2016.11.bbappend => u-boot_%.bbappend} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/u-boot/{u-boot_2016.11.bbappend => u-boot_%.bbappend} (90%) diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend similarity index 90% rename from recipes-bsp/u-boot/u-boot_2016.11.bbappend rename to recipes-bsp/u-boot/u-boot_%.bbappend index 78e5ac6cc8..8513670671 100644 --- a/recipes-bsp/u-boot/u-boot_2016.11.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -1,7 +1,7 @@ include u-boot-spl-zynq-init.inc # u-boot 2016.11 has support for these -HAS_PS7INIT ?= " \ +HAS_PS7INIT ??= " \ zynq_microzed_config \ zynq_zed_config \ zynq_zc702_config \ -- 2.11.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
