From 47d569d8bcf2459821d18689c01d7d4d5def6704 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Wed, 31 Jul 2013 13:42:22 +0200 Subject: [PATCH] make sure FLASH_KERNEL_SKIP is set when we post-process touch images --- debian/changelog | 6 ++++++ live-build/auto/build | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 43dc4b23..357585c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.167) UNRELEASED; urgency=low + + * make sure FLASH_KERNEL_SKIP is set when we post-process touch images + + -- Oliver Grawert 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 diff --git a/live-build/auto/build b/live-build/auto/build index 1a35be61..91bd8a02 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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 "$@"