diff --git a/conf/projects/intel-x86-64/config.conf b/conf/projects/intel-x86-64/config.conf new file mode 100644 index 000000000..02d18cfc0 --- /dev/null +++ b/conf/projects/intel-x86-64/config.conf @@ -0,0 +1,3 @@ +MACHINE = "intel-x86-64" +DISTRO = "yoe" +YOE_PROFILE = "yoe-glibc-systemd-wayland" diff --git a/conf/projects/intel-x86-64/layers.conf b/conf/projects/intel-x86-64/layers.conf new file mode 100644 index 000000000..206310042 --- /dev/null +++ b/conf/projects/intel-x86-64/layers.conf @@ -0,0 +1,18 @@ +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS = "\ + ${TOPDIR}/sources/meta-yoe \ + ${TOPDIR}/sources/meta-intel \ + ${TOPDIR}/sources/meta-openembedded/meta-filesystems \ + ${TOPDIR}/sources/meta-openembedded/meta-gnome \ + ${TOPDIR}/sources/meta-openembedded/meta-initramfs \ + ${TOPDIR}/sources/meta-openembedded/meta-multimedia \ + ${TOPDIR}/sources/meta-openembedded/meta-networking \ + ${TOPDIR}/sources/meta-openembedded/meta-oe \ + ${TOPDIR}/sources/meta-openembedded/meta-perl \ + ${TOPDIR}/sources/meta-openembedded/meta-python \ + ${TOPDIR}/sources/meta-openembedded/meta-webserver \ + ${TOPDIR}/sources/meta-openembedded/meta-xfce \ + ${TOPDIR}/sources/poky/meta \ +" diff --git a/docs/yoe-projects.md b/docs/yoe-projects.md index 79f37d2bf..f575c88db 100644 --- a/docs/yoe-projects.md +++ b/docs/yoe-projects.md @@ -46,6 +46,7 @@ Currently these projects are supported. - rpi4-64 - var-som-mx8 - visionfive2 +- intel-x86-64 ## Converting a project