-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic/Intel x86_64 support #950
Comments
@poett1 thanks for bringing this up and trying yoe distro !!, our default projects https://github.com/YoeDistro/yoe-distro/tree/master/conf/projects is based on what someone provided and maintains, for x86 we have qemux86 and qemux86-64 projects which are fairly well tested but we do not have projects supporting machines from meta-intel. We can add that if some contributions were made. |
I'm hoping to use yoe distro soon for the Intel NUC to replace a home grown arch linux based distro. I'm new to Yocto but would love to learn how to help add x86_64 back into yoe. |
@granitepeak99 awesome !, all you would need is to readd meta-intel to submodule list ( you can use |
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.
Hello,
I noticed that this distro previously supported x86_64 CPUs in older branches. The meta-intel layer is still present in the submodules; however, the configuration files for these CPUs seem to be missing in conf/projects. Are there any plans to reintroduce support for x86_64 architectures in the near future?
Thanks a lot!
The text was updated successfully, but these errors were encountered: