diff options
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index b7defb0d01..523472ab12 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -38,7 +38,7 @@ UBOOT_LOADADDRESS = "0x80008000" | |||
38 | 38 | ||
39 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" | 39 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" |
40 | 40 | ||
41 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} MLO zImage am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" | 41 | IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} ${SPL_BINARY} ${KERNEL_IMAGETYPE} ${KERNEL_DEVICETREE}" |
42 | 42 | ||
43 | # support runqemu | 43 | # support runqemu |
44 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 44 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |