Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards."
  3. require recipes-bsp/u-boot/u-boot.inc
  4.  
  5. inherit fsl-u-boot-localversion
  6.  
  7. PROVIDES += "u-boot"
  8.  
  9. LICENSE = "CLOSED"
  10.  
  11. SRC_URI = "git:///hidden_data/dev/u-boot-2009.git;protocol=ssh;user=git;nobranch=1;tag=${PV} \
  12. file://nand_defconfig"
  13. S = "${WORKDIR}/git"
  14.  
  15. do_configure_append() {
  16. cp ${WORKDIR}/nand_defconfig ${S}/configs
  17. }
  18.  
  19. LOCALVERSION ?= "-${SRCBRANCH}"
  20.  
  21. PACKAGE_ARCH = "${MACHINE_ARCH}"
  22. COMPATIBLE_MACHINE = "(mx6|mx7)"
  23.  
  24.  
  25. #README: note that my custom-machine.conf contains:
  26. IMAGE_FSTYPES = "ubi tar.bz2"
  27. UBOOT_CONFIG ??= "nand"
  28. UBOOT_CONFIG[nand] = "nand_defconfig,ubifs"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement