[meta-xilinx] [PATCH 3/4] u-boot_*.bbappend: Change u-boot bbappend to wildcard

Nathan Rossi nathan at nathanrossi.com
Wed Jan 25 06:59:51 PST 2017


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 <nathan at nathanrossi.com>
---
 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




More information about the meta-xilinx mailing list