summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 0765b33e24..4a617e0357 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -22,8 +22,8 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
22 22
23SERIAL_CONSOLE = "115200 ttyO2" 23SERIAL_CONSOLE = "115200 ttyO2"
24 24
25PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" 25PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
26PREFERRED_VERSION_linux-yocto-dev ?= "3.14%" 26PREFERRED_VERSION_linux-yocto ?= "3.14%"
27 27
28KERNEL_IMAGETYPE = "zImage" 28KERNEL_IMAGETYPE = "zImage"
29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" 29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"