forked from YoeDistro/yoe-distro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
f1187d3
commit e4de8e4
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters