From 9b15ecef3759e3896b820d49f9e2bb67db9889c5 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 23 Jan 2017 20:17:07 +1000 Subject: u-boot_*.bbappend: Change u-boot bbappend to wildcard 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 --- recipes-bsp/u-boot/u-boot_%.bbappend | 11 +++++++++++ recipes-bsp/u-boot/u-boot_2016.11.bbappend | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot_%.bbappend delete mode 100644 recipes-bsp/u-boot/u-boot_2016.11.bbappend diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend new file mode 100644 index 00000000..85136706 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -0,0 +1,11 @@ +include u-boot-spl-zynq-init.inc + +# u-boot 2016.11 has support for these +HAS_PS7INIT ??= " \ + zynq_microzed_config \ + zynq_zed_config \ + zynq_zc702_config \ + zynq_zc706_config \ + zynq_zybo_config \ + " + diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bbappend b/recipes-bsp/u-boot/u-boot_2016.11.bbappend deleted file mode 100644 index 78e5ac6c..00000000 --- a/recipes-bsp/u-boot/u-boot_2016.11.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -include u-boot-spl-zynq-init.inc - -# u-boot 2016.11 has support for these -HAS_PS7INIT ?= " \ - zynq_microzed_config \ - zynq_zed_config \ - zynq_zc702_config \ - zynq_zc706_config \ - zynq_zybo_config \ - " - -- cgit v1.2.3-54-g00ecf