summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 42637158df..a316207775 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -35,3 +35,5 @@ UBOOT_ENTRYPOINT = "0x80008000"
35UBOOT_LOADADDRESS = "0x80008000" 35UBOOT_LOADADDRESS = "0x80008000"
36 36
37MACHINE_FEATURES = "usbgadget usbhost vfat alsa" 37MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
38
39IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} MLO"