diff mbox

[Branch,~linaro-image-tools/linaro-image-tools/trunk] Rev 588: Allow promptless building of Quantal based images.

Message ID 20121203090018.11002.33133.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Fathi Boudra Dec. 3, 2012, 9 a.m. UTC
Merge authors:
  Riku Voipio (riku-voipio)
Related merge proposals:
  https://code.launchpad.net/~riku-voipio/linaro-image-tools/skip-flash-kernel/+merge/137505
  proposed by: Riku Voipio (riku-voipio)
  review: Approve - Fathi Boudra (fboudra)
------------------------------------------------------------
revno: 588 [merge]
committer: Fathi Boudra <fathi.boudra@linaro.org>
branch nick: linaro-image-tools
timestamp: Mon 2012-12-03 10:58:28 +0200
message:
  Allow promptless building of Quantal based images.
modified:
  linaro-hwpack-install


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro-hwpack-install'
--- linaro-hwpack-install	2012-10-04 09:12:57 +0000
+++ linaro-hwpack-install	2012-12-03 08:19:48 +0000
@@ -42,6 +42,8 @@ 
 SOURCES_LIST_FILE="${TEMP_DIR}/sources.list"
 APT_GET_OPTIONS="Dir::Etc::SourceList=${SOURCES_LIST_FILE}"
 SUPPORTED_FORMATS="1.0 2.0 3.0"  # A space-separated list of hwpack formats.
+FLASH_KERNEL_SKIP="true" 
+export FLASH_KERNEL_SKIP # skip attempting to run flash-kernel-hooks
 
 sudo="sudo"
 if [ $(id -u) -eq 0 ]; then