DESCRIPTION = "U-boot bootloader for IPQ60xx" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" SECTION = "bootloaders" require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" DEPENDS += " bc-native dtc-native libbsd-native u-boot-mkimage-native" SRCBRANCH = "eduardas_dev" SRCREV = "${AUTOREV}" SRC_URI = "git:///home/eduardas/BUILD1/IPQ6000/NEW_BSP/u-boot-2016/;branch=${SRCBRANCH};protocol=file" S = "${WORKDIR}/git" LOCALVERSION_ipq6018 = "-zaku" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(ipq6018)" PARALLEL_MAKE = "-j 1"