# Copyright (C) 2015 Romain Perier # Released under the MIT license (see COPYING.MIT for the terms) #@TYPE: Machine #@NAME: Firefly RK3288 #@DESCRIPTION: Firefly-RK3288 is a high-performance platform, with strong computing power, graphic processing and video decoding ability. #http://www.t-firefly.com/en/ require conf/machine/include/rk3288.inc KERNEL_DEVICETREE = "rk3288-firefly.dtb" UBOOT_MACHINE = "firefly-rk3288_defconfig" WKS_FILE = "firefly-rk3288.wks" IMAGE_FSTYPES += "wic" WKS_FILE_DEPENDS ?= " \ mtools-native \ dosfstools-native \ virtual/bootloader \ virtual/kernel \ " IMAGE_BOOT_FILES ?= "\ ${KERNEL_IMAGETYPE} \ ${KERNEL_DEVICETREE} \ "