diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-07-27 13:45:37 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-08-08 09:26:13 -0700 |
commit | fa996fbc301039755779d98fabbadb9dab93ef05 (patch) | |
tree | 84c594ae8ea28e5322cb98f84d4ddb366122b163 /meta-xilinx-contrib/recipes-bsp | |
parent | fa428a998a93650aa8a149b67b3a7e4cac17d9e8 (diff) | |
download | meta-xilinx-fa996fbc301039755779d98fabbadb9dab93ef05.tar.gz |
u-boot_%.bbappend: Fix the breakage on platform init files
Fix the following error for machines like microzed:
ERROR: Nothing PROVIDES 'virtual/xilinx-platform-init'
This happens because the contrib recipe is overriding the
HAS_PLATFORM_INIT instead of appending the configuration for minized
machine. This patch fixes the issue by adding an append.
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-contrib/recipes-bsp')
-rw-r--r-- | meta-xilinx-contrib/recipes-bsp/u-boot/u-boot_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-contrib/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-xilinx-contrib/recipes-bsp/u-boot/u-boot_%.bbappend index 665a78b0..2fdbdb42 100644 --- a/meta-xilinx-contrib/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/meta-xilinx-contrib/recipes-bsp/u-boot/u-boot_%.bbappend | |||
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | |||
2 | 2 | ||
3 | SRC_URI_append = " file://minized-u-boot.patch" | 3 | SRC_URI_append = " file://minized-u-boot.patch" |
4 | 4 | ||
5 | HAS_PLATFORM_INIT ??= " \ | 5 | HAS_PLATFORM_INIT_append = " \ |
6 | zynq_minized_config \ | 6 | zynq_minized_config \ |
7 | " | 7 | " |
8 | 8 | ||