diff --git a/conf/layer.conf b/conf/layer.conf index fce7ff54..2063112a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,16 +1,16 @@ # We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}:${LAYERDIR}/common" +BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ - ${LAYERDIR}/common/recipes-*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "intel" -BBFILE_PATTERN_intel := "^${LAYERDIR}/common/" +BBFILE_PATTERN_intel := "^${LAYERDIR}/" BBFILE_PRIORITY_intel = "5" # Additional license directories. -LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" +LICENSE_PATH += "${LAYERDIR}/custom-licenses" LAYERDEPENDS_intel = "core" LAYERRECOMMENDS_intel = "dpdk intel-qat" diff --git a/common/custom-licenses/BSD_LMS b/custom-licenses/BSD_LMS similarity index 100% rename from common/custom-licenses/BSD_LMS rename to custom-licenses/BSD_LMS diff --git a/common/custom-licenses/Intel-Microcode-License b/custom-licenses/Intel-Microcode-License similarity index 100% rename from common/custom-licenses/Intel-Microcode-License rename to custom-licenses/Intel-Microcode-License diff --git a/common/recipes-bsp/amt/files/atnetworktool-printf-fix.patch b/recipes-bsp/amt/files/atnetworktool-printf-fix.patch similarity index 100% rename from common/recipes-bsp/amt/files/atnetworktool-printf-fix.patch rename to recipes-bsp/amt/files/atnetworktool-printf-fix.patch diff --git a/common/recipes-bsp/amt/files/readlink-declaration.patch b/recipes-bsp/amt/files/readlink-declaration.patch similarity index 100% rename from common/recipes-bsp/amt/files/readlink-declaration.patch rename to recipes-bsp/amt/files/readlink-declaration.patch diff --git a/common/recipes-bsp/amt/lms/0001-Include-sys-select.h-for-fd_set.patch b/recipes-bsp/amt/lms/0001-Include-sys-select.h-for-fd_set.patch similarity index 100% rename from common/recipes-bsp/amt/lms/0001-Include-sys-select.h-for-fd_set.patch rename to recipes-bsp/amt/lms/0001-Include-sys-select.h-for-fd_set.patch diff --git a/common/recipes-bsp/amt/lms/0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch b/recipes-bsp/amt/lms/0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch similarity index 100% rename from common/recipes-bsp/amt/lms/0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch rename to recipes-bsp/amt/lms/0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch diff --git a/common/recipes-bsp/amt/lms/0002-Use-proper-netinet-in.h-API.patch b/recipes-bsp/amt/lms/0002-Use-proper-netinet-in.h-API.patch similarity index 100% rename from common/recipes-bsp/amt/lms/0002-Use-proper-netinet-in.h-API.patch rename to recipes-bsp/amt/lms/0002-Use-proper-netinet-in.h-API.patch diff --git a/common/recipes-bsp/amt/lms/0003-Fix-device-file-referance-to-dev-mei0-remove-select.patch b/recipes-bsp/amt/lms/0003-Fix-device-file-referance-to-dev-mei0-remove-select.patch similarity index 100% rename from common/recipes-bsp/amt/lms/0003-Fix-device-file-referance-to-dev-mei0-remove-select.patch rename to recipes-bsp/amt/lms/0003-Fix-device-file-referance-to-dev-mei0-remove-select.patch diff --git a/common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch b/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch similarity index 100% rename from common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch rename to recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/recipes-bsp/amt/lms7_7.1.20.bb similarity index 100% rename from common/recipes-bsp/amt/lms7_7.1.20.bb rename to recipes-bsp/amt/lms7_7.1.20.bb diff --git a/common/recipes-bsp/amt/lms8_8.0.0-7.bb b/recipes-bsp/amt/lms8_8.0.0-7.bb similarity index 100% rename from common/recipes-bsp/amt/lms8_8.0.0-7.bb rename to recipes-bsp/amt/lms8_8.0.0-7.bb diff --git a/common/recipes-bsp/efilinux/efilinux/0001-Disable-address-of-packed-member-warning.patch b/recipes-bsp/efilinux/efilinux/0001-Disable-address-of-packed-member-warning.patch similarity index 100% rename from common/recipes-bsp/efilinux/efilinux/0001-Disable-address-of-packed-member-warning.patch rename to recipes-bsp/efilinux/efilinux/0001-Disable-address-of-packed-member-warning.patch diff --git a/common/recipes-bsp/efilinux/efilinux/0002-initialize-char-pointers.patch b/recipes-bsp/efilinux/efilinux/0002-initialize-char-pointers.patch similarity index 100% rename from common/recipes-bsp/efilinux/efilinux/0002-initialize-char-pointers.patch rename to recipes-bsp/efilinux/efilinux/0002-initialize-char-pointers.patch diff --git a/common/recipes-bsp/efilinux/efilinux_1.1.bb b/recipes-bsp/efilinux/efilinux_1.1.bb similarity index 100% rename from common/recipes-bsp/efilinux/efilinux_1.1.bb rename to recipes-bsp/efilinux/efilinux_1.1.bb diff --git a/common/recipes-bsp/formfactor/formfactor/machconfig b/recipes-bsp/formfactor/formfactor/machconfig similarity index 100% rename from common/recipes-bsp/formfactor/formfactor/machconfig rename to recipes-bsp/formfactor/formfactor/machconfig diff --git a/common/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend similarity index 100% rename from common/recipes-bsp/formfactor/formfactor_0.0.bbappend rename to recipes-bsp/formfactor/formfactor_0.0.bbappend diff --git a/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf b/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf similarity index 100% rename from common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf rename to recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf diff --git a/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh b/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh similarity index 100% rename from common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh rename to recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.sh diff --git a/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb b/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb similarity index 100% rename from common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb rename to recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb diff --git a/common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/Galileo2/boot.conf b/recipes-bsp/rmc/boards/Galileo2/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/Galileo2/boot.conf rename to recipes-bsp/rmc/boards/Galileo2/boot.conf diff --git a/common/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp b/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp rename to recipes-bsp/rmc/boards/Galileo2/gallieo2.fp diff --git a/common/recipes-bsp/rmc/boards/Galileo2/install.conf b/recipes-bsp/rmc/boards/Galileo2/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/Galileo2/install.conf rename to recipes-bsp/rmc/boards/Galileo2/install.conf diff --git a/common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM b/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM rename to recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp b/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp rename to recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG b/recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG rename to recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh b/recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh rename to recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf b/recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf rename to recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/install.conf b/recipes-bsp/rmc/boards/NUC5i5RYB/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/install.conf rename to recipes-bsp/rmc/boards/NUC5i5RYB/install.conf diff --git a/common/recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp b/recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp rename to recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp diff --git a/common/recipes-bsp/rmc/boards/T100-32bit/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/T100-32bit/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/T100-32bit/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/T100-32bit/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/T100-32bit/T100-32bit.fp b/recipes-bsp/rmc/boards/T100-32bit/T100-32bit.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/T100-32bit/T100-32bit.fp rename to recipes-bsp/rmc/boards/T100-32bit/T100-32bit.fp diff --git a/common/recipes-bsp/rmc/boards/T100-32bit/boot.conf b/recipes-bsp/rmc/boards/T100-32bit/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/T100-32bit/boot.conf rename to recipes-bsp/rmc/boards/T100-32bit/boot.conf diff --git a/common/recipes-bsp/rmc/boards/T100-32bit/install.conf b/recipes-bsp/rmc/boards/T100-32bit/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/T100-32bit/install.conf rename to recipes-bsp/rmc/boards/T100-32bit/install.conf diff --git a/common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG b/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG rename to recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG diff --git a/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM b/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM rename to recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh b/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh rename to recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh diff --git a/common/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp b/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp rename to recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp diff --git a/common/recipes-bsp/rmc/boards/broxton-m/bm.fp b/recipes-bsp/rmc/boards/broxton-m/bm.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/bm.fp rename to recipes-bsp/rmc/boards/broxton-m/bm.fp diff --git a/common/recipes-bsp/rmc/boards/broxton-m/boot.conf b/recipes-bsp/rmc/boards/broxton-m/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/boot.conf rename to recipes-bsp/rmc/boards/broxton-m/boot.conf diff --git a/common/recipes-bsp/rmc/boards/broxton-m/install.conf b/recipes-bsp/rmc/boards/broxton-m/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/install.conf rename to recipes-bsp/rmc/boards/broxton-m/install.conf diff --git a/common/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp b/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp rename to recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp diff --git a/common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/minnowmax/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/minnowmax/boot.conf b/recipes-bsp/rmc/boards/minnowmax/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmax/boot.conf rename to recipes-bsp/rmc/boards/minnowmax/boot.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmax/install.conf b/recipes-bsp/rmc/boards/minnowmax/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmax/install.conf rename to recipes-bsp/rmc/boards/minnowmax/install.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmax/minnowmax.fp b/recipes-bsp/rmc/boards/minnowmax/minnowmax.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmax/minnowmax.fp rename to recipes-bsp/rmc/boards/minnowmax/minnowmax.fp diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/minnowmaxB3/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/boot.conf b/recipes-bsp/rmc/boards/minnowmaxB3/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmaxB3/boot.conf rename to recipes-bsp/rmc/boards/minnowmaxB3/boot.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf b/recipes-bsp/rmc/boards/minnowmaxB3/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmaxB3/install.conf rename to recipes-bsp/rmc/boards/minnowmaxB3/install.conf diff --git a/common/recipes-bsp/rmc/boards/minnowmaxB3/minnowmaxB3.fp b/recipes-bsp/rmc/boards/minnowmaxB3/minnowmaxB3.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/minnowmaxB3/minnowmaxB3.fp rename to recipes-bsp/rmc/boards/minnowmaxB3/minnowmaxB3.fp diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/mohonpeak/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/mohonpeak/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/INSTALLER.CONFIG b/recipes-bsp/rmc/boards/mohonpeak/INSTALLER.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/INSTALLER.CONFIG rename to recipes-bsp/rmc/boards/mohonpeak/INSTALLER.CONFIG diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/KBOOTPARAM b/recipes-bsp/rmc/boards/mohonpeak/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/KBOOTPARAM rename to recipes-bsp/rmc/boards/mohonpeak/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/POSTINSTALL.sh b/recipes-bsp/rmc/boards/mohonpeak/POSTINSTALL.sh similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/POSTINSTALL.sh rename to recipes-bsp/rmc/boards/mohonpeak/POSTINSTALL.sh diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/boot.conf b/recipes-bsp/rmc/boards/mohonpeak/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/boot.conf rename to recipes-bsp/rmc/boards/mohonpeak/boot.conf diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/install.conf b/recipes-bsp/rmc/boards/mohonpeak/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/install.conf rename to recipes-bsp/rmc/boards/mohonpeak/install.conf diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/mohonpeak.fp b/recipes-bsp/rmc/boards/mohonpeak/mohonpeak.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/mohonpeak/mohonpeak.fp rename to recipes-bsp/rmc/boards/mohonpeak/mohonpeak.fp diff --git a/common/recipes-bsp/rmc/boards/nucgen6/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/nucgen6/BOOTENTRY.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/BOOTENTRY.CONFIG rename to recipes-bsp/rmc/boards/nucgen6/BOOTENTRY.CONFIG diff --git a/common/recipes-bsp/rmc/boards/nucgen6/INSTALLER.CONFIG b/recipes-bsp/rmc/boards/nucgen6/INSTALLER.CONFIG similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/INSTALLER.CONFIG rename to recipes-bsp/rmc/boards/nucgen6/INSTALLER.CONFIG diff --git a/common/recipes-bsp/rmc/boards/nucgen6/KBOOTPARAM b/recipes-bsp/rmc/boards/nucgen6/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/KBOOTPARAM rename to recipes-bsp/rmc/boards/nucgen6/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/nucgen6/POSTINSTALL.sh b/recipes-bsp/rmc/boards/nucgen6/POSTINSTALL.sh similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/POSTINSTALL.sh rename to recipes-bsp/rmc/boards/nucgen6/POSTINSTALL.sh diff --git a/common/recipes-bsp/rmc/boards/nucgen6/boot.conf b/recipes-bsp/rmc/boards/nucgen6/boot.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/boot.conf rename to recipes-bsp/rmc/boards/nucgen6/boot.conf diff --git a/common/recipes-bsp/rmc/boards/nucgen6/install.conf b/recipes-bsp/rmc/boards/nucgen6/install.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/install.conf rename to recipes-bsp/rmc/boards/nucgen6/install.conf diff --git a/common/recipes-bsp/rmc/boards/nucgen6/mylib.conf b/recipes-bsp/rmc/boards/nucgen6/mylib.conf similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/mylib.conf rename to recipes-bsp/rmc/boards/nucgen6/mylib.conf diff --git a/common/recipes-bsp/rmc/boards/nucgen6/nuc6.fp b/recipes-bsp/rmc/boards/nucgen6/nuc6.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/nucgen6/nuc6.fp rename to recipes-bsp/rmc/boards/nucgen6/nuc6.fp diff --git a/common/recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM b/recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM rename to recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp b/recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp rename to recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp diff --git a/common/recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM b/recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM similarity index 100% rename from common/recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM rename to recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM diff --git a/common/recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp b/recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp similarity index 100% rename from common/recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp rename to recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp diff --git a/common/recipes-bsp/rmc/rmc-db.bb b/recipes-bsp/rmc/rmc-db.bb similarity index 100% rename from common/recipes-bsp/rmc/rmc-db.bb rename to recipes-bsp/rmc/rmc-db.bb diff --git a/common/recipes-bsp/rmc/rmc-efi.bb b/recipes-bsp/rmc/rmc-efi.bb similarity index 100% rename from common/recipes-bsp/rmc/rmc-efi.bb rename to recipes-bsp/rmc/rmc-efi.bb diff --git a/common/recipes-bsp/rmc/rmc.bb b/recipes-bsp/rmc/rmc.bb similarity index 100% rename from common/recipes-bsp/rmc/rmc.bb rename to recipes-bsp/rmc/rmc.bb diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch b/recipes-bsp/systemd-boot/systemd-boot/0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch rename to recipes-bsp/systemd-boot/systemd-boot/0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-Link-RMC-library-into-bootloader-and-stub.patch b/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-Link-RMC-library-into-bootloader-and-stub.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-Link-RMC-library-into-bootloader-and-stub.patch rename to recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-Link-RMC-library-into-bootloader-and-stub.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-stub-check-LoadOptions-contains-data.patch b/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-stub-check-LoadOptions-contains-data.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-stub-check-LoadOptions-contains-data.patch rename to recipes-bsp/systemd-boot/systemd-boot/0001-sd-boot-stub-check-LoadOptions-contains-data.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch b/recipes-bsp/systemd-boot/systemd-boot/0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch rename to recipes-bsp/systemd-boot/systemd-boot/0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0003-sd-boot-Support-global-kernel-command-line-fragment.patch b/recipes-bsp/systemd-boot/systemd-boot/0003-sd-boot-Support-global-kernel-command-line-fragment.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0003-sd-boot-Support-global-kernel-command-line-fragment.patch rename to recipes-bsp/systemd-boot/systemd-boot/0003-sd-boot-Support-global-kernel-command-line-fragment.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/0004-sd-boot-Support-global-kernel-command-line-fragment-in-EFI-stub.patch b/recipes-bsp/systemd-boot/systemd-boot/0004-sd-boot-Support-global-kernel-command-line-fragment-in-EFI-stub.patch similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/0004-sd-boot-Support-global-kernel-command-line-fragment-in-EFI-stub.patch rename to recipes-bsp/systemd-boot/systemd-boot/0004-sd-boot-Support-global-kernel-command-line-fragment-in-EFI-stub.patch diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc b/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc rename to recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc diff --git a/common/recipes-bsp/systemd-boot/systemd-boot/systemd-boot.inc b/recipes-bsp/systemd-boot/systemd-boot/systemd-boot.inc similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot/systemd-boot.inc rename to recipes-bsp/systemd-boot/systemd-boot/systemd-boot.inc diff --git a/common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend similarity index 100% rename from common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend rename to recipes-bsp/systemd-boot/systemd-boot_%.bbappend diff --git a/common/recipes-bsp/thermald/thermald_1.6.bb b/recipes-bsp/thermald/thermald_1.6.bb similarity index 100% rename from common/recipes-bsp/thermald/thermald_1.6.bb rename to recipes-bsp/thermald/thermald_1.6.bb diff --git a/common/recipes-core/images/core-image-minimal-initramfs.bbappend b/recipes-core/images/core-image-minimal-initramfs.bbappend similarity index 100% rename from common/recipes-core/images/core-image-minimal-initramfs.bbappend rename to recipes-core/images/core-image-minimal-initramfs.bbappend diff --git a/common/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb similarity index 100% rename from common/recipes-core/images/core-image-tiny.bb rename to recipes-core/images/core-image-tiny.bb diff --git a/common/recipes-core/initrdscripts/files/intel-x86-common/init-install-efi.sh b/recipes-core/initrdscripts/files/intel-x86-common/init-install-efi.sh similarity index 100% rename from common/recipes-core/initrdscripts/files/intel-x86-common/init-install-efi.sh rename to recipes-core/initrdscripts/files/intel-x86-common/init-install-efi.sh diff --git a/common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend b/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend similarity index 100% rename from common/recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend rename to recipes-core/initrdscripts/initramfs-live-install-efi_%.bbappend diff --git a/common/recipes-core/microcode/intel-microcode_20170707.bb b/recipes-core/microcode/intel-microcode_20170707.bb similarity index 100% rename from common/recipes-core/microcode/intel-microcode_20170707.bb rename to recipes-core/microcode/intel-microcode_20170707.bb diff --git a/common/recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch b/recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch similarity index 100% rename from common/recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch rename to recipes-core/microcode/iucode-tool/0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch diff --git a/common/recipes-core/microcode/iucode-tool_2.1.2.bb b/recipes-core/microcode/iucode-tool_2.1.2.bb similarity index 100% rename from common/recipes-core/microcode/iucode-tool_2.1.2.bb rename to recipes-core/microcode/iucode-tool_2.1.2.bb diff --git a/common/recipes-core/ovmf/files/0001-ovmf-RefkitTestCA-TEST-UEFI-SecureBoot.patch b/recipes-core/ovmf/files/0001-ovmf-RefkitTestCA-TEST-UEFI-SecureBoot.patch similarity index 100% rename from common/recipes-core/ovmf/files/0001-ovmf-RefkitTestCA-TEST-UEFI-SecureBoot.patch rename to recipes-core/ovmf/files/0001-ovmf-RefkitTestCA-TEST-UEFI-SecureBoot.patch diff --git a/common/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb b/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb similarity index 100% rename from common/recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb rename to recipes-core/ovmf/ovmf-shell-image-enrollkeys.bb diff --git a/common/recipes-core/ovmf/ovmf_%.bbappend b/recipes-core/ovmf/ovmf_%.bbappend similarity index 100% rename from common/recipes-core/ovmf/ovmf_%.bbappend rename to recipes-core/ovmf/ovmf_%.bbappend diff --git a/common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb b/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb similarity index 100% rename from common/recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb rename to recipes-graphics/intel-gpu-tools/intel-gpu-tools_1.19.bb diff --git a/common/recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb b/recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb similarity index 100% rename from common/recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb rename to recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb diff --git a/common/recipes-graphics/xorg-driver/xf86-video-mga/checkfile.patch b/recipes-graphics/xorg-driver/xf86-video-mga/checkfile.patch similarity index 100% rename from common/recipes-graphics/xorg-driver/xf86-video-mga/checkfile.patch rename to recipes-graphics/xorg-driver/xf86-video-mga/checkfile.patch diff --git a/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb b/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb similarity index 100% rename from common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb rename to recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb diff --git a/common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch b/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch similarity index 100% rename from common/recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch rename to recipes-kernel/cryptodev/cryptodev-module/0001-zc-Force-4.10-get_user_pages_remote-API.patch diff --git a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/recipes-kernel/cryptodev/cryptodev-module_%.bbappend similarity index 100% rename from common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend rename to recipes-kernel/cryptodev/cryptodev-module_%.bbappend diff --git a/common/recipes-kernel/intel-ethernet/ixgbe.bb b/recipes-kernel/intel-ethernet/ixgbe.bb similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbe.bb rename to recipes-kernel/intel-ethernet/ixgbe.bb diff --git a/common/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-skip-host-depmod.patch b/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-skip-host-depmod.patch similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-skip-host-depmod.patch rename to recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-skip-host-depmod.patch diff --git a/common/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-src-Makefile-change-make-install-to-make.patch b/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-src-Makefile-change-make-install-to-make.patch similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-src-Makefile-change-make-install-to-make.patch rename to recipes-kernel/intel-ethernet/ixgbe/0001-ixgbe-src-Makefile-change-make-install-to-make.patch diff --git a/common/recipes-kernel/intel-ethernet/ixgbevf.bb b/recipes-kernel/intel-ethernet/ixgbevf.bb similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbevf.bb rename to recipes-kernel/intel-ethernet/ixgbevf.bb diff --git a/common/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-skip-host-depmod.patch b/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-skip-host-depmod.patch similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-skip-host-depmod.patch rename to recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-skip-host-depmod.patch diff --git a/common/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-src-Makefile-change-make-install-to-make.patch b/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-src-Makefile-change-make-install-to-make.patch similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-src-Makefile-change-make-install-to-make.patch rename to recipes-kernel/intel-ethernet/ixgbevf/0001-ixgbevf-src-Makefile-change-make-install-to-make.patch diff --git a/common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch b/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch similarity index 100% rename from common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch rename to recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch diff --git a/common/recipes-kernel/iwlwifi/backport-iwlwifi/0001-Makefile.real-skip-host-install-scripts.patch b/recipes-kernel/iwlwifi/backport-iwlwifi/0001-Makefile.real-skip-host-install-scripts.patch similarity index 100% rename from common/recipes-kernel/iwlwifi/backport-iwlwifi/0001-Makefile.real-skip-host-install-scripts.patch rename to recipes-kernel/iwlwifi/backport-iwlwifi/0001-Makefile.real-skip-host-install-scripts.patch diff --git a/common/recipes-kernel/iwlwifi/backport-iwlwifi/0001-hrtimer-fix-version-numbers-because-production-kerne.patch b/recipes-kernel/iwlwifi/backport-iwlwifi/0001-hrtimer-fix-version-numbers-because-production-kerne.patch similarity index 100% rename from common/recipes-kernel/iwlwifi/backport-iwlwifi/0001-hrtimer-fix-version-numbers-because-production-kerne.patch rename to recipes-kernel/iwlwifi/backport-iwlwifi/0001-hrtimer-fix-version-numbers-because-production-kerne.patch diff --git a/common/recipes-kernel/iwlwifi/backport-iwlwifi/iwlwifi.conf b/recipes-kernel/iwlwifi/backport-iwlwifi/iwlwifi.conf similarity index 100% rename from common/recipes-kernel/iwlwifi/backport-iwlwifi/iwlwifi.conf rename to recipes-kernel/iwlwifi/backport-iwlwifi/iwlwifi.conf diff --git a/common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb b/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb similarity index 100% rename from common/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb rename to recipes-kernel/iwlwifi/backport-iwlwifi_git.bb diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/recipes-kernel/linux/linux-intel-rt_4.9.bb similarity index 100% rename from common/recipes-kernel/linux/linux-intel-rt_4.9.bb rename to recipes-kernel/linux/linux-intel-rt_4.9.bb diff --git a/common/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc similarity index 100% rename from common/recipes-kernel/linux/linux-intel.inc rename to recipes-kernel/linux/linux-intel.inc diff --git a/common/recipes-kernel/linux/linux-intel/disable_skylake_sound.cfg b/recipes-kernel/linux/linux-intel/disable_skylake_sound.cfg similarity index 100% rename from common/recipes-kernel/linux/linux-intel/disable_skylake_sound.cfg rename to recipes-kernel/linux/linux-intel/disable_skylake_sound.cfg diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/recipes-kernel/linux/linux-intel_4.9.bb similarity index 100% rename from common/recipes-kernel/linux/linux-intel_4.9.bb rename to recipes-kernel/linux/linux-intel_4.9.bb diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-dev.bbappend rename to recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend rename to recipes-kernel/linux/linux-yocto-rt_4.10.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.12.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.12.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-rt_4.12.bbappend rename to recipes-kernel/linux/linux-yocto-rt_4.12.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend rename to recipes-kernel/linux/linux-yocto-rt_4.4.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.9.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.9.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-rt_4.9.bbappend rename to recipes-kernel/linux/linux-yocto-rt_4.9.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend rename to recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.12.bbappend b/recipes-kernel/linux/linux-yocto-tiny_4.12.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-tiny_4.12.bbappend rename to recipes-kernel/linux/linux-yocto-tiny_4.12.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend rename to recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend b/recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend rename to recipes-kernel/linux/linux-yocto-tiny_4.9.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto_%.bbappend rename to recipes-kernel/linux/linux-yocto_%.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_4.10.bbappend b/recipes-kernel/linux/linux-yocto_4.10.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto_4.10.bbappend rename to recipes-kernel/linux/linux-yocto_4.10.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_4.12.bbappend b/recipes-kernel/linux/linux-yocto_4.12.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto_4.12.bbappend rename to recipes-kernel/linux/linux-yocto_4.12.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto_4.4.bbappend rename to recipes-kernel/linux/linux-yocto_4.4.bbappend diff --git a/common/recipes-kernel/linux/linux-yocto_4.9.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend similarity index 100% rename from common/recipes-kernel/linux/linux-yocto_4.9.bbappend rename to recipes-kernel/linux/linux-yocto_4.9.bbappend diff --git a/common/recipes-kernel/lttng/lttng-modules/0002-lttng-modules-PKT-4.9-yocto-build-failed.patch b/recipes-kernel/lttng/lttng-modules/0002-lttng-modules-PKT-4.9-yocto-build-failed.patch similarity index 100% rename from common/recipes-kernel/lttng/lttng-modules/0002-lttng-modules-PKT-4.9-yocto-build-failed.patch rename to recipes-kernel/lttng/lttng-modules/0002-lttng-modules-PKT-4.9-yocto-build-failed.patch diff --git a/common/recipes-kernel/lttng/lttng-modules_%.bbappend b/recipes-kernel/lttng/lttng-modules_%.bbappend similarity index 100% rename from common/recipes-kernel/lttng/lttng-modules_%.bbappend rename to recipes-kernel/lttng/lttng-modules_%.bbappend diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.8.3.bb b/recipes-multimedia/libva/libva-intel-driver_1.8.3.bb similarity index 100% rename from common/recipes-multimedia/libva/libva-intel-driver_1.8.3.bb rename to recipes-multimedia/libva/libva-intel-driver_1.8.3.bb diff --git a/common/recipes-multimedia/libva/va-intel.bb b/recipes-multimedia/libva/va-intel.bb similarity index 100% rename from common/recipes-multimedia/libva/va-intel.bb rename to recipes-multimedia/libva/va-intel.bb diff --git a/common/recipes-multimedia/libyami/libyami-utils/0001-Fix-build-with-clang.patch b/recipes-multimedia/libyami/libyami-utils/0001-Fix-build-with-clang.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami-utils/0001-Fix-build-with-clang.patch rename to recipes-multimedia/libyami/libyami-utils/0001-Fix-build-with-clang.patch diff --git a/common/recipes-multimedia/libyami/libyami-utils_1.2.0.bb b/recipes-multimedia/libyami/libyami-utils_1.2.0.bb similarity index 100% rename from common/recipes-multimedia/libyami/libyami-utils_1.2.0.bb rename to recipes-multimedia/libyami/libyami-utils_1.2.0.bb diff --git a/common/recipes-multimedia/libyami/libyami/0001-bitWriter.cpp-Delete-unused-CACHEBYTES.patch b/recipes-multimedia/libyami/libyami/0001-bitWriter.cpp-Delete-unused-CACHEBYTES.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0001-bitWriter.cpp-Delete-unused-CACHEBYTES.patch rename to recipes-multimedia/libyami/libyami/0001-bitWriter.cpp-Delete-unused-CACHEBYTES.patch diff --git a/common/recipes-multimedia/libyami/libyami/0002-typecast-index-from-size_t-to-int.patch b/recipes-multimedia/libyami/libyami/0002-typecast-index-from-size_t-to-int.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0002-typecast-index-from-size_t-to-int.patch rename to recipes-multimedia/libyami/libyami/0002-typecast-index-from-size_t-to-int.patch diff --git a/common/recipes-multimedia/libyami/libyami/0003-Add-Wno-invalid-offsetof-to-compiler-commandline.patch b/recipes-multimedia/libyami/libyami/0003-Add-Wno-invalid-offsetof-to-compiler-commandline.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0003-Add-Wno-invalid-offsetof-to-compiler-commandline.patch rename to recipes-multimedia/libyami/libyami/0003-Add-Wno-invalid-offsetof-to-compiler-commandline.patch diff --git a/common/recipes-multimedia/libyami/libyami/0004-Typecast-POWER32SUB2-to-uint8_t.patch b/recipes-multimedia/libyami/libyami/0004-Typecast-POWER32SUB2-to-uint8_t.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0004-Typecast-POWER32SUB2-to-uint8_t.patch rename to recipes-multimedia/libyami/libyami/0004-Typecast-POWER32SUB2-to-uint8_t.patch diff --git a/common/recipes-multimedia/libyami/libyami/0005-move-c-definitions-out-of-extern-C-block.patch b/recipes-multimedia/libyami/libyami/0005-move-c-definitions-out-of-extern-C-block.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0005-move-c-definitions-out-of-extern-C-block.patch rename to recipes-multimedia/libyami/libyami/0005-move-c-definitions-out-of-extern-C-block.patch diff --git a/common/recipes-multimedia/libyami/libyami/0006-Avoid-namespace-conflicts-by-adding-explicit-using-n.patch b/recipes-multimedia/libyami/libyami/0006-Avoid-namespace-conflicts-by-adding-explicit-using-n.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0006-Avoid-namespace-conflicts-by-adding-explicit-using-n.patch rename to recipes-multimedia/libyami/libyami/0006-Avoid-namespace-conflicts-by-adding-explicit-using-n.patch diff --git a/common/recipes-multimedia/libyami/libyami/0007-Delete-unused-variables.patch b/recipes-multimedia/libyami/libyami/0007-Delete-unused-variables.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0007-Delete-unused-variables.patch rename to recipes-multimedia/libyami/libyami/0007-Delete-unused-variables.patch diff --git a/common/recipes-multimedia/libyami/libyami/0008-NalUnit-is-declared-in-different-namespace.patch b/recipes-multimedia/libyami/libyami/0008-NalUnit-is-declared-in-different-namespace.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0008-NalUnit-is-declared-in-different-namespace.patch rename to recipes-multimedia/libyami/libyami/0008-NalUnit-is-declared-in-different-namespace.patch diff --git a/common/recipes-multimedia/libyami/libyami/0009-Fix-clang-warnings.patch b/recipes-multimedia/libyami/libyami/0009-Fix-clang-warnings.patch similarity index 100% rename from common/recipes-multimedia/libyami/libyami/0009-Fix-clang-warnings.patch rename to recipes-multimedia/libyami/libyami/0009-Fix-clang-warnings.patch diff --git a/common/recipes-multimedia/libyami/libyami_1.2.0.bb b/recipes-multimedia/libyami/libyami_1.2.0.bb similarity index 100% rename from common/recipes-multimedia/libyami/libyami_1.2.0.bb rename to recipes-multimedia/libyami/libyami_1.2.0.bb diff --git a/common/recipes-rt/images/core-image-rt-sdk.bb b/recipes-rt/images/core-image-rt-sdk.bb similarity index 100% rename from common/recipes-rt/images/core-image-rt-sdk.bb rename to recipes-rt/images/core-image-rt-sdk.bb diff --git a/common/recipes-rt/images/core-image-rt.bb b/recipes-rt/images/core-image-rt.bb similarity index 100% rename from common/recipes-rt/images/core-image-rt.bb rename to recipes-rt/images/core-image-rt.bb diff --git a/common/recipes-selftest/images/files/incorrect.crt b/recipes-selftest/images/files/incorrect.crt similarity index 100% rename from common/recipes-selftest/images/files/incorrect.crt rename to recipes-selftest/images/files/incorrect.crt diff --git a/common/recipes-selftest/images/files/incorrect.key b/recipes-selftest/images/files/incorrect.key similarity index 100% rename from common/recipes-selftest/images/files/incorrect.key rename to recipes-selftest/images/files/incorrect.key diff --git a/common/recipes-selftest/images/files/refkit-db.crt b/recipes-selftest/images/files/refkit-db.crt similarity index 100% rename from common/recipes-selftest/images/files/refkit-db.crt rename to recipes-selftest/images/files/refkit-db.crt diff --git a/common/recipes-selftest/images/files/refkit-db.key b/recipes-selftest/images/files/refkit-db.key similarity index 100% rename from common/recipes-selftest/images/files/refkit-db.key rename to recipes-selftest/images/files/refkit-db.key diff --git a/common/recipes-selftest/images/secureboot-selftest-image-signed.bb b/recipes-selftest/images/secureboot-selftest-image-signed.bb similarity index 100% rename from common/recipes-selftest/images/secureboot-selftest-image-signed.bb rename to recipes-selftest/images/secureboot-selftest-image-signed.bb diff --git a/common/recipes-selftest/images/secureboot-selftest-image-unsigned.bb b/recipes-selftest/images/secureboot-selftest-image-unsigned.bb similarity index 100% rename from common/recipes-selftest/images/secureboot-selftest-image-unsigned.bb rename to recipes-selftest/images/secureboot-selftest-image-unsigned.bb diff --git a/common/recipes-support/sbsigntool/sbsigntool-native_git.bb b/recipes-support/sbsigntool/sbsigntool-native_git.bb similarity index 100% rename from common/recipes-support/sbsigntool/sbsigntool-native_git.bb rename to recipes-support/sbsigntool/sbsigntool-native_git.bb