[ubuntu/eoan-proposed] flash-kernel 3.98ubuntu1 (Accepted)

Dave Jones dave.jones at canonical.com
Tue May 21 16:20:43 UTC 2019


flash-kernel (3.98ubuntu1) eoan; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - add "quiet splash" as default options to omap bootscr
    - re-add support for the FLASH_KERNEL_SKIP env variable, so the image
      build infrastructure has a chance to skip the automated flash-kernel run
      during image builds.
    - Also check for FLASH_KERNEL_SKIP to avoid setting up the root parameter
      in case flash-kernel will not be used
    - make the package postinst respect FLASH_KERNEL_SKIP
    - make sure that if we dont want to override the bootloader root=
      option by setting "Bootloader-sets-root: yes", we actually dont do it
    - use umount -l in the cleanup function, else we fail while finishing up
      with the script
    - add a diversion for update-initramfs to live-installers
      post-base-installer.d to avoid update-initramfs runs before flash-kernel
      is configured
    - add a check for the diverted update-initramfs to flash-kernel-installer,
      so it gets reverted before we try to call update-initramfs
    - make post-base-installer.d/01flash-kernel-diversion actually an
      executable shell script
    - enable UUID detection of the currently used root device
    - if uEnv.txt is defined in the db for an arch, generate preEnv.txt from
      UBOOT_DEFAULTS and UUID detection data
    - make sure blkid only gives us the UUID and not any other metadata like
      labels or filesystem
    - hide the boot device from udisk's automounting after installation on all
      systems using uEnv.txt to configure u-boot
    - make sure we only rename the bootrom partition so udisks hides it,
      when using mkdosfs for setting the label like we did in jasper (where
      we cached the contents before doing this) MLO and u-boot.bin are gone
    - make sure that /dev is bind mounted in /target when running
      update-initramfs from flash-kernel-installer, else we do not find the
      boot media (this is only a workaround, actual fixing of the netinst
      environment is needed to fix this properly)
    - drop the "|| true" from the initramfs building code, if we fail here we
      actually dont want to attempt to flash that
    - Do not run flash-kernel inside an LXC container
    - Call systemd-detect-virt instead of the Ubuntu specific
      running-in-container wrapper.
    - Add generic-lpae to the XB-Subarchitecture list in debian/control
    - debian/flash-kernel-installer.isinstallable: add arm*/generic-lpae
    - Fix typo in dtb_kver test that made it break all non-dtb platforms.
    - Apply patch from Paolo Pisati for appended DTB support
    - Filter the selection of 'latest' usable kernel through the whitelist.
    - Do not fail if there are no specified Kernel-Flavors for this machine.
    - Allow us to find DTBs in both the old flat layout and the new vendor
      subdirectory layout, so we keep backward compatibility
    - Add support for installing dtb files in boot partition
    - Add support for gzip-compressed kernel images
    - db/all.db: add dummy entries as noops when running on VMs
    - Add support for Calxeda Highbank
      - Add support for Calxeda Highbank (with bootscr.highbank different from
        Debian's version)
      - bootscr.highbank: allow more space to load larger kernels
    - Add support for Marvell ArmadaXP
      - Re-add support for Marvell ArmadaXP
      - Fix armadaxp kernel load address
    - Add support for OMAP3 and OMAP4 boards
      - add DB entry for "OMAP3 Beagle Board" (funnily thats missing)
      - add Panda to the list of supported board in the README file
      - debian/control: Re-add omap and omap4 to the flash-kernel-installer
        XB-Subarchitecture field. These appear to have been lost somewhere
        along the way.
      - Also add omap and omap4 to flash-kernel-installer.isinstallable.
      - switch omap3 and omap4 to uEnv.txt/preEnv.txt (the former holds all
        active boot commands, the latter holds the kernel commandline only)
      - switch omap3 and omap4 from Bootloader-sets-root: no to yes, we now
        generate a root=UUID= line on the fly for arches using
        uEnv.txt/preEnv.txt
      - introduce bootscript/uEnvtxt.omap
      - do not move the original uEnvtxt.omap to the target, use a copy
        instead
    - Add support for grouper boards
      - add support for the grouper architecture
    - Add support for Samsung Exynos 5440 platforms
      - Add support for EXYNOS5440-based platforms
    - Add support for HP ProLiant m400 and m800 cartridges
      - Added support for HP ProLiant m800 Server Cartridge
      - Add support for HP ProLiant m800 cartridges
      - Set required boot arguments for HP ProLiant m800 cartridges
      - Add support for HP ProLiant m400 Server Cartridges
      - HP Moonshot Cartridges: Use $baudrate from u-boot environment as
        serial console speed
      - HP Moonshot Cartridges: Enable hardware flow control as required by
        the HP moonshot chassis
      - Enable U-Boot environment support for X-Gene platforms
      - Use filesystem agnostic "load" command instead of assuming ext4
      - Add a bootscript specific to X-Gene Mustang boards since they need to
        pull their dtb from the OS.
    - Add support for Wandboard Quad
      - Wandboard: Use /dev/disk/by-path/platform-2198000.usdhc-part1
        instead of the hardcoded mmcblk1p1, this should make things work on
        boards with just a single microSD card in.
      - Add basic support for WandBoard Quad.
    - Add support for Raspberry Pi 2, 3, 3+, CM3, and CM3+
      - Extend support for the RPi2 to actually install the kernel/initramfs
        on the fat partition, and provide a uboot boot script based on the one
        used for Snappy images.
      - Extend functions to support generating uboot.env images, as an
        alternative to boot.scr and uEnv.txt, and use this for RPi2 as well.
      - Adjust the uboot.env.rpi2 to use the one Paolo Pisati has tested,
        instead of trying to base on the Snappy one, which is failing to boot.
      - Adjust the size of uboot.env based on empirical results on the rpi2.
      - Adjust rpi2/3 dtb address from 0x100 to 0x02000000
      - Support Raspberry Pi 2 Model B Rev 1.2
      - Add Raspberry Pi 3 Model B+ to the db.
      - Modify the Pi 3 boot.scr addresses to fit a bigger kernel, prepare
        separate versions for armhf and arm64.
      - Add Raspberry Pi Compute Module 3 and 3+ to the db.
    - Add support for Nexus 4 (Mako)
      - Enabling support for mako (Nexus 4)
    - Add support for QCT APQ8064 CDP
      - Add support for QCT APQ8064 CDP; thanks Alfonso Sanchez-Beato.
    - Migrate default /etc/default/flash-kernel content to new default without
      asking via debconf
    - Update tests with new fields: Android-Skip-Initrd, Bootloader-sets-root,
      DTB-Kernel-Version
    - Look for dtbs in /lib/firmware/$kvers/device-tree/ in find_dtb_file()
    - Add Bootloader-sets-root to Toshiba AC100 [previously undocumented]
    - Install all potential uboot scripts [previously undocumented]
    - initramfs-hook/flash-kernel: Pretend we're running from the kernel's
      postinst to activate the same guard against mismatched kernel versions.
    - flash-kernel/functions: Stop attempting to install the latest kernel
      if we request an older version, just refuse to act without --force.

  * Dropped changes merged in Debian:
    - Remove commit-tmp cruft [previously undocumented]

  * Dropped obsolete changes:
    - Add archs (why?) and duplicate generic (why?!) in d/control [previously
      undocumented]

flash-kernel (3.98) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Add machine db entry for Rock64 (Closes: #906696). Thanks to Josua
    Mayer.
  * Add machine db entry for Banana Pi M2 Berry (Closes: #923483). Thanks
    to Lucas Nussbaum.

  [ Cyril Brulebois ]
  * Drop support for arm*/ixp4xx and arm*/iop32x; support for those
    platforms was removed from the Linux kernel and therefore d-i.

  [ Heinrich Schuchardt ]
  * Provide db entry for the Pine A64 LTS board (Closes: #923655).

  [ Jonas Smedegaard ]
  * Add an entry for Olimex A64 Teres-I (Closes: #926071).

  [ Vagrant Cascadian ]
  * Add entries for Raspberry Pi 1, Pi Zero and Pi 3 Compute Module
    (Closes: #921518). Thanks to Alexandre GRIVEAUX.

  [ Updated translations ]
  * Indonesian (id.po) by Muhammad Rifqi Priyo Susanto
  * Vietnamese (vi.po) by Trần Ngọc Quân

flash-kernel (3.97) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Add machine db entry for Odroid HC1 (Closes: #916980). Thanks to
    Benjamin Drung.

  [ Karsten Merker ]
  * Apply a patch from Hajo Noerenberg adding a machine db entry for
    the Seagate Blackarmor NAS220 (Closes: #918193).

flash-kernel (3.96) unstable; urgency=medium

  [ Helmut Grohne ]
  * Support DEB_BUILD_OPTIONS=nocheck (Closes: #908355)

  [ Karsten Merker ]
  * Add a machine db entry for the Helios-4 NAS system,
    provided by Josua Mayer. (Closes: #914016)

flash-kernel (3.95) unstable; urgency=medium

  [ Heinrich Schuchardt ]
  * Add a machine db entry for the Rockchip RK3288 Tinker Board.
    (Closes: #895934)

  [ Cyril Brulebois ]
  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).

  [ Heinrich Schuchardt ]
  * Update Firefly-RK3399 Board (Closes: #899091).
  * Rockchip RK3399 Evaluation Board (Closes: #899090).
  * Update entry for Marvell 8040 MACCHIATOBin (Closes: #899092):
    - Add new Machine name.
    - Update DTB path.
  * Update Pine64+ (Closes: #899093).
  * Update Raspberry Pi 3 Model B (Closes: #899096).

  [ Josua Mayer ]
  * Clearfog Pro: correct DTB name (Closes: #902432).
  * Add missing entries for HummingBoard variants (Closes: #905962).

  [ Vagrant Cascadian ]
  * Add entries for additional Cubox-i models:
    - SolidRun Cubox-i Dual/Quad (1.5som)
    - SolidRun Cubox-i Dual/Quad (1.5som+emmc)
  * Add entry for Raspberry PI 3 B+ (Closes: #905002).
    Thanks to Johannes Keyser.

flash-kernel (3.94) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Fix typos in imx-base boot script.

  [ Uwe Kleine-König ]
  * Add Boot-DTB-Path-Version similar to Boot-Kernel-Path-Version.

flash-kernel (3.93) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Add support for Theobroma Systems RK3399-Q7 SoM.

flash-kernel (3.92) unstable; urgency=medium

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani

flash-kernel (3.91) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Make ubootenv.d work on CuBox-i. Thanks to Rainer Dorsch.
  * Do not install flash-kernel.in.

  [ Heinrich Schuchardt ]
  * flash-kernel: Provide hook to start EFI application (Closes: #873390).

  [ Vagrant Cascadian ]
  * Add support for SolidRun Clearfog Boards (Closes: #839595). Thanks to
    Christoph Egger and Joshua Mayer.
  * Add support for SolidRun CuBox (dove) (Closes: #876773). Thanks to
    Josua Mayer.
  * Fix when no Kernel-Flavors are defined (Closes: #887803).
  * Add Boot-Kernel-Path-Version and Boot-Initrd-Path-Version to be used
    to append the version to the generated kernel/initrd images.
  * debian/control: Set Rules-Requires-Root: no.

  [ Heinrich Schuchardt ]
  * flash-kernel: support relative paths for DTB-Id (Closes: #860304).

  [ Vagrant Cascadian ]
  * Add compatibility symlink to dtb in vendor sub-directory.
  * Add support for root device specified by PARTLABEL.

  [ Andre Heider ]
  * Add support for multiple scripts sources

  [ Vagrant Cascadian ]
  * Convert Wandboard and CuBox-i to use a shared imx-base plus
    uboot-generic boot script.
  * Adjust sunxi boot script to prefer prefix variable if defined to set
    the locations to search for boot files.

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

Date: Thu, 16 May 2019 12:08:32 +0000
Changed-By: Dave Jones <dave.jones at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Łukasz Zemczak <lukasz.zemczak at canonical.com>
https://launchpad.net/ubuntu/+source/flash-kernel/3.98ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 16 May 2019 12:08:32 +0000
Source: flash-kernel
Binary: flash-kernel flash-kernel-installer
Architecture: source
Version: 3.98ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Description:
 flash-kernel - utility to make certain embedded devices bootable
 flash-kernel-installer - Make the system bootable (udeb)
Closes: 839595 860304 873390 876773 887803 895934 899090 899091 899092 899093 899096 902432 905002 905962 906696 908355 914016 916980 918193 921518 923483 923655 926071
Changes:
 flash-kernel (3.98ubuntu1) eoan; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - add "quiet splash" as default options to omap bootscr
     - re-add support for the FLASH_KERNEL_SKIP env variable, so the image
       build infrastructure has a chance to skip the automated flash-kernel run
       during image builds.
     - Also check for FLASH_KERNEL_SKIP to avoid setting up the root parameter
       in case flash-kernel will not be used
     - make the package postinst respect FLASH_KERNEL_SKIP
     - make sure that if we dont want to override the bootloader root=
       option by setting "Bootloader-sets-root: yes", we actually dont do it
     - use umount -l in the cleanup function, else we fail while finishing up
       with the script
     - add a diversion for update-initramfs to live-installers
       post-base-installer.d to avoid update-initramfs runs before flash-kernel
       is configured
     - add a check for the diverted update-initramfs to flash-kernel-installer,
       so it gets reverted before we try to call update-initramfs
     - make post-base-installer.d/01flash-kernel-diversion actually an
       executable shell script
     - enable UUID detection of the currently used root device
     - if uEnv.txt is defined in the db for an arch, generate preEnv.txt from
       UBOOT_DEFAULTS and UUID detection data
     - make sure blkid only gives us the UUID and not any other metadata like
       labels or filesystem
     - hide the boot device from udisk's automounting after installation on all
       systems using uEnv.txt to configure u-boot
     - make sure we only rename the bootrom partition so udisks hides it,
       when using mkdosfs for setting the label like we did in jasper (where
       we cached the contents before doing this) MLO and u-boot.bin are gone
     - make sure that /dev is bind mounted in /target when running
       update-initramfs from flash-kernel-installer, else we do not find the
       boot media (this is only a workaround, actual fixing of the netinst
       environment is needed to fix this properly)
     - drop the "|| true" from the initramfs building code, if we fail here we
       actually dont want to attempt to flash that
     - Do not run flash-kernel inside an LXC container
     - Call systemd-detect-virt instead of the Ubuntu specific
       running-in-container wrapper.
     - Add generic-lpae to the XB-Subarchitecture list in debian/control
     - debian/flash-kernel-installer.isinstallable: add arm*/generic-lpae
     - Fix typo in dtb_kver test that made it break all non-dtb platforms.
     - Apply patch from Paolo Pisati for appended DTB support
     - Filter the selection of 'latest' usable kernel through the whitelist.
     - Do not fail if there are no specified Kernel-Flavors for this machine.
     - Allow us to find DTBs in both the old flat layout and the new vendor
       subdirectory layout, so we keep backward compatibility
     - Add support for installing dtb files in boot partition
     - Add support for gzip-compressed kernel images
     - db/all.db: add dummy entries as noops when running on VMs
     - Add support for Calxeda Highbank
       - Add support for Calxeda Highbank (with bootscr.highbank different from
         Debian's version)
       - bootscr.highbank: allow more space to load larger kernels
     - Add support for Marvell ArmadaXP
       - Re-add support for Marvell ArmadaXP
       - Fix armadaxp kernel load address
     - Add support for OMAP3 and OMAP4 boards
       - add DB entry for "OMAP3 Beagle Board" (funnily thats missing)
       - add Panda to the list of supported board in the README file
       - debian/control: Re-add omap and omap4 to the flash-kernel-installer
         XB-Subarchitecture field. These appear to have been lost somewhere
         along the way.
       - Also add omap and omap4 to flash-kernel-installer.isinstallable.
       - switch omap3 and omap4 to uEnv.txt/preEnv.txt (the former holds all
         active boot commands, the latter holds the kernel commandline only)
       - switch omap3 and omap4 from Bootloader-sets-root: no to yes, we now
         generate a root=UUID= line on the fly for arches using
         uEnv.txt/preEnv.txt
       - introduce bootscript/uEnvtxt.omap
       - do not move the original uEnvtxt.omap to the target, use a copy
         instead
     - Add support for grouper boards
       - add support for the grouper architecture
     - Add support for Samsung Exynos 5440 platforms
       - Add support for EXYNOS5440-based platforms
     - Add support for HP ProLiant m400 and m800 cartridges
       - Added support for HP ProLiant m800 Server Cartridge
       - Add support for HP ProLiant m800 cartridges
       - Set required boot arguments for HP ProLiant m800 cartridges
       - Add support for HP ProLiant m400 Server Cartridges
       - HP Moonshot Cartridges: Use $baudrate from u-boot environment as
         serial console speed
       - HP Moonshot Cartridges: Enable hardware flow control as required by
         the HP moonshot chassis
       - Enable U-Boot environment support for X-Gene platforms
       - Use filesystem agnostic "load" command instead of assuming ext4
       - Add a bootscript specific to X-Gene Mustang boards since they need to
         pull their dtb from the OS.
     - Add support for Wandboard Quad
       - Wandboard: Use /dev/disk/by-path/platform-2198000.usdhc-part1
         instead of the hardcoded mmcblk1p1, this should make things work on
         boards with just a single microSD card in.
       - Add basic support for WandBoard Quad.
     - Add support for Raspberry Pi 2, 3, 3+, CM3, and CM3+
       - Extend support for the RPi2 to actually install the kernel/initramfs
         on the fat partition, and provide a uboot boot script based on the one
         used for Snappy images.
       - Extend functions to support generating uboot.env images, as an
         alternative to boot.scr and uEnv.txt, and use this for RPi2 as well.
       - Adjust the uboot.env.rpi2 to use the one Paolo Pisati has tested,
         instead of trying to base on the Snappy one, which is failing to boot.
       - Adjust the size of uboot.env based on empirical results on the rpi2.
       - Adjust rpi2/3 dtb address from 0x100 to 0x02000000
       - Support Raspberry Pi 2 Model B Rev 1.2
       - Add Raspberry Pi 3 Model B+ to the db.
       - Modify the Pi 3 boot.scr addresses to fit a bigger kernel, prepare
         separate versions for armhf and arm64.
       - Add Raspberry Pi Compute Module 3 and 3+ to the db.
     - Add support for Nexus 4 (Mako)
       - Enabling support for mako (Nexus 4)
     - Add support for QCT APQ8064 CDP
       - Add support for QCT APQ8064 CDP; thanks Alfonso Sanchez-Beato.
     - Migrate default /etc/default/flash-kernel content to new default without
       asking via debconf
     - Update tests with new fields: Android-Skip-Initrd, Bootloader-sets-root,
       DTB-Kernel-Version
     - Look for dtbs in /lib/firmware/$kvers/device-tree/ in find_dtb_file()
     - Add Bootloader-sets-root to Toshiba AC100 [previously undocumented]
     - Install all potential uboot scripts [previously undocumented]
     - initramfs-hook/flash-kernel: Pretend we're running from the kernel's
       postinst to activate the same guard against mismatched kernel versions.
     - flash-kernel/functions: Stop attempting to install the latest kernel
       if we request an older version, just refuse to act without --force.
 .
   * Dropped changes merged in Debian:
     - Remove commit-tmp cruft [previously undocumented]
 .
   * Dropped obsolete changes:
     - Add archs (why?) and duplicate generic (why?!) in d/control [previously
       undocumented]
 .
 flash-kernel (3.98) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Add machine db entry for Rock64 (Closes: #906696). Thanks to Josua
     Mayer.
   * Add machine db entry for Banana Pi M2 Berry (Closes: #923483). Thanks
     to Lucas Nussbaum.
 .
   [ Cyril Brulebois ]
   * Drop support for arm*/ixp4xx and arm*/iop32x; support for those
     platforms was removed from the Linux kernel and therefore d-i.
 .
   [ Heinrich Schuchardt ]
   * Provide db entry for the Pine A64 LTS board (Closes: #923655).
 .
   [ Jonas Smedegaard ]
   * Add an entry for Olimex A64 Teres-I (Closes: #926071).
 .
   [ Vagrant Cascadian ]
   * Add entries for Raspberry Pi 1, Pi Zero and Pi 3 Compute Module
     (Closes: #921518). Thanks to Alexandre GRIVEAUX.
 .
   [ Updated translations ]
   * Indonesian (id.po) by Muhammad Rifqi Priyo Susanto
   * Vietnamese (vi.po) by Trần Ngọc Quân
 .
 flash-kernel (3.97) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Add machine db entry for Odroid HC1 (Closes: #916980). Thanks to
     Benjamin Drung.
 .
   [ Karsten Merker ]
   * Apply a patch from Hajo Noerenberg adding a machine db entry for
     the Seagate Blackarmor NAS220 (Closes: #918193).
 .
 flash-kernel (3.96) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Support DEB_BUILD_OPTIONS=nocheck (Closes: #908355)
 .
   [ Karsten Merker ]
   * Add a machine db entry for the Helios-4 NAS system,
     provided by Josua Mayer. (Closes: #914016)
 .
 flash-kernel (3.95) unstable; urgency=medium
 .
   [ Heinrich Schuchardt ]
   * Add a machine db entry for the Rockchip RK3288 Tinker Board.
     (Closes: #895934)
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Heinrich Schuchardt ]
   * Update Firefly-RK3399 Board (Closes: #899091).
   * Rockchip RK3399 Evaluation Board (Closes: #899090).
   * Update entry for Marvell 8040 MACCHIATOBin (Closes: #899092):
     - Add new Machine name.
     - Update DTB path.
   * Update Pine64+ (Closes: #899093).
   * Update Raspberry Pi 3 Model B (Closes: #899096).
 .
   [ Josua Mayer ]
   * Clearfog Pro: correct DTB name (Closes: #902432).
   * Add missing entries for HummingBoard variants (Closes: #905962).
 .
   [ Vagrant Cascadian ]
   * Add entries for additional Cubox-i models:
     - SolidRun Cubox-i Dual/Quad (1.5som)
     - SolidRun Cubox-i Dual/Quad (1.5som+emmc)
   * Add entry for Raspberry PI 3 B+ (Closes: #905002).
     Thanks to Johannes Keyser.
 .
 flash-kernel (3.94) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Fix typos in imx-base boot script.
 .
   [ Uwe Kleine-König ]
   * Add Boot-DTB-Path-Version similar to Boot-Kernel-Path-Version.
 .
 flash-kernel (3.93) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Add support for Theobroma Systems RK3399-Q7 SoM.
 .
 flash-kernel (3.92) unstable; urgency=medium
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
 .
 flash-kernel (3.91) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Make ubootenv.d work on CuBox-i. Thanks to Rainer Dorsch.
   * Do not install flash-kernel.in.
 .
   [ Heinrich Schuchardt ]
   * flash-kernel: Provide hook to start EFI application (Closes: #873390).
 .
   [ Vagrant Cascadian ]
   * Add support for SolidRun Clearfog Boards (Closes: #839595). Thanks to
     Christoph Egger and Joshua Mayer.
   * Add support for SolidRun CuBox (dove) (Closes: #876773). Thanks to
     Josua Mayer.
   * Fix when no Kernel-Flavors are defined (Closes: #887803).
   * Add Boot-Kernel-Path-Version and Boot-Initrd-Path-Version to be used
     to append the version to the generated kernel/initrd images.
   * debian/control: Set Rules-Requires-Root: no.
 .
   [ Heinrich Schuchardt ]
   * flash-kernel: support relative paths for DTB-Id (Closes: #860304).
 .
   [ Vagrant Cascadian ]
   * Add compatibility symlink to dtb in vendor sub-directory.
   * Add support for root device specified by PARTLABEL.
 .
   [ Andre Heider ]
   * Add support for multiple scripts sources
 .
   [ Vagrant Cascadian ]
   * Convert Wandboard and CuBox-i to use a shared imx-base plus
     uboot-generic boot script.
   * Adjust sunxi boot script to prefer prefix variable if defined to set
     the locations to search for boot files.
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1:
 4398e27c76710cf3d25b40535dd109aedf71a1ad 1621 flash-kernel_3.98ubuntu1.dsc
 3e18d16e6ed327ac8248e0f56b73ca2278a4535c 80956 flash-kernel_3.98ubuntu1.tar.xz
 7c2c2bb9cf5e745db617ab7c2e095a634dd85934 6330 flash-kernel_3.98ubuntu1_source.buildinfo
Checksums-Sha256:
 a9e0fd2237b8c0d54a663d3269fd706b203f1a99acbd83320cb132187a833056 1621 flash-kernel_3.98ubuntu1.dsc
 1c8fc2397b1ddff286306dd71302fbcd7d2ece587fc72789382d68b6d561bf3d 80956 flash-kernel_3.98ubuntu1.tar.xz
 70f9fce0a92cbf53bcca97838ef626a30c4690b0aa0085205fa8925c612e67da 6330 flash-kernel_3.98ubuntu1_source.buildinfo
Files:
 bedd5dc72736fa336a4489bd7ce3cca6 1621 utils optional flash-kernel_3.98ubuntu1.dsc
 b58940ef72bd96b02b7e64df8a1c496f 80956 utils optional flash-kernel_3.98ubuntu1.tar.xz
 f77d1d9eff28b41d46c00f94bd75bc9d 6330 utils optional flash-kernel_3.98ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEqx+XcX7ftBm4bj5/AhnKGdA0MwwFAlzkIccACgkQAhnKGdA0
MwzFJwf/crLBLWak6ASrY8BXTs27HFWG/dku32RT3HBf7io+GxrdsPoQUrrwf19G
a3M8OwlB6/PCmQXA6dKQQc2Z523zYpUH/FMMzu3x4B98uVI7K44KlaVve4E4ksPO
oeRmkEN9UL7vyNAuFtQ3tNZ6kN5p+eNGYmu4Ppv9jd0PEg3H4O6lcdKkA76NW0kz
3vpBfm401nNpG2uSDak4cgZfYqEl7KfH7WheATZeskavJgr69EWlnee18VFIbn/P
YS4cAqAEwwPYxvGilCM6vGXe+WrA8vAavqmU+9j+3K56zKXQ7B4bYTtuk8OugL/M
qJZVq5Q5rMhxNIrf9Q7dii61HZjCcw==
=czhy
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list