diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-02-13 10:53:38 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-23 14:35:31 -0500 |
commit | 2e1ea65ef72cda4b179423a0f10901ec318ff1ab (patch) | |
tree | 90be12b9aeb2f5e5ca91c962daa0289d29c7270a /meta-ti-bsp/conf/machine/include/k3.inc | |
parent | 459e16655f5bc1e3bdbdab1c25708cdac725ce6e (diff) | |
download | meta-ti-master-wip.tar.gz |
wic: sdimage-2part-efi: Add variable for adding bootloader optionsmaster-wip
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.inc | 2 |
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 | ||
51 | WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}" | 51 | WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}" |
52 | 52 | ||
53 | TI_WKS_BOOTLOADER_APPEND ?= "" | ||
54 | |||
53 | do_image_wic[depends] += "virtual/bootloader:do_deploy" | 55 | do_image_wic[depends] += "virtual/bootloader:do_deploy" |
54 | 56 | ||
55 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" | 57 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" |