558 Commits

Author SHA1 Message Date
Balint Reczey
ce664be75f Import patches-unapplied version 2.408.27 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6be108d84763e754152b03b31ff01998edc673bb

New changelog entries:
  * Don't ask for password and GECOS while creating vagrant user
    (LP: #1569237)
  * Added a "vagrant" user to the vagrant image in addition to the "ubuntu"
    user, in accordance with the vagrant community's expectations (LP: #1569237)
2018-01-03 17:38:36 +00:00
Balint Reczey
6be108d847 Import patches-unapplied version 2.408.25 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 4c3694d4a2b50dd2faa9ee66575645d5b3315179

New changelog entries:
  * Sort and list dependencies nicely
  * Depend on packages instead of installing them at run time
  * Use xz -T4 instead of pxz.
    Supported xz versions before 5.2 accept the -T4 option but ignore it.
    Also depend on xz-utils instead of downloading pxz. (LP: #1701132)
2017-12-07 21:00:00 +00:00
Łukasz 'sil2100' Zemczak
4c3694d4a2 Import patches-unapplied version 2.408.24 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 16c064a241388be65a8193c001dffb05d5a028fc

New changelog entries:
  * For the IMAGEFORMAT=none parts to work for ubuntu-image classic builds, we
    need to make sure IMAGEFORMAT is preserved and not overwritten if defined.
    Backporting from artful.
2017-11-21 19:34:14 +00:00
Steve Langasek
16c064a241 Import patches-unapplied version 2.408.23 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 118c6476a962cbdc0a61dd8384f65265a9cb8e98

New changelog entries:
  [ Gary Wang ]
  * Add the IMAGEFORMAT=none to support generating a single rootfs
    (LP: #1730642)
  [ Christopher Glass (Ubuntu) ]
  * Backport "minimized round 2" changes from trunk to Xenial (LP: #1731492)
  * Remove apt, debconf, dpkg cruft files from /var/cache and /var/lib in
    all our livefses.
  * Pass --cache false to lb config; otherwise we copy around caches of
    .debs that are never used properly, and which prevent us from emptying
    /var/cache/apt in images.
  * When building minimized cloud images, remove various packages that we
    don't want installed by default.  Some are tools that aren't needed for
    non-interactive use; some are libraries whose reverse-dependencies
    will have already been removed; and one, open-vm-tools, should only be
    included in images that are targeted to VMWare (which is not the case
    for any of the current minimal images), rather than being included
    directly in the cloud-image seed.
2017-11-16 20:58:29 +00:00
Steve Langasek
118c6476a9 Import patches-unapplied version 2.408.22 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 09a02366158f903528da1e2c083407c75a2f7a18

New changelog entries:
  * Make sure to remove any initramfs that was generated in a minimized
    image.
  * divert /usr/bin/systemd-detect-virt as part of the grub diversions, so
    that the grub kernel postinst hook is operational when we're building
    in a container.  LP: #1729034.
2017-10-31 23:59:05 +00:00
Steve Langasek
09a0236615 Import patches-unapplied version 2.408.21 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 8cc7060c24b61c30d5f5dc4f224916f2c2f40132

New changelog entries:
  [ Balint Reczey ]
  * Use kvm kernel only on amd64.
  * Make non-x86 minimized images consistent with x86 by not explicitly
    installing the server task.
  * Clean up dangling /boot/initrd.img symlink left behind on minimized
    builds.
2017-10-21 06:28:15 +00:00
Dimitri John Ledkov
8cc7060c24 Import patches-unapplied version 2.408.20 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: d59199fe59fa2649ca5dccd2bc03df6de64d7274

New changelog entries:
  * Now that grub-related diversions have been factored out in 2.466
    instead of having bogus root=stuff arg generated in grub.cfg, it is
    actually empty. Therefore update the sed command to make the arg in
    the root= token optional. This should resolve non-booting livecd cpc
    images.
  [ Nishanth Aravamudan ]
  * live-build/ubuntu-cpc/hooks/061-open-iscsi.chroot: generate iSCSI
    Initiator Name at first iscsid run for cloud images to ensure it is
    unique (LP: #1444992).
  [ Steve Langasek ]
  * Improve teardown_mountpoint to recursively find all submounts and
    unmount them, instead of working from a hard-coded list.  This makes
    the code resilient against other submounts being added later, including
    downstream.  LP: #1721279.
  * Also nuke the sleep / udevadm settle calls in the process, which should
    never be required and slow down the builds.
  * Fix a reference to an undefined variable in a script that's set -u.
  * Use /bin/sh, not /bin/bash, for autopkgtest.
  * debian/tests/default-bootstraps: minor adjustments to shell syntax,
    syncing with artful where this originated.
  [ Steve Langasek, Balint Reczey ]
  * Introduce a new project-independent 'minimized' subproject
    (LP: #1721261):
    - omit ubuntu-minimal in favor of using only the minbase package set.
    - boot directly by partuuid, avoiding the use of an initramfs.
    - Bump needed live-build version which can build images without initrd
    - drop man pages and most of the documentation from minimized images
      (/usr/share/doc/*/copyright and changelog.Debian.gz files are still
      kept)
    - Add unminimize script for reverting minimization on a running system
    - Mention unminimize script in motd
    - Run autopkgtest for SUBPROJECT=minimized
    - If we're using SUBPROJECT=minimized, and tzdata is not installed,
      remove files that have been left behind.  This is a workaround for a
      bug that should be fixed in tzdata.
  * Factor out grub-related diversions and use them consistently, so we
    don't end up with wrong os-probe output in our grub.cfg.
  [ Balint Reczey ]
  * Mount using --make-rslave to ensure safe unmounts for rbind mounts
  * When SUBPROJECT environment variable is not set assume it to be ""
2017-10-19 23:03:14 +00:00
Steve Langasek
d59199fe59 Import patches-unapplied version 2.408.18 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 803cf10633714ca2289646de61a9952a420232e0

New changelog entries:
  [ Robert C Jennings ]
  * Install udev before calls to udevadm
2017-09-14 05:43:43 +00:00
Steve Langasek
803cf10633 Import patches-unapplied version 2.408.17 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: d980e7008da283668653a90e6ee574b05dc19d74

New changelog entries:
  [ Robert C Jennings ]
  * live-build/ubuntu-cpc/functions: Add a function, teardown_mountpoint,
    to reverse the work done in setup_mountpoint.  Lack of this function
    has forced users of setup_mountpoint to implement this separately
    and the implementations have diverged. (LP: #1716992)
  * live-build/ubuntu-cpc/functions: Remove umount_settle function.
    The was only used where teardown_mountpoint was lacking.
2017-09-13 19:48:39 +00:00
Steve Langasek
d980e7008d Import patches-unapplied version 2.408.16 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: aee4e79c87bc904e07c71ea30b16055335d55ef7

New changelog entries:
  * live-build/ubuntu-cpc/functions: call apt-get update in the chroot
    after mounting a blank /var/lib/apt, so that further operations work
    as expected; otherwise, 'apt-get purge ^grub-.*' fails on s390x because
    no such packages are known to apt.
  * live-build/ubuntu-cpc/hooks/030-root-tarball.binary: correct a missing
    unmount of /var/{lib,cache}/apt on cleanup, detected via autopkgtests.
2017-09-12 21:43:13 +00:00
Steve Langasek
aee4e79c87 Import patches-unapplied version 2.408.15 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 2473668b91bf1e0c83f8160377ba7de3364657b0

New changelog entries:
  [ Mathieu Trudel-Lapierre ]
  * Drop preloading of grub modules that are built into the grub signed
    image.  This is functionally a no-op, changed only to clean up the code.
  [ Steve Langasek ]
  * live-build/ubuntu-cpc/functions: mount tmpfs on /var/cache/apt and
    /var/lib/apt, so we don't have to leave empty space in our derivative
    images for packages that have been downloaded/installed/removed.  This
    normally isn't relevant for the installed system, since the root
    filesystem will auto-expand in place on the target disk, but lets us
    ship smaller images.
  * live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: call apt-get
    update *before* installing packages, not after.
  [ Colin Watson ]
  * Mount and unmount /dev recursively, to cope with setups where there are
    interesting bind-mounts under /dev (e.g. loop devices bind-mounted by
    LXD).  LP: #1716465.
  [ Balint Reczey ]
  * Fix suppression of kpartx error.  LP: #1684090.
2017-09-11 22:23:17 +00:00
Adam Conrad
2473668b91 Import patches-unapplied version 2.408.14 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: eeac687884e224149959c63fab9ff6f00e5bb260

New changelog entries:
  * live-build/auto/config: Filter libgles1-mesa out of tasks, as it is not a
    dependency of anything in updates anymore, fixing mate/myth (LP: #1704013)
2017-07-12 23:03:12 +00:00
Steve Langasek
eeac687884 Import patches-unapplied version 2.408.13 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: eea56e02ae121482387ddc2206bc27de53f2627c

New changelog entries:
  [ Balint Reczey ]
  * Source ubuntu-cpc functions from the right place
  * Use all config hooks from the proper place, not from /build/
  * Add basic but configurable autopkgtest (LP: #1690440)
  * sync before calling kpartx to let writing to loop devices finish
  * wrap kpartx and trap spurious errors, to work around kpartx
    unreliability.
2017-06-13 13:58:45 +00:00
Robert C Jennings
eea56e02ae Import patches-unapplied version 2.408.12 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: f4c4fa3fcc4b5a9fff8a56c4bb21dada6239c0a0

New changelog entries:
  * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.
    (LP: #1687752)
2017-05-11 19:50:29 +00:00
Daniel Watkins
f4c4fa3fcc Import patches-unapplied version 2.408.11 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: af583de4a48845e6e00f199b4fc4eda3e7091efb

New changelog entries:
  * Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
    sources.
2017-04-08 06:58:13 +00:00
Daniel Watkins
af583de4a4 Import patches-unapplied version 2.408.10 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6227a6abfb06b6c4786e8e366820806d00bb95a8

New changelog entries:
  [ Adam Conrad ]
  * Fix security mirror sources.list entries for non-x86 architectures.
    (LP: #1679252)
2017-04-04 16:13:42 +00:00
Robert C Jennings
6227a6abfb Import patches-unapplied version 2.408.9 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 7b0112eea72aa1b63afa8ea110f70b6442c544b9

New changelog entries:
  [ Daniel Watkins ]
  * Don't overwrite the default sources.list in cloud images.
  * Replace sources.list generated using COMPONENTS with the sources.list from
    an Ubuntu Server installation (i.e. with all components enabled, and all
    deb-src lines commented).  LP: #1513529.
  [ Chris Glass ]
  * Fix the manifest generation in OVA files so that ovf files don't have
    double extensions.  (LP: #1627931)
  * Fix the OVF's metadata to include Ubuntu specific identifiers and
    descriptions instead of the generic Linux ones.  (LP: #1656293) 
  [ Daniel Watkins ]
  * Add replace_grub_root_with_label function thereby consolidating multiple
    uses of the same calls to sed.
  [ Robert C Jennings ]
  * ubuntu-cpc: Remove redundant copy of grub files. (LP: #1637290)
2017-03-23 20:18:25 +00:00
Adam Conrad
7b0112eea7 Import patches-unapplied version 2.408.8 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 2fa15a5c3bd953c71579d5b9a454384e5bcde0e4

New changelog entries:
  * Set device_tree_address for the new kernel in the RPi bootloader config.txt
2017-02-16 17:43:33 +00:00
Adam Conrad
2fa15a5c3b Import patches-unapplied version 2.408.7 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: dd53f8297fccb2a15f3f1a5b675c968e410676c6

New changelog entries:
  [ Łukasz 'sil2100' Zemczak ]
  * Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in
    the gles version of the UITK.
  * Now that we have have systemd working on ubuntu-touch, remove the
    systemd-sysv- in add_package config to make sure we can build an image with
    systemd as the init system.
  [ Adam Conrad ]
  * Forward-port hardware enablement delta from trusty to xenial, with changes:
    - Implement hwe stack swapping as task filters instead of install hints
    - Revert ubuntu-desktop and ubuntu-gnome to use tasks again for the above
2017-02-09 11:23:28 +00:00
Łukasz 'sil2100' Zemczak
dd53f8297f Import patches-unapplied version 2.408.5 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: c4386e711c93bc32c872f3d8b63665209f0b7124

New changelog entries:
  * Temporarily change the 60-install-click.chroot script to pull in clicks for
    arm64 builds from a different location for ubuntu-touch.
  * Add the new dhcpd user to touch hooks introduced by latest archive changes.
  * Remove the ubuntu-pd project logic.
  * Synced ubuntu-touch-custom changes from the vivid branch to xenial. This
    also adds a new symlink called ubuntu-touch-custom to the ubuntu-touch hooks
    dir.
  * Stop using the overlay PPA for touch livecd-rootfs changes (LP: #1628085).
2016-09-29 19:24:12 +00:00
Steve Langasek
c4386e711c Import patches-unapplied version 2.408.4 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 00897d2a2a5282c4639eb4b8f5f950e5c401e1ef

New changelog entries:
  * live-build/ubuntu-cpc/hooks/042-vagrant.binary: fix unmount handling
    so that the teardown is done properly /before/ we try to make an
    image from our filesystem, since otherwise /etc/resolv.conf is broken.
    LP: #1621393.
2016-09-12 22:49:21 +00:00
Brian Murray
00897d2a2a Import patches-unapplied version 2.408.3 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 560feadb4d082d7e6da922f0cfef0c1e3e3ddc58

New changelog entries:
  [ Louis Zuckerman ]
  * Fixes for vagrant box builder in ubuntu-cpc LP: #1565985
    - Install virtualbox-guest-utils
    - Don't disable default synced folder
    - Don't set vm name
    - Add cloud-init config to manage /etc/hosts LP: #1561250
2016-08-31 15:29:33 +00:00
Adam Conrad
560feadb4d Import patches-unapplied version 2.408.2 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: d8441fd70eb2b92c953fc4c76c6722b03e4a57e0

New changelog entries:
  * Switch ubuntu-gnome from using tasks to metapackages (LP: #1602035)
2016-07-20 17:04:06 +00:00
Steve Langasek
d8441fd70e Import patches-unapplied version 2.408.1 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 689e55f0319ec31a6f24b3ba033019fd75343533

New changelog entries:
  * Rename old ubuntu-core tarballs to ubuntu-base, for consistency with
    the changes already made to yakkety and the ubuntu-cdimage project.
    LP: #1579950.
2016-05-11 16:44:03 +00:00
Oliver Grawert
689e55f031 Import patches-unapplied version 2.408 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: c0750e3a3f06faaf0ed9f2e63e9c3ebb64eeba7f

New changelog entries:
  * drop linux-firmware-raspi2, it does not actually contain driver
    firmware but bootloaders (and fails to install if its target dir
    is missing).
2016-04-21 13:23:58 +00:00
Oliver Grawert
c0750e3a3f Import patches-unapplied version 2.407 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: a8b139028ef285bd7b8d7ad7a0f67d233287d282

New changelog entries:
  [ Colin Watson ]
  * Add a basic build-time syntax check for live-build/auto/*.
  [ Oliver Grawert ]
  * add multiverse to sources.list for snappy kernel builds
2016-04-21 09:33:22 +00:00
Iain Lane
a8b139028e Import patches-unapplied version 2.406 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 58c36160892d43ab389ea176937d040b495e8c81

New changelog entries:
  * Fix syntax error.
2016-04-20 20:43:50 +00:00
Oliver Grawert
58c3616089 Import patches-unapplied version 2.405 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: dbfd5f49b7239a07b34b03d972b4aae1151b3a42

New changelog entries:
  * move the snappy kernel builds to the correct linux-image-$arch and
    linux-firmware-$arch metapackages
2016-04-20 18:18:56 +00:00
Adam Conrad
dbfd5f49b7 Import patches-unapplied version 2.404 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 4f2c87a4f14a5e047d24cb102606d3f0af7dfd8e

New changelog entries:
  * Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
2016-04-20 17:34:13 +00:00
Łukasz 'sil2100' Zemczak
4f2c87a4f1 Import patches-unapplied version 2.403 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9fff6129dd29855f95d8ecdcd5b8109be58807fe

New changelog entries:
  * Follow up on recent changes from the new network-manager packages and add
    the nm-openvpn user to touch. This should essentially fix the image build
    failures.
2016-04-18 10:44:06 +00:00
Łukasz 'sil2100' Zemczak
9fff6129dd Import patches-unapplied version 2.402 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: ccf58fecb75de8bc6cc2af53c4883c1798b090f2

New changelog entries:
  * Update the passwd, shadow, group and gshadow bootstrap hashes for touch.
2016-04-15 19:38:57 +00:00
Daniel Watkins
ccf58fecb7 Import patches-unapplied version 2.401 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 1ab44006f5221aee34464d786400d4e623fbea57

New changelog entries:
  * Re-enable systemd predictable network interface naming on cloud-images
  * Stop creating default configuration for eth0 (LP: #1563487)
2016-04-14 20:10:28 +00:00
Adam Conrad
1ab44006f5 Import patches-unapplied version 2.400 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9fadf2c64882f8ffe3c5cc7698f2fc9b85733521

New changelog entries:
  * Transition from ubuntu-snappy to ubuntu-core-snapd-units and snapd.
2016-04-14 07:54:42 +00:00
Oliver Grawert
9fadf2c648 Import patches-unapplied version 2.399 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 01521cefe4108a2a62c47eb2bdbc978a70f0ed20

New changelog entries:
  [ Oliver Grawert ]
  * live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
    kill the snappy os build if the initramfs-tools-ubuntu-core package
    is not found
  * make s390x known to the snappy builds
  * skip kernel snap an device tarball builds for s390x and ppc64el
  * drop listing of the device tarballs, this was only for debugging
  [ Adam Conrad ]
  * live-build/ubuntu-cpc/hooks/032-disk-image.binary: Install s390-tools
    and sysconfig-hardware before we attempt to configure zipl.
2016-04-13 11:59:27 +00:00
Oliver Grawert
01521cefe4 Import patches-unapplied version 2.398 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: fa7136ad4df28fd74f804335797079a2084efc37

New changelog entries:
  * switch snappy package builds from "snappy build" to "snapcraft snap"
  (LP: #1557515)
2016-04-08 15:55:08 +00:00
Oliver Grawert
fa7136ad4d Import patches-unapplied version 2.397 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 15d22caf2c437bdfed9b1e71c6e6b4bffd5a26b8

New changelog entries:
  * live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
    create a generic initrd inside the snappy os-snap so we do not need the
    hackish ubuntu-core-generic-initrd package anymore.
2016-04-08 15:15:36 +00:00
Adam Conrad
15d22caf2c Import patches-unapplied version 2.396 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 3061756ecb64747bf12af0dc1b0db390717c07a6

New changelog entries:
  [ Adam Conrad ]
  * Remove obsolete pvr-omap4 special-casing to simplify configs.
  [ Daniel Watkins ]
  * Enable building of powerpc cloud images.
2016-04-07 13:53:59 +00:00
Oliver Grawert
3061756ecb Import patches-unapplied version 2.395 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 93f2a06b3ca0f82ff93ab32997e4fd0473113745

New changelog entries:
  * create /etc/cloud/cloud.cfg.d/99-snappy-disable-network-config.cfg on
    snappy so we do not end up with broken network config after cloud-init
    ran (LP: #1563296).
2016-04-01 18:48:48 +00:00
Łukasz 'sil2100' Zemczak
93f2a06b3c Import patches-unapplied version 2.394 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 42e2a00908e80b04bd9af90a74eac6fdb7604ec8

New changelog entries:
  [ Xavi Garcia ]
  * Adding a new hook to change the configuration file for upower.
2016-03-30 20:53:50 +00:00
Oliver Grawert
42e2a00908 Import patches-unapplied version 2.393 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 748d5d31bbae4e3e9b3855f0eed19d03a0560d40

New changelog entries:
  * actually make the /etc/mtab link relative (LP: #1547033)
2016-03-24 18:48:50 +00:00
Oliver Grawert
748d5d31bb Import patches-unapplied version 2.392 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 43e896d8a8b1ebe4aae1c965ce9f7761089f7698

New changelog entries:
  * move mtab link to point to /proc/self/mounts instead of /proc/mounts
    (LP: #1547033) in snappy builds
2016-03-22 18:34:12 +00:00
Oliver Grawert
43e896d8a8 Import patches-unapplied version 2.391 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: f51f8e92a544d1d9089e0d146382b56b5b58820c

New changelog entries:
  * adjust snap versions to only have one dash and use plus chars instead
2016-03-21 17:47:01 +00:00
Oliver Grawert
f51f8e92a5 Import patches-unapplied version 2.390 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: ce1a28e5422d5cc751b845a0e86fcd61fb48d7c2

New changelog entries:
  * add link for wlan mac address in dragonboard kernel snaps
  * move dragonboard kernel snap to linux-snapdragon (with a currently hardcoded
    version due to missing -meta package for this kernel, don't do that at
    home !)
2016-03-17 18:53:51 +00:00
Colin Watson
ce1a28e542 Import patches-unapplied version 2.389 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 2fee3d52d9e358703cb99baed9a9e13b446b5590

New changelog entries:
  * Follow rename of ubuntustudio-font-meta to ubuntustudio-fonts.
2016-03-16 10:48:48 +00:00
Oliver Grawert
2fee3d52d9 Import patches-unapplied version 2.388 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 307bc170c2cad01c25e017337a6eac01fdd0521c

New changelog entries:
  * add support for dragonboard kernel snap
  * remove  grub-efi-arm64 to the arm64 OS snap as it breaks uboot
2016-03-15 14:58:50 +00:00
Łukasz 'sil2100' Zemczak
307bc170c2 Import patches-unapplied version 2.387 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: a668d140ccddae197537d7a6522b3f85b8464ecc

New changelog entries:
  * Move the new touch click apps (unav, dekko, calendar) to the custom
    tarball.
2016-03-15 12:42:42 +00:00
Adam Conrad
a668d140cc Import patches-unapplied version 2.386 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6052273963885922b338a4ceafc2c68f6c7457be

New changelog entries:
  [ Michael Vogt ]
  * add dpkg.list to assets of the kernel snap
  * add grub-efi-arm64 to the arm64 OS snap
  [ Adam Conrad ]
  * Build raspi2 images with multiverse for firmware.
2016-03-14 17:04:26 +00:00
Oliver Grawert
6052273963 Import patches-unapplied version 2.385 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 4089d75a2175b397937e87a363f4330969fedc07

New changelog entries:
  * add snap building for kernel snaps
2016-03-09 15:39:09 +00:00
Oliver Grawert
4089d75a21 Import patches-unapplied version 2.384 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 24f93cf89e599c662f4e33d6c57fbeb30f0950d8

New changelog entries:
  * slightly adjust the naming of the OS snap for snappy builds so it becomes
    easier for cdimage to grab and publish it.
2016-03-08 19:19:15 +00:00
Oliver Grawert
24f93cf89e Import patches-unapplied version 2.383 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: a12aef0695b89d7deb3d53c71464a122d52b053d

New changelog entries:
  * add snap cration for ubuntu-core snappy rootfs builds
2016-03-08 16:18:57 +00:00