diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-01-23 20:17:07 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-01 22:46:21 +1000 |
commit | 9b15ecef3759e3896b820d49f9e2bb67db9889c5 (patch) | |
tree | aafc6918f6b0691346a470b5513bf99708a3f0e4 | |
parent | ccb44f031eb7bc4aae2ba549a543593f7775b600 (diff) | |
download | meta-xilinx-9b15ecef3759e3896b820d49f9e2bb67db9889c5.tar.gz |
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 <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_%.bbappend (renamed from recipes-bsp/u-boot/u-boot_2016.11.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.11.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 78e5ac6c..85136706 100644 --- a/recipes-bsp/u-boot/u-boot_2016.11.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend | |||
@@ -1,7 +1,7 @@ | |||
1 | include u-boot-spl-zynq-init.inc | 1 | include u-boot-spl-zynq-init.inc |
2 | 2 | ||
3 | # u-boot 2016.11 has support for these | 3 | # u-boot 2016.11 has support for these |
4 | HAS_PS7INIT ?= " \ | 4 | HAS_PS7INIT ??= " \ |
5 | zynq_microzed_config \ | 5 | zynq_microzed_config \ |
6 | zynq_zed_config \ | 6 | zynq_zed_config \ |
7 | zynq_zc702_config \ | 7 | zynq_zc702_config \ |