summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Igor Bogani <alessio.bogani@elettra.eu>2019-08-27 02:22:59 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-30 15:36:59 +0000
commit5ececd29f75eda27e91457992b5efdae3f9c9c97 (patch)
tree3d854c1100611af6df3861af33a4c1cb4737b12b
parent1cad885ee0b1b590cedd06bfa5a0445a4686bc5f (diff)
downloadmeta-ti-5ececd29f75eda27e91457992b5efdae3f9c9c97.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>
-rw-r--r--conf/machine/am65xx-evm.conf2
-rw-r--r--conf/machine/beagle-x15.conf2
-rw-r--r--conf/machine/beaglebone.conf2
-rw-r--r--conf/machine/j7-evm.conf2
-rw-r--r--conf/machine/lego-ev3.conf2
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
31IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 31IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
32WKS_FILE = "sdimage-bootpart.wks" 32WKS_FILE ?= "sdimage-bootpart.wks"
33 33
34do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 34do_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
13UBOOT_MACHINE = "am57xx_evm_config" 13UBOOT_MACHINE = "am57xx_evm_config"
14 14
15WKS_FILE = "sdimage-bootpart.wks" 15WKS_FILE ?= "sdimage-bootpart.wks"
16IMAGE_BOOT_FILES = "MLO u-boot.img" 16IMAGE_BOOT_FILES = "MLO u-boot.img"
17IMAGE_FSTYPES += "tar.xz wic.xz" 17IMAGE_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
14SERIAL_CONSOLES = "115200;ttyS0" 14SERIAL_CONSOLES = "115200;ttyS0"
15 15
16WKS_FILE = "sdimage-bootpart.wks" 16WKS_FILE ?= "sdimage-bootpart.wks"
17 17
18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
19IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY}" 19IMAGE_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
28IMAGE_BOOT_FILES = "tispl.bin u-boot.img" 28IMAGE_BOOT_FILES = "tispl.bin u-boot.img"
29WKS_FILE = "sdimage-bootpart.wks" 29WKS_FILE ?= "sdimage-bootpart.wks"
30 30
31do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot u-boot:do_deploy" 31do_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"
17SERIAL_CONSOLES = "115200;ttyS1" 17SERIAL_CONSOLES = "115200;ttyS1"
18 18
19IMAGE_FSTYPES += " wic" 19IMAGE_FSTYPES += " wic"
20WKS_FILE = "sdimage-bootpart.wks" 20WKS_FILE ?= "sdimage-bootpart.wks"
21WIC_CREATE_EXTRA_ARGS += " --no-fstab-update" 21WIC_CREATE_EXTRA_ARGS += " --no-fstab-update"
22IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}" 22IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPES}"