diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-08 18:25:05 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-08 18:28:17 +0000 |
commit | 7918af5e635629a70ddb97a3ecfb94e8c7548d0c (patch) | |
tree | 949143fa92ea185dbf2d2dd41a0501050fb1d079 /templates/base/01_setup_EULAfunc.sh | |
parent | 30862c32cb5b1fef1f678791220de68d5ef50a0c (diff) |
aglsetup script: fix interactive execution of the script generated from fragments
This fixes the problem with Qualcomm boards where EULA approval is required.
See: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-July/002279.html
Change-Id: Ifad216bf559a246d6883e7c2828dacd7bd225075
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/base/01_setup_EULAfunc.sh')
-rw-r--r-- | templates/base/01_setup_EULAfunc.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/base/01_setup_EULAfunc.sh b/templates/base/01_setup_EULAfunc.sh index 7b1ca870d..28d7d926a 100644 --- a/templates/base/01_setup_EULAfunc.sh +++ b/templates/base/01_setup_EULAfunc.sh @@ -24,8 +24,7 @@ The BSP for $MACHINE depends on packages and firmware which are covered by an End User License Agreement (EULA). To have the right to use these binaries in your images, you need to read and accept the following... -The firmware package can contains several types -of firmware (depending on BSP): +The firmware package can contains several types of firmware (depending on BSP): * bootloaders: the first stage bootloaders are proprietary for this board, they are included in this firmware package. @@ -40,7 +39,7 @@ EOF echo REPLY= while [ -z "$REPLY" ]; do - echo -n "Do you read the EULA ? (y/n) " + echo -n "Do you want to read the EULA ? (y/n) " read REPLY case "$REPLY" in y|Y) |