From 14b2e48b36010e885d400001af7fbc16c8769fd2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 10 Jun 2024 16:53:03 -0400 Subject: [PATCH] meta-agl-bsp: fix python3-grpcio bbappend location The dynamically applied python3-grpcio bbappend should be targeted against meta-python instead of meta-oe, move it to make that so. In practice, this was only breaking builds when aglsetup.sh was run without specifying 'agl-demo'; I discovered it during next branch testing. Bug-AGL: SPEC-5171 Change-Id: I0a14d6617ea0028a4f3fabfcfa3d63b55c5ab5eb Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29985 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 0 .../recipes-devtools/python/python3-grpcio_1.62.%.bbappend | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename meta-agl-bsp/{openembedded-layer => meta-python}/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch (100%) rename meta-agl-bsp/{openembedded-layer => meta-python}/recipes-devtools/python/python3-grpcio_1.62.%.bbappend (100%) diff --git a/meta-agl-bsp/openembedded-layer/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch b/meta-agl-bsp/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch similarity index 100% rename from meta-agl-bsp/openembedded-layer/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch rename to meta-agl-bsp/meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch diff --git a/meta-agl-bsp/openembedded-layer/recipes-devtools/python/python3-grpcio_1.62.%.bbappend b/meta-agl-bsp/meta-python/recipes-devtools/python/python3-grpcio_1.62.%.bbappend similarity index 100% rename from meta-agl-bsp/openembedded-layer/recipes-devtools/python/python3-grpcio_1.62.%.bbappend rename to meta-agl-bsp/meta-python/recipes-devtools/python/python3-grpcio_1.62.%.bbappend -- 2.16.6