From 23938910d2537ec76098cb34d0e03c27e0964cf1 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 30 Aug 2021 13:43:16 +0200 Subject: [PATCH] flavours: add meta-rauc to the Linux flavour SystemOTA depends on RAUC. The meta-rauc repository was added to the manifest earlier [1], and now needs to participate in the default build configuration process. [1] https://git.ostc-eu.org/OSTC/OHOS/manifest/-/merge_requests/127 Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- flavours/linux/bblayers.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/flavours/linux/bblayers.conf.sample b/flavours/linux/bblayers.conf.sample index a8bb84cf..1fd21176 100644 --- a/flavours/linux/bblayers.conf.sample +++ b/flavours/linux/bblayers.conf.sample @@ -37,4 +37,5 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-security \ ##OEROOT##/../meta-linaro/meta-optee \ ##OEROOT##/../meta-riscv \ + ##OEROOT##/../meta-rauc \ " -- GitLab