Skip to content

Commit

Permalink
Add support for Intel x86-64
Browse files Browse the repository at this point in the history
Related to YoeDistro#950

Add support for Intel x86_64 architecture.

* Add `conf/projects/intel-x86-64/config.conf` with machine, distro, and profile settings.
* Add `conf/projects/intel-x86-64/layers.conf` with necessary layers for Intel x86_64 hardware.
* Update `docs/yoe-projects.md` to include the new Intel x86_64 project in the list of supported projects.
  • Loading branch information
vishwamartur committed Nov 29, 2024
1 parent f1187d3 commit e4de8e4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/projects/intel-x86-64/config.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MACHINE = "intel-x86-64"
DISTRO = "yoe"
YOE_PROFILE = "yoe-glibc-systemd-wayland"
18 changes: 18 additions & 0 deletions conf/projects/intel-x86-64/layers.conf
Original file line number Diff line number Diff line change
@@ -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 \
"
1 change: 1 addition & 0 deletions docs/yoe-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Currently these projects are supported.
- rpi4-64
- var-som-mx8
- visionfive2
- intel-x86-64

## Converting a project

Expand Down

0 comments on commit e4de8e4

Please sign in to comment.