Category:OpenEmbedded: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) No edit summary |
|||
(17 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
https://upload.wikimedia.org/wikipedia/commons/1/1f/Oe-logo.png |
https://upload.wikimedia.org/wikipedia/commons/1/1f/Oe-logo.png |
||
[https://openembedded.org OpenEmbedded] provides a cross-compile environment to create custom Linux-based systems for ARM and x86 hardware devices. Since 2012, it has supported building Xen via the [https://layers.openembedded.org/layerindex/branch/master/layer/meta-virtualization/ meta-virtualization] layer which also supports libvirt, KVM and containers. |
[https://openembedded.org OpenEmbedded] provides a cross-compile environment to create custom Linux-based systems for ARM and x86 hardware devices. Since 2012, it has supported building Xen via the [https://layers.openembedded.org/layerindex/branch/master/layer/meta-virtualization/ meta-virtualization] layer which also supports libvirt, KVM and containers. |
||
== Resources == |
== OE Resources == |
||
* Yocto: [https://www.yoctoproject.org/sites/default/files/ypdd-2016.04-san_diego_1.pdf Introduction (2016)] – [http://elinux.org/images/a/a8/Getting_Started_with_Embedded_Linux-_Using_the_Yocto_Project_to_Build_your_Own_Custom_Embedded_Linux_Distribution.pdf Ecosystem (2015)] – [http://free-electrons.com/doc/training/yocto/yocto-slides.pdf Training (2017)] |
|||
⚫ | |||
* Bitbake: [https://a4z.bitbucket.io/docs/BitBake/guide.html guide (2016)] – [http://www.yoctoproject.org/docs/2.3.1/bitbake-user-manual/bitbake-user-manual.html manual (2017)] |
|||
⚫ | |||
* Automotive Grade Linux [https://wiki.automotivelinux.org/eg-virt Virtualization Expert Group] |
|||
== Tutorials == |
== OE+Xen Tutorials == |
||
* [https://www.mail-archive.com/xen-devel@lists.xen.org/msg114825.html Build tools for Xen and OpenEmbedded], Oleksandr Andrushchenko, EPAM (2017) |
|||
⚫ | |||
* [http://linux.globallogic.com/materials/presentations/Stream%201/Roman%20Shaposhnikov-%20How%20to%20create%20and%20support%20your%20own%20embedded%20Linux%20distro.pdf How to create and support your own embedded Linux distro], Roman Shaposhnikov, Global Logic (2017) |
|||
⚫ | |||
* [https://twobit.us/2013/11/openembedded-xen-network-driver-vm/ OpenEmbedded Xen Network Driver VM] (2013) |
* [https://twobit.us/2013/11/openembedded-xen-network-driver-vm/ OpenEmbedded Xen Network Driver VM] (2013) |
||
== Presentations == |
== Presentations == |
||
* Xen and the Art of Embedded Systems Virtualization, Stefano Stabellini: [https://youtube.com/watch?v=GYb-Qn3KAUM video] (2017) |
* Xen and the Art of Embedded Systems Virtualization, Stefano Stabellini: [https://youtube.com/watch?v=GYb-Qn3KAUM video], [https://www.slideshare.net/mobile/StefanoStabellini/xen-and-the-art-of-embedded-virtualization-elc-2017 slides] (2017) |
||
* OpenXT: Xen and OpenEmbedded on x86, Christopher Clark: [https://m.youtube.com/watch?v=nP-j_4K0T_0 video], [http://schd.ws/hosted_files/xensummit2016/c4/The%20OpenXT%20Project%20in%202016%20-%20Xen%20Developer%20Summit%20-%20Christopher%20Clark.pdf slides] (2016) |
* OpenXT: Xen and OpenEmbedded on x86, Christopher Clark: [https://m.youtube.com/watch?v=nP-j_4K0T_0 video], [http://schd.ws/hosted_files/xensummit2016/c4/The%20OpenXT%20Project%20in%202016%20-%20Xen%20Developer%20Summit%20-%20Christopher%20Clark.pdf slides] (2016) |
||
* Xen Automotive, Alex Agizim: [http://events.linuxfoundation.org/sites/events/files/slides/Xen%20Automotive%20RC1.pdf slides] (2014) |
|||
== Projects/Products using Xen and OpenEmbedded == |
== Projects/Products using Xen and OpenEmbedded == |
||
* [http://dornerworks.com/xen/xilinxxen DornerWorks] |
* [http://dornerworks.com/xen/xilinxxen DornerWorks] |
||
* [https://epam.com EPAM] |
* [https://epam.com EPAM] [https://github.com/xen-troops xen-troops] |
||
* [https://cdn10.globallogic.com/wp-content/uploads/2016/12/GlobalLogic-Nautilus-Platform.pdf Global Logic Nautilus] |
|||
* [http://openxt.org/history/ OpenXT] |
* [http://openxt.org/history/ OpenXT] |
||
* [https://starlab.io/products/crucible/ Star Lab Crucible] |
* [https://starlab.io/products/crucible/ Star Lab Crucible] |
||
Line 26: | Line 34: | ||
[[Category:Yocto]] |
[[Category:Yocto]] |
||
[[Category:Embedded]] |
|||
[[Category:Embedded_and_Automotive]] |
|||
[[Category:XenARM]] |
Latest revision as of 16:57, 14 May 2019
OpenEmbedded provides a cross-compile environment to create custom Linux-based systems for ARM and x86 hardware devices. Since 2012, it has supported building Xen via the meta-virtualization layer which also supports libvirt, KVM and containers.
OE Resources
- Yocto: Introduction (2016) – Ecosystem (2015) – Training (2017)
- Bitbake: guide (2016) – manual (2017)
- OE meta-virtualization mailing list
- Automotive Grade Linux Virtualization Expert Group
OE+Xen Tutorials
- Build tools for Xen and OpenEmbedded, Oleksandr Andrushchenko, EPAM (2017)
- How to create and support your own embedded Linux distro, Roman Shaposhnikov, Global Logic (2017)
- Customizing a Linux OS for Thin Clients using Intel BSPs and the Yocto Project, Intel (2016)
- OpenEmbedded Xen Network Driver VM (2013)
Presentations
- Xen and the Art of Embedded Systems Virtualization, Stefano Stabellini: video, slides (2017)
- OpenXT: Xen and OpenEmbedded on x86, Christopher Clark: video, slides (2016)
- Xen Automotive, Alex Agizim: slides (2014)
Projects/Products using Xen and OpenEmbedded
Pages in category "OpenEmbedded"
The following 7 pages are in this category, out of 7 total.