Skip to content

Overview_510

John Jacques edited this page May 2, 2023 · 3 revisions

Overview

This repository contains the port of Yocto Linux to Axxia.

Branches

Some branches are duplicates of the branches with the same name from the Yocto Linux branch at git://git.yoctoproject.org/linux-yocto. Those branches are

  • master
  • v5.10/standard/base
  • v5.10/standard/preemp-rt/base

Once the first round of up-streaming has been done, the following will also be available.

  • v5.10/standard/axxia/base
  • v5.10/standard/preempt-rt/axxia/base

The following local development branches contain commits that have not yet been accepted by the Yocto project.

  • v5.10/standard/axxia-dev/base
  • v5.10/standard/preempt-rt/axxia-dev/base

Occasionally, some of the branches get renamed or recreated to clean up the commit history. This makes it impossible to update clones. When this happens, existing clones can no longer be used. An attempt is made to communicate this, but because there is no connection between clones and the repository, it is not possible to be sure everyone gets notified. If 'git pull' fails, try a fresh clone.

The original branch is saved in case commit history etc. is needed. Here are the changes and the names of the saved branches. Note that the early branches are not available in the public repository.

For releases through axxia_gen2_510_[rt_]1.6 use

v5.10/standard/axxia-dev/base-1.6
v5.10/standard/preempt-rt/axxia-dev/base-1.6

For releases after axxia_gen2_510_[rt_]1.6 through axxia_gen2_510_[rt_]1.15 use

v5.10/standard/axxia-dev/base-1.15
v5.10/standard/preempt-rt/axxia-dev/base-1.15

For releases after axxia_gen2_510_[rt_]1.15 through axxia_gen2_510_[rt_]1.18 use

v5.10/standard/axxia-dev/base-1.18
v5.10/standard/preempt-rt/axxia-dev/base-1.18

For axxia_gen2_510_[rt_]1.19 use

v5.10/standard/axxia-dev/base-1.19
v5.10/standard/preempt-rt/axxia-dev/base-1.19

After that, use

  v5.10/standard/axxia-dev/base
  v5.10/standard/preempt-rt/axxia-dev/base

Clone this wiki locally