Merge "Rebase: p/fuel-agent: Update UEFI after ec71a42."
[armband.git] / patches / fuel-agent / 0002-Add-FLASH_KERNEL_SKIP-true.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Thu, 25 Feb 2016 16:01:18 +0100
3 Subject: [PATCH] Add FLASH_KERNEL_SKIP=true.
4
5 FIXME: Add nice description of the issue at hand.
6 ---
7  fuel_agent/utils/build.py | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/fuel_agent/utils/build.py b/fuel_agent/utils/build.py
11 index af41b2b..6f31732 100644
12 --- a/fuel_agent/utils/build.py
13 +++ b/fuel_agent/utils/build.py
14 @@ -97,6 +97,7 @@ def set_apt_get_env():
15      # NOTE(agordeev): disable any confirmations/questions from apt-get side
16      os.environ['DEBIAN_FRONTEND'] = 'noninteractive'
17      os.environ['DEBCONF_NONINTERACTIVE_SEEN'] = 'true'
18 +    os.environ['FLASH_KERNEL_SKIP'] = 'true'
19      os.environ['LC_ALL'] = os.environ['LANG'] = os.environ['LANGUAGE'] = 'C'
20  
21