summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx6.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-11 14:55:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-06-11 14:55:26 +0200
commitb7b6311f1b4052e320c793e97e27bc455d826f33 (patch)
tree6dfdf553bd0275e84427d055447b71425e5b4b77 /conf/machine/apalis-imx6.conf
parenta0a0fe2777cc1f9b715abbff8e2af31ac96eb5d9 (diff)
virtual/kernel: set preferred unconditionaly
Be consistent with the other machine recipes Help the autobuilder setup
Diffstat (limited to 'conf/machine/apalis-imx6.conf')
-rw-r--r--conf/machine/apalis-imx6.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 10b5110..31a9ef8 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -11,7 +11,7 @@ SOC_FAMILY = "mx6:mx6q"
PREFERRED_PROVIDER_u-boot = "u-boot-toradex-fsl"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-fsl"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex-fsl"
+PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl"
# Ensure boot scripts will be available at rootfs time
#do_rootfs[depends] += "u-boot-script-boundary:do_deploy"