~fisterra-team/fisterra/+git/nitrogen6x-gadget:18-classic

Last commit made on 2020-06-17
Get this branch:
git clone -b 18-classic https://git.launchpad.net/~fisterra-team/fisterra/+git/nitrogen6x-gadget
Members of The Fisterra team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

1a6382b... by jeremyszu

correct args as an array

1c8a737... by jeremyszu

fix warning from shellcheck

9a1c073... by jeremyszu

fix build fail when using snapcraft from snap repo

3895908... by ethan.hsieh

Add necessary variables

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