diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index e911e75004..69e11eca59 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -20,7 +20,8 @@ WKS_FILE ?= "beaglebone-yocto.wks" | |||
20 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" | 20 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" |
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
22 | 22 | ||
23 | SERIAL_CONSOLES = "115200;ttyO0" | 23 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0" |
24 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
24 | 25 | ||
25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 26 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
26 | PREFERRED_VERSION_linux-yocto ?= "4.18%" | 27 | PREFERRED_VERSION_linux-yocto ?= "4.18%" |