diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-06-09 15:15:55 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-06-09 15:29:15 -0700 |
commit | bef2bf9b155bb0eebc5439e8f2a3a3716f250725 (patch) | |
tree | 2c568b338bd7bb9ffb8cfc7f4dc204777e28ce7b /meta-xilinx-bsp/recipes-kernel | |
parent | 1a648afe0bcfbab576dddb828d1fe653ac640e74 (diff) | |
download | meta-xilinx-master-old.tar.gz |
u-boot-xlnx.inc: Explicitly set builddir pathmaster-old
Previous Yocto releases, builddir path was set in u-boot.inc within poky layer.
Since u-boot-xlnx.inc inherits u-boot.inc, makefile configures and compiles
u-boot-xlnx in a build directory ( set by B) that is not the source directory.
In Dunfell, build directory path is moved from u-boot.inc to u-boot-common.inc
which is not inherited in u-boot-xlnx recipes. As a result, during the build,
makefile configures and compiles u-boot-xlnx from source directory resulting in
the following error:
tmp/work/zcu102_zynqmp-xilinx-linux/u-boot-xlnx/v2020.01-xilinx-v2020.1+gitAUTOINC+86c84c0d0f-r0/git
is not clean, please run 'make mrproper'
To fix the error, set builddir path (B) explicitly within u-boot-xlnx.inc
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-kernel')
0 files changed, 0 insertions, 0 deletions