diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-11-19 11:29:15 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-11-19 11:29:15 +0100 |
commit | 253453e28b9f957f3985384ba675610f0906cfd7 (patch) | |
tree | 3add0f34bb9cab74b8e584cfb1cd33b0efe1f623 | |
parent | 6e0842782c36169b7cd4d2d7ffe855408a199937 (diff) |
Mention in Makefile why taskset is used.
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ IMAGE = $(NAME).img ARCHIVE = $(NAME).tar.bz2 SIGNATURE = $(ARCHIVE).sig +# Using taskset to pin build process to single core. This is a +# workaround for a qemu-user-static issue that causes builds to +# hang. (See Debian bug #769983 for details.) + # build DreamPlug USB or SD card image dreamplug-image: prep $(eval ARCHITECTURE = armel) |