summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-n450/conf/machine/n450.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf
index c06cb6cb..f9cf4f2a 100644
--- a/meta-n450/conf/machine/n450.conf
+++ b/meta-n450/conf/machine/n450.conf
@@ -9,7 +9,7 @@ SYSLINUX_OPTS = "serial 0 115200"
9SERIAL_CONSOLE = "115200 ttyS0" 9SERIAL_CONSOLE = "115200 ttyS0"
10APPEND += "console=ttyS0,115200 console=tty0" 10APPEND += "console=ttyS0,115200 console=tty0"
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
13 13
14# Ensure the bsp packages are installed 14# Ensure the bsp packages are installed
15MACHINE_EXTRA_RRECOMMENDS += " n450-audio " 15MACHINE_EXTRA_RRECOMMENDS += " n450-audio "