summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/k3.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-02-13 10:53:38 -0600
committerRyan Eatmon <reatmon@ti.com>2025-07-25 15:45:19 -0500
commita4f6f4c6b51f9f4f3f2ae4099826529c2652b0e1 (patch)
tree4c05a827ac603c08daa6aa798d9c53811518d84f /meta-ti-bsp/conf/machine/include/k3.inc
parentf549cd0870d9d7dc9343653279daa419b0cc0b40 (diff)
downloadmeta-ti-a4f6f4c6b51f9f4f3f2ae4099826529c2652b0e1.tar.gz
wic: sdimage-2part-efi: Add variable for adding bootloader options
We have a need for some platforms to add kernel options to the bootloader during wic creation time. Create a new variable and add that to the sdimage-2part-efi.wks.in file so that a machine can override it if needed. Add an override for am64 to point the kernel at console=ttyS2. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/k3.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 0e8729df..7860a84c 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -50,6 +50,8 @@ MACHINE_FEATURES += "efi"
50 50
51WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}" 51WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}"
52 52
53TI_WKS_BOOTLOADER_APPEND ?= ""
54
53do_image_wic[depends] += "virtual/bootloader:do_deploy" 55do_image_wic[depends] += "virtual/bootloader:do_deploy"
54 56
55SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" 57SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"