diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-28 09:33:03 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-09 11:32:17 +0000 |
commit | 873c56756524bf35016f0ad1b732baed49650414 (patch) | |
tree | e062d6c6e42e725d36f1ae431e25e751d9846b27 | |
parent | e246fc22b574b3189bb20f1aeedf22d48e6f18c7 (diff) | |
download | meta-freescale-873c56756524bf35016f0ad1b732baed49650414.tar.gz |
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 <hiago.franco@toradex.com>
(cherry picked from commit 07931ef7fdf35ca2956481387f8476cd531a9048)
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb (renamed from recipes-bsp/imx-oei/imx-oei_1.0.0.bb) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ef4e3e6e..e49a9f6a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -52,6 +52,8 @@ BBFILES_DYNAMIC += " \ | |||
52 | \ | 52 | \ |
53 | meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \ | 53 | meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \ |
54 | \ | 54 | \ |
55 | arm-toolchain:${LAYERDIR}/dynamic-layers/arm-toolchain/*/*/*.bb \ | ||
56 | \ | ||
55 | multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \ | 57 | multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \ |
56 | multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \ | 58 | multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \ |
57 | \ | 59 | \ |
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 index a853a803..a853a803 100644 --- 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 | |||