diff options
author | Alessio Igor Bogani <alessio.bogani@elettra.eu> | 2019-08-27 02:22:59 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-30 21:30:43 +0000 |
commit | dca115bc770a9564287151c8998ced82037dd78a (patch) | |
tree | 94d9933b5bd6229167ee0660de601668f0339cd1 /conf/machine/j7-evm.conf | |
parent | 80883994776936dda255a82b570bf235274d5362 (diff) | |
download | meta-ti-dca115bc770a9564287151c8998ced82037dd78a.tar.gz |
am65xx-evm, beagle-x15, beaglebone, j7-evm, lego-ev3: Let user optionally override kickstarter files
Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/j7-evm.conf')
-rw-r--r-- | conf/machine/j7-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index ca594e81..98a4258b 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf | |||
@@ -26,7 +26,7 @@ OPTEEOUTPUTMACHINE = "k3" | |||
26 | # tiboot3.bin and sysfw.itb, which are provided by meta-arago | 26 | # tiboot3.bin and sysfw.itb, which are provided by meta-arago |
27 | # u-boot-k3-r5 and ti-sci-fw recipes | 27 | # u-boot-k3-r5 and ti-sci-fw recipes |
28 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 28 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" |
29 | WKS_FILE = "sdimage-bootpart.wks" | 29 | WKS_FILE ?= "sdimage-bootpart.wks" |
30 | 30 | ||
31 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 31 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" |
32 | 32 | ||