aboutsummaryrefslogtreecommitdiff
path: root/ledge-debian
diff options
context:
space:
mode:
authorChristophe Priouzeau <christophe.priouzeau@st.com>2019-10-03 09:10:32 +0200
committerChristophe Priouzeau <christophe.priouzeau@linaro.org>2019-10-03 09:11:31 +0200
commit378984be204bb48515d4869cb5a1199332a851a6 (patch)
tree7f6e9801704a6d3c994850686aa7ffe6b941bfe7 /ledge-debian
parent486ff819b0465e249c97ce932c0de920b1887ec7 (diff)
ledge: add tsv template for stm32mp157c-dk2
Change-Id: Ia5770ed4a9cc4c26f762e505f8d1903b7d476484 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
Diffstat (limited to 'ledge-debian')
-rw-r--r--ledge-debian/builders-fai.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ledge-debian/builders-fai.sh b/ledge-debian/builders-fai.sh
index ae438eda..b17a4b33 100644
--- a/ledge-debian/builders-fai.sh
+++ b/ledge-debian/builders-fai.sh
@@ -88,5 +88,6 @@ then
mkdir -p out/script
wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/raw-tools/create_raw_from_flashlayout.sh -O out/script/create_raw_from_flashlayout.sh
wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.fld
+ wget https://raw.githubusercontent.com/Linaro/meta-ledge/thud/meta-ledge-bsp/recipes-devtools/generate-raw-image/files/ledge-stm32mp157c-dk2/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template -O out/FlashLayout_sdcard_ledge-stm32mp157c-dk2-debian.tsv.template
chmod +x out/script/create_raw_from_flashlayout.sh
fi