Import patches-unapplied version 2.167 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 8212680ba0

New changelog entries:
  * make sure FLASH_KERNEL_SKIP is set when we post-process touch images
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 8212680ba0
commit c7b535e66e

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.167) saucy; urgency=low
* make sure FLASH_KERNEL_SKIP is set when we post-process touch images
-- Oliver Grawert <ogra@ubuntu.com> Wed, 31 Jul 2013 13:33:53 +0200
livecd-rootfs (2.166) saucy; urgency=low
* add radio user (with UID 1001 (required by android)) to the default user

@ -414,6 +414,8 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
sourceslist="chroot/etc/apt/sources.list"
export FLASH_KERNEL_SKIP=True
lb chroot_proc install "$@"
lb chroot_sysfs install "$@"
lb chroot_devpts install "$@"

Loading…
Cancel
Save