~timchen119/snappy-hwe-snaps/+git/pc-amd64-gadget-cpc:staging

Last commit made on 2017-11-16
Get this branch:
git clone -b staging https://git.launchpad.net/~timchen119/snappy-hwe-snaps/+git/pc-amd64-gadget-cpc
Only Tim Chen can upload to this branch. If you are Tim Chen please log in for upload directions.

Branch merges

Branch information

Recent commits

9338453... by Tim Chen

make building on canonistack works

e31f743... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch grub-modules

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/pc-amd64-gadget-cpc/+merge/332454

Author: Gary.Wang <email address hidden>

Add non-snappy specific grub modules for bootable image of grub.

1.We now limit a bootable image with only snappy-specific GRUB
  modules. For classic image creation(cpc or server), we'd include
  non-snappy specific modules as well.
2.The kernel version now is hardcoded in grub.cfg, which doesn't look
  good. We always have the latest kernel pre-installed during the
  rootfs generation. Also we have gadget_tree in place in advance but
  have no idea which exact kernel version number it is. Probably we'd
  get rid of kernel version number in the printout to keep it simple.

c1434fd... by Gary.Wang

Add non-snappy specific grub modules for bootable image of grub.

1.We now limit a bootable image with only snappy-specific GRUB
modules. For classic image creation(cpc or server), we'd include
non-snappy specific modules as well.
2.The kernel version now is hardcoded in grub.cfg, which doesn't look
good. We always have the latest kernel pre-installed during the
rootfs generation. Also we have gadget_tree in place in advance but
have no idea which exact kernel version number it is. Probably we'd
get rid of kernel version number in the printout to keep it simple.

81ccdab... by Alfonso Sanchez-Beato

Adjust system size again

b859b89... by Alfonso Sanchez-Beato

Increase system partition size

351084c... by Alfonso Sanchez-Beato

Explicitly create system partition

... so we can specify the partition size.

201062d... by Gary.Wang

Add grub-cpc.cfg to support cloud image creation.

ede7df2... by Steve Langasek

bump version

d94852c... by Mathieu Trudel-Lapierre

Merge pull request #5 from snapcore/build-from-source

Build the gadget snap from the current .debs in Ubuntu archive

fb21796... by Steve Langasek

explicitly set the high bits of the address within the image

This field currently defaults to all zeroes, but it's better to be explicit;
thanks to Matt for the advice