Difference between revisions of "AIMLinux/AddOn/Distribution"

From ESS-WIKI
Jump to: navigation, search
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that is based upon the Linux kernel and, often, a package management system
 +
 
= Yocto =
 
= Yocto =
  
== What is Yocto ==
+
<big>'''[https://www.yoctoproject.org/ What is Yocto]'''</big>
  
 
The Yocto Project (YP) is an open-source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture.
 
The Yocto Project (YP) is an open-source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture.
Line 7: Line 9:
 
We may hear Poky and Openembedded term, below describe the relationship between Yocto, Poky, and OE.
 
We may hear Poky and Openembedded term, below describe the relationship between Yocto, Poky, and OE.
  
[https://www.yoctoproject.org/wp-content/uploads/2018/02/yp-diagram-overview.png https://www.yoctoproject.org/wp-content/uploads/2018/02/yp-diagram-overview.png]
+
[[File:Yp-diagram-overview.png|500px|Yp-diagram-overview.png]]
 +
 
 +
{| border="2"
 +
|-
 +
! Codename
 +
! Yocto Project Version
 +
! Release Date
 +
! Current Version
 +
! Support Level
 +
! Poky Version
 +
! BitBake branch
 +
|-
 +
| Gatesgarth
 +
| 3.2
 +
| Oct 2020
 +
|
 +
| Dreaming
 +
| 24.0
 +
| 1.48
 +
|-
 +
| Dunfell
 +
| 3.1
 +
| April 2020
 +
|
 +
| Dev
 +
| 23.0
 +
| 1.46
 +
|-
 +
| Zeus
 +
| 3.0
 +
| October 2019
 +
| 3.0.2
 +
| Stable
 +
| 22.0
 +
| 1.44
 +
|-
 +
| Warrior
 +
| 2.7
 +
| April 2019
 +
| 2.7.3
 +
| Stable
 +
| 21.0
 +
| 1.42
 +
|-
 +
| Thud
 +
| 2.6
 +
| Nov 2018
 +
| 2.6.4
 +
| Community
 +
| 20.0
 +
| 1.40
 +
|-
 +
| Sumo
 +
| 2.5
 +
| April 2018
 +
| 2.5.3
 +
| EOL
 +
| 19.0
 +
| 1.38
 +
|-
 +
| Rocko
 +
| 2.4
 +
| Oct 2017
 +
| 2.4.4
 +
| EOL
 +
| 18.0
 +
| 1.36
 +
|-
 +
| Pyro
 +
| 2.3
 +
| May 2017
 +
| 2.3.4
 +
| EOL
 +
| 17.0
 +
| 1.34
 +
|-
 +
| Morty
 +
| 2.2
 +
| Nov 2016
 +
| 2.2.4
 +
| EOL
 +
| 16.0
 +
| 1.32
 +
|-
 +
| Krogoth
 +
| 2.1
 +
| Apr 2016
 +
| 2.1.3
 +
| EOL
 +
| 15.0
 +
| 1.30
 +
|}
  
 
= Ubuntu =
 
= Ubuntu =
 +
 +
<big>'''[https://ubuntu.com/ What is Ubuntu]'''</big>
 +
 +
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things
 +
 +
{| border="2" cellspacing="2" cellpadding="1" style="width:500px;"
 +
|-
 +
| Codename<br/>
 +
| Version<br/>
 +
| Release date<br/>
 +
|-
 +
| [https://wiki.ubuntu.com/FocalFossa Focal Fossa]<br/>
 +
| Ubuntu 20.04 LTS<br/>
 +
| NA
 +
|-
 +
| [https://wiki.ubuntu.com/BionicBeaver Bionic Beaver]<br/>
 +
| Ubuntu 18.04 LTS<br/>
 +
| Apr 2018
 +
|-
 +
| [https://wiki.ubuntu.com/XenialXerus Xenial Xerus]<br/>
 +
| Ubuntu 16.04 LTS<br/>
 +
| Apr 2016
 +
|-
 +
| [https://wiki.ubuntu.com/TrustyTahr Trusty Tahr]<br/>
 +
| Ubuntu 14.04 LTS<br/>
 +
| Apr 2014
 +
|}
 +
 +
'''[[IoTGateway/BSP/Linux/iMX6/BuildingUbuntuRootfs|How to make your Ubuntu image in the ARM platform?]]'''
  
 
= Debian =
 
= Debian =
 +
 +
<big>'''[https://www.debian.org/ What is Debian]'''</big>
 +
 +
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run.
 +
 +
{| border="2" cellspacing="2" cellpadding="1" style="width:500px;"
 +
|-
 +
| Codename<br/>
 +
| &nbsp;Version<br/>
 +
| Release date
 +
|-
 +
| [https://www.debian.org/releases/bullseye/ Bullsey]<br/>
 +
| 11
 +
| NA
 +
|-
 +
| [https://www.debian.org/releases/buster/ Buster]<br/>
 +
| 10
 +
| Jul 2019
 +
|-
 +
| [https://www.debian.org/releases/stretch/ Stretch]<br/>
 +
| 9
 +
| Jun 2017
 +
|-
 +
| [http://www.debian.org/releases/jessie/ Jessie]<br/>
 +
| 8
 +
| Apr 2015
 +
|}
 +
 +
'''[[IoTGateway/BSP/Linux/iMX6/How_To_Update_Ubuntu/Debian_Rootfs|How to make your Debian image in the ARM platform?]]'''

Latest revision as of 11:58, 23 March 2020

A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that is based upon the Linux kernel and, often, a package management system

Yocto

What is Yocto

The Yocto Project (YP) is an open-source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture.

We may hear Poky and Openembedded term, below describe the relationship between Yocto, Poky, and OE.

Yp-diagram-overview.png

Codename Yocto Project Version Release Date Current Version Support Level Poky Version BitBake branch
Gatesgarth 3.2 Oct 2020 Dreaming 24.0 1.48
Dunfell 3.1 April 2020 Dev 23.0 1.46
Zeus 3.0 October 2019 3.0.2 Stable 22.0 1.44
Warrior 2.7 April 2019 2.7.3 Stable 21.0 1.42
Thud 2.6 Nov 2018 2.6.4 Community 20.0 1.40
Sumo 2.5 April 2018 2.5.3 EOL 19.0 1.38
Rocko 2.4 Oct 2017 2.4.4 EOL 18.0 1.36
Pyro 2.3 May 2017 2.3.4 EOL 17.0 1.34
Morty 2.2 Nov 2016 2.2.4 EOL 16.0 1.32
Krogoth 2.1 Apr 2016 2.1.3 EOL 15.0 1.30

Ubuntu

What is Ubuntu

Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things

Codename
Version
Release date
Focal Fossa
Ubuntu 20.04 LTS
NA
Bionic Beaver
Ubuntu 18.04 LTS
Apr 2018
Xenial Xerus
Ubuntu 16.04 LTS
Apr 2016
Trusty Tahr
Ubuntu 14.04 LTS
Apr 2014

How to make your Ubuntu image in the ARM platform?

Debian

What is Debian

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run.

Codename
 Version
Release date
Bullsey
11 NA
Buster
10 Jul 2019
Stretch
9 Jun 2017
Jessie
8 Apr 2015

How to make your Debian image in the ARM platform?