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 | |
| 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')
| -rw-r--r-- | conf/machine/am65xx-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/beagle-x15.conf | 2 | ||||
| -rw-r--r-- | conf/machine/beaglebone.conf | 2 | ||||
| -rw-r--r-- | conf/machine/j7-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/lego-ev3.conf | 2 |
5 files changed, 5 insertions, 5 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" |
diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf index 275a5ce0..1386ff05 100644 --- a/conf/machine/beagle-x15.conf +++ b/conf/machine/beagle-x15.conf | |||
| @@ -12,7 +12,7 @@ SERIAL_CONSOLES = "115200;ttyS2" | |||
| 12 | 12 | ||
| 13 | UBOOT_MACHINE = "am57xx_evm_config" | 13 | UBOOT_MACHINE = "am57xx_evm_config" |
| 14 | 14 | ||
| 15 | WKS_FILE = "sdimage-bootpart.wks" | 15 | WKS_FILE ?= "sdimage-bootpart.wks" |
| 16 | IMAGE_BOOT_FILES = "MLO u-boot.img" | 16 | IMAGE_BOOT_FILES = "MLO u-boot.img" |
| 17 | IMAGE_FSTYPES += "tar.xz wic.xz" | 17 | IMAGE_FSTYPES += "tar.xz wic.xz" |
| 18 | 18 | ||
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 450a1893..69db4215 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
| @@ -13,7 +13,7 @@ MACHINE_GUI_CLASS = "bigscreen" | |||
| 13 | 13 | ||
| 14 | SERIAL_CONSOLES = "115200;ttyS0" | 14 | SERIAL_CONSOLES = "115200;ttyS0" |
| 15 | 15 | ||
| 16 | WKS_FILE = "sdimage-bootpart.wks" | 16 | WKS_FILE ?= "sdimage-bootpart.wks" |
| 17 | 17 | ||
| 18 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 18 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
| 19 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" | 19 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" |
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 | ||
diff --git a/conf/machine/lego-ev3.conf b/conf/machine/lego-ev3.conf index 5c425221..5b89a6a7 100644 --- a/conf/machine/lego-ev3.conf +++ b/conf/machine/lego-ev3.conf | |||
| @@ -17,6 +17,6 @@ KERNEL_DEVICETREE_BUNDLE = "1" | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS1" | 17 | SERIAL_CONSOLES = "115200;ttyS1" |
| 18 | 18 | ||
| 19 | IMAGE_FSTYPES += " wic" | 19 | IMAGE_FSTYPES += " wic" |
| 20 | WKS_FILE = "sdimage-bootpart.wks" | 20 | WKS_FILE ?= "sdimage-bootpart.wks" |
| 21 | WIC_CREATE_EXTRA_ARGS += " --no-fstab-update" | 21 | WIC_CREATE_EXTRA_ARGS += " --no-fstab-update" |
| 22 | IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}" | 22 | IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}" |
