From 873c56756524bf35016f0ad1b732baed49650414 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Wed, 28 Aug 2024 09:33:03 -0300 Subject: [PATCH] imx-oei: move to dynamic-layers and add arm-toolchain The recipe depends on meta-arm-toolchain, therefore it should be on dynamic-layers/arm-toolchain folder. Create it and make the necessary changes for conf/layer.conf. Fixes: 61beaf5861f2 ("recipes-bsp: introduce imx-oei recipe") Signed-off-by: Hiago De Franco (cherry picked from commit 07931ef7fdf35ca2956481387f8476cd531a9048) --- conf/layer.conf | 2 ++ .../arm-toolchain/recipes-bsp}/imx-oei/imx-oei_1.0.0.bb | 0 2 files changed, 2 insertions(+) rename {recipes-bsp => dynamic-layers/arm-toolchain/recipes-bsp}/imx-oei/imx-oei_1.0.0.bb (100%) diff --git a/conf/layer.conf b/conf/layer.conf index ef4e3e6e6..e49a9f6ac 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -52,6 +52,8 @@ BBFILES_DYNAMIC += " \ \ meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \ \ + arm-toolchain:${LAYERDIR}/dynamic-layers/arm-toolchain/*/*/*.bb \ + \ multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \ multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \ \ diff --git a/recipes-bsp/imx-oei/imx-oei_1.0.0.bb b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb similarity index 100% rename from recipes-bsp/imx-oei/imx-oei_1.0.0.bb rename to dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb