diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index 3138cf08..6833789c 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
| @@ -55,7 +55,7 @@ TI_WKS_BOOTLOADER_APPEND ?= "console=${KERNEL_CONSOLE}" | |||
| 55 | 55 | ||
| 56 | do_image_wic[depends] += "virtual/bootloader:do_deploy" | 56 | do_image_wic[depends] += "virtual/bootloader:do_deploy" |
| 57 | 57 | ||
| 58 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" | 58 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS0" |
| 59 | 59 | ||
| 60 | FALCON_INCLUDE = "" | 60 | FALCON_INCLUDE = "" |
| 61 | FALCON_INCLUDE:ti-falcon = "conf/machine/include/ti-falcon.inc" | 61 | FALCON_INCLUDE:ti-falcon = "conf/machine/include/ti-falcon.inc" |
diff --git a/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc b/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc index 9d3cc612..15c05e04 100644 --- a/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc +++ b/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | # TI_CORE_INITRAMFS_ENABLED = "0" | 5 | # TI_CORE_INITRAMFS_ENABLED = "0" |
| 6 | # | 6 | # |
| 7 | #------------------------------------------------------------------------------ | 7 | #------------------------------------------------------------------------------ |
| 8 | TI_CORE_INITRAMFS_ENABLED ?= "${@ '1' if d.getVar('TI_CORE_INITRAMFS_KERNEL_MODULES') or d.getVar('TI_CORE_INITRAMFS_EXTRA_INSTALL') else '0'}" | 8 | TI_CORE_INITRAMFS_ENABLED ?= "${@ '1' if d.getVar('TI_CORE_INITRAMFS_KERNEL_MODULES') or d.getVar('TI_CORE_INITRAMFS_EXTRA_INSTALL') or bb.utils.contains('DISTRO_FEATURES', 'luks', True, False, d) else '0'}" |
| 9 | 9 | ||
| 10 | TI_CORE_INITRAMFS_KERNEL_MODULES ?= "" | 10 | TI_CORE_INITRAMFS_KERNEL_MODULES ?= "" |
| 11 | TI_CORE_INITRAMFS_EXTRA_INSTALL ?= "" | 11 | TI_CORE_INITRAMFS_EXTRA_INSTALL ?= "" |
