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/am65xx-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/am65xx-evm.conf')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 27bb0b06..bd57c485 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
@@ -29,6 +29,6 @@ OPTEEOUTPUTMACHINE = "k3" | |||
29 | # tiboot3.bin and sysfw.itb, which are provided by meta-arago | 29 | # tiboot3.bin and sysfw.itb, which are provided by meta-arago |
30 | # u-boot-k3-r5 and ti-sci-fw recipes | 30 | # u-boot-k3-r5 and ti-sci-fw recipes |
31 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" | 31 | IMAGE_BOOT_FILES = "tispl.bin u-boot.img" |
32 | WKS_FILE = "sdimage-bootpart.wks" | 32 | WKS_FILE ?= "sdimage-bootpart.wks" |
33 | 33 | ||
34 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" | 34 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" |