diff --git a/CHANGELOG.md b/CHANGELOG.md index eec541848..4e0289231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to ### Removed +- Remove meta-elm-binary layer, its not needed anymore for simpleIOT + ## [2024.01] - 2024-01-31 ### Changed diff --git a/conf/projects/beaglebone/layers.conf b/conf/projects/beaglebone/layers.conf index 7e8a6ac4d..406ef4a46 100644 --- a/conf/projects/beaglebone/layers.conf +++ b/conf/projects/beaglebone/layers.conf @@ -10,7 +10,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-arm/meta-arm-toolchain \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/imx8mm-ddr4-evk/layers.conf b/conf/projects/imx8mm-ddr4-evk/layers.conf index c6de8ded3..cb264c07f 100644 --- a/conf/projects/imx8mm-ddr4-evk/layers.conf +++ b/conf/projects/imx8mm-ddr4-evk/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-freescale \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/jetson-orin-nano-devkit/layers.conf b/conf/projects/jetson-orin-nano-devkit/layers.conf index dcab0d803..c0347a19a 100644 --- a/conf/projects/jetson-orin-nano-devkit/layers.conf +++ b/conf/projects/jetson-orin-nano-devkit/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-tegra \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/nezha-d1/layers.conf b/conf/projects/nezha-d1/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/nezha-d1/layers.conf +++ b/conf/projects/nezha-d1/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/odroid-c4/layers.conf b/conf/projects/odroid-c4/layers.conf index 2ff9dce93..e1bbdebf2 100644 --- a/conf/projects/odroid-c4/layers.conf +++ b/conf/projects/odroid-c4/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-odroid/meta-odroid-extras \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/qemucommon/layers.conf b/conf/projects/qemucommon/layers.conf index 96d150528..5242ab1f1 100644 --- a/conf/projects/qemucommon/layers.conf +++ b/conf/projects/qemucommon/layers.conf @@ -5,7 +5,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-yoe \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/qemuriscv32/layers.conf b/conf/projects/qemuriscv32/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/qemuriscv32/layers.conf +++ b/conf/projects/qemuriscv32/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/qemuriscv64/layers.conf b/conf/projects/qemuriscv64/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/qemuriscv64/layers.conf +++ b/conf/projects/qemuriscv64/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/rockpi-4b/layers.conf b/conf/projects/rockpi-4b/layers.conf index 0f4311a03..e583af7bb 100644 --- a/conf/projects/rockpi-4b/layers.conf +++ b/conf/projects/rockpi-4b/layers.conf @@ -9,7 +9,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-arm/meta-arm-toolchain \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/rpi4-32/layers.conf b/conf/projects/rpi4-32/layers.conf index f000b6e52..5ed9c2c74 100644 --- a/conf/projects/rpi4-32/layers.conf +++ b/conf/projects/rpi4-32/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-raspberrypi \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/rpi4-64/layers.conf b/conf/projects/rpi4-64/layers.conf index f000b6e52..5ed9c2c74 100644 --- a/conf/projects/rpi4-64/layers.conf +++ b/conf/projects/rpi4-64/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-raspberrypi \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/unleashed/layers.conf b/conf/projects/unleashed/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/unleashed/layers.conf +++ b/conf/projects/unleashed/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/unmatched/layers.conf b/conf/projects/unmatched/layers.conf index 127e8a897..0de63ede6 100644 --- a/conf/projects/unmatched/layers.conf +++ b/conf/projects/unmatched/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/var-dart-imx6ul/layers.conf b/conf/projects/var-dart-imx6ul/layers.conf index aca0bd6c4..80d68b3cb 100644 --- a/conf/projects/var-dart-imx6ul/layers.conf +++ b/conf/projects/var-dart-imx6ul/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-freescale \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/var-som-mx8/layers.conf b/conf/projects/var-som-mx8/layers.conf index aca0bd6c4..80d68b3cb 100644 --- a/conf/projects/var-som-mx8/layers.conf +++ b/conf/projects/var-som-mx8/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-freescale \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/var-som-mx8m-nano/layers.conf b/conf/projects/var-som-mx8m-nano/layers.conf index aca0bd6c4..80d68b3cb 100644 --- a/conf/projects/var-som-mx8m-nano/layers.conf +++ b/conf/projects/var-som-mx8m-nano/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-freescale \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/var-som-mx8x/layers.conf b/conf/projects/var-som-mx8x/layers.conf index aca0bd6c4..80d68b3cb 100644 --- a/conf/projects/var-som-mx8x/layers.conf +++ b/conf/projects/var-som-mx8x/layers.conf @@ -8,7 +8,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-freescale \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/visionfive/layers.conf b/conf/projects/visionfive/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/visionfive/layers.conf +++ b/conf/projects/visionfive/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/conf/projects/visionfive2/layers.conf b/conf/projects/visionfive2/layers.conf index 3775656b2..60f0dc756 100644 --- a/conf/projects/visionfive2/layers.conf +++ b/conf/projects/visionfive2/layers.conf @@ -7,7 +7,6 @@ BBLAYERS = "\ ${TOPDIR}/sources/meta-riscv \ \ ${TOPDIR}/sources/meta-clang \ - ${TOPDIR}/sources/meta-elm-binary \ ${TOPDIR}/sources/meta-qt6 \ \ ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ diff --git a/sources/meta-yoe/conf/layer.conf b/sources/meta-yoe/conf/layer.conf index 4f0116aaf..f4105e327 100644 --- a/sources/meta-yoe/conf/layer.conf +++ b/sources/meta-yoe/conf/layer.conf @@ -7,8 +7,8 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-yoe" BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-yoe = "99" -LAYERSERIES_COMPAT_meta-yoe = "nanbield" -LAYERDEPENDS_meta-yoe = "core elm-binary-layer" +LAYERSERIES_COMPAT_meta-yoe = "nanbield scarthgap" +LAYERDEPENDS_meta-yoe = "core" BBFILES_DYNAMIC += " \ qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \