[yocto-autobuilder-helper][wrynose][PATCH] config.json: add mixin-wrynose-linux-firmware repo to meta-qcom build
Yoann Congal <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Yoann Congal <[email protected]> This fixes this error: ERROR: Layer 'qcom' depends on layer 'lts-linux-firmware-mixin', but this layer is not enabled in your configuration This has been tested in https://autobuilder.yoctoproject.org/valkyrie/?#/builders/113/builds/1487 Signed-off-by: Yoann Congal <[email protected]> --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index da578ae..82c5f16 100644 --- a/config.json +++ b/config.json @@ -675,8 +675,9 @@ } }, "meta-qcom" : { - "NEEDREPOS" : ["bitbake", "meta-qcom"], + "NEEDREPOS" : ["bitbake", "meta-qcom", "mixin-wrynose-linux-firmware"], "ADDLAYER" : [ + "${BUILDDIR}/../mixin-wrynose-linux-firmware", "${BUILDDIR}/../meta-qcom" ], "step1": {