Advertisement
Guest User

Untitled

a guest
Oct 28th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. DESCRIPTION = "U-boot bootloader for IPQ60xx"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  4. SECTION = "bootloaders"
  5.  
  6. require recipes-bsp/u-boot/u-boot.inc
  7.  
  8. PROVIDES += "u-boot"
  9.  
  10. DEPENDS += " bc-native dtc-native libbsd-native u-boot-mkimage-native"
  11.  
  12. SRCBRANCH = "eduardas_dev"
  13. SRCREV = "${AUTOREV}"
  14.  
  15. SRC_URI = "git:///home/eduardas/BUILD1/IPQ6000/NEW_BSP/u-boot-2016/;branch=${SRCBRANCH};protocol=file"
  16.  
  17. S = "${WORKDIR}/git"
  18.  
  19. LOCALVERSION_ipq6018 = "-zaku"
  20.  
  21. PACKAGE_ARCH = "${MACHINE_ARCH}"
  22. COMPATIBLE_MACHINE = "(ipq6018)"
  23.  
  24. PARALLEL_MAKE = "-j 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement