From bba8a89e2969564d9388567e53f3127c1dc5319c Mon Sep 17 00:00:00 2001 From: Hugo L'Hostis Date: Thu, 9 Dec 2021 09:34:55 +0000 Subject: [PATCH] kas: Update include syntax to kas 2.6 Using a path relative to a kas yaml file to include another kas yaml file won't be supported in the future. This patch also updates the documentation for fvp-baser to set the minimal supported version of kas to 2.6. Signed-off-by: Hugo L'Hostis Change-Id: I757103c5433bca7af9ab024370cd1e994d59fe0e Signed-off-by: Jon Mason --- kas/fvp-baser-aemv8r64-rt-bsp.yml | 2 +- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kas/fvp-baser-aemv8r64-rt-bsp.yml b/kas/fvp-baser-aemv8r64-rt-bsp.yml index 69335e31..19ee747f 100644 --- a/kas/fvp-baser-aemv8r64-rt-bsp.yml +++ b/kas/fvp-baser-aemv8r64-rt-bsp.yml @@ -1,7 +1,7 @@ header: version: 9 includes: - - fvp-baser-aemv8r64-bsp.yml + - kas/fvp-baser-aemv8r64-bsp.yml local_conf_header: base-rt: | diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 0c801c08..fdf50387 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -44,7 +44,8 @@ Ubuntu 20.04. Install the required packages for the build host: https://docs.yoctoproject.org/singleindex.html#required-packages-for-the-build-host -Install the kas setup tool for bitbake based projects: +Kas is a setup tool for bitbake based projects. The minimal supported version +is 2.6, install it like so: pip3 install --user kas