diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/image_types_wic.bbclass | 1 | ||||
| -rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes-recipe/image_types_wic.bbclass b/meta/classes-recipe/image_types_wic.bbclass index 86f40633eb..1fa016c16e 100644 --- a/meta/classes-recipe/image_types_wic.bbclass +++ b/meta/classes-recipe/image_types_wic.bbclass | |||
| @@ -26,6 +26,7 @@ WICVARS ?= "\ | |||
| 26 | INITRD \ | 26 | INITRD \ |
| 27 | INITRD_LIVE \ | 27 | INITRD_LIVE \ |
| 28 | ISODIR \ | 28 | ISODIR \ |
| 29 | KERNEL_CONSOLE \ | ||
| 29 | KERNEL_IMAGETYPE \ | 30 | KERNEL_IMAGETYPE \ |
| 30 | MACHINE \ | 31 | MACHINE \ |
| 31 | PSEUDO_IGNORE_PATHS \ | 32 | PSEUDO_IGNORE_PATHS \ |
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 7554081e8b..85835c4c61 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | QA_LOGFILE = "${TMPDIR}/qa.log" | 1 | QA_LOGFILE = "${TMPDIR}/qa.log" |
| 2 | 2 | ||
| 3 | OEINCLUDELOGS ?= "yes" | 3 | OEINCLUDELOGS ?= "yes" |
| 4 | KERNEL_CONSOLE ?= "ttyS0" | 4 | # if SERIAL_CONSOLES is set, take the first device entry. Otherwise use ttyS0 as the default |
| 5 | KERNEL_CONSOLE ?= "${@','.join(d.getVar('SERIAL_CONSOLES').split(' ')[0].split(';')[::-1]) or 'ttyS0,115200'}" | ||
| 5 | KEEPUIMAGE ??= "yes" | 6 | KEEPUIMAGE ??= "yes" |
| 6 | 7 | ||
| 7 | DEFAULT_IMAGE_LINGUAS = "en-us en-gb" | 8 | DEFAULT_IMAGE_LINGUAS = "en-us en-gb" |
