diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-02-28 01:34:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-02-28 01:34:58 +0000 |
commit | 072dc00e4a26a8805ed8e8b75a03c53d83593155 (patch) | |
tree | f05dbb5c186c1d1bfafa5d8d1fe85e2f11ad6a83 /recipes-connectivity/cannelloni/cannelloni_agldemo.inc | |
parent | ff95c0ed81339e6d517be3a98f972ac60532bef7 (diff) |
cannelloni: convert to bbappend and make it conditional
cannelloni_git.bb was added to meta-agl-demo in 2020. And meta-networking
later added cannelloni_1.0.0.bb in 2021. Comparing the 2, it seems they are
mostly identical, but point to different SRCREVs, resulting in the following
error from yocto-check-layer:
INFO: test_signatures (common.CommonCheckLayer)
INFO: ... FAIL
AssertionError: Adding layer meta-agl-demo changed signatures, basehash changed
Convert the recipe to bbappend and adjust SRCREV and PV conditionaly based on
"agldemo" AGL_FEATURES flag.
Bug-AGL: SPEC-4685
Change-Id: Ic7e53c9093d0936599f6205ef95a3a824c721bcc
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-connectivity/cannelloni/cannelloni_agldemo.inc')
-rw-r--r-- | recipes-connectivity/cannelloni/cannelloni_agldemo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-connectivity/cannelloni/cannelloni_agldemo.inc b/recipes-connectivity/cannelloni/cannelloni_agldemo.inc new file mode 100644 index 000000000..c83d535a0 --- /dev/null +++ b/recipes-connectivity/cannelloni/cannelloni_agldemo.inc @@ -0,0 +1,2 @@ +PV = "1.0.0+git${SRCPV}" +SRCREV = "071d2d0a2b7997d697fa1228423b329f817a237a" |