snap-nitrogen6x:classic

Last commit made on 2019-11-05
Get this branch:
git clone -b classic https://git.launchpad.net/snap-nitrogen6x
Members of Canonical Foundations Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
classic
Repository:
lp:snap-nitrogen6x

Recent commits

5c28667... by Łukasz Zemczak

Add missing SERIES_HOST.

0c625a7... by Łukasz Zemczak

First try on cleaning up the classic part of the gadget and making it actually build (and work).

f577e60... by jeremyszu

Remove unnecessary variables

1. Correct the source of uboot-imx in Makefile
2. Remove vendor specific variables from boot.scr.in due to this gadget
snap should focus on supporting iMAX6.
3. Correct some typo and unnecessary parameters.

c110be1... by jeremyszu

Integrate gadget for both classic and core

1. For Classic,
1.1. Require parts:
      - uboot-fw # Uboot firmware
      - uboot-bootscript # Boot script
      - cloud-init-configs # Cloud-init configs
      - devicetrees # Device tree
2. For Core,
2.1. Require parts:
      - uboot-fw # Uboot firmware
      - uboot-env # Uboot environment
3. gadget.yaml is compitable for both core and classic
4. boot.scr.in should be compitable for both core and classic if required
    snap_* kernel arguments could be added in uboot.env (even if
    uboot.env.in doesn't exist) or boot.scr.in.
5. snap.yaml was be generated manually.
6. snapcraft.yaml describes all parts those are both classic and core needed
    and the build.sh will build their corresponding required parts by
    giving --classic or --core.

3423f93... by ethan.hsieh

Init commit