Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. KBRANCH ?= "standard/base"
  2. require recipes-kernel/linux/linux-yocto.inc
  3. TARGET_CC_ARCH += "${LDFLAGS}"
  4. SRCREV="22afb131c81fcc4d5c30d77837085a85694e188e"
  5. KBRANCH="master"
  6. SRC_URI = 'git://git@yoctobuild/root/my-kernel.git;protocol=ssh;branch=${KBRANCH};'
  7. SRC_URI += "file://defconfig"
  8. LINUX_VERSION ?= "3.19.5"
  9. KMETA = "kernel-meta"
  10. KCONF_BSP_AUDIT_LEVEL = "2"
  11. COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"
  12.  
  13.  
  14.  
  15. BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
  16. PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
  17. MACHINE ?= "qemumips"
  18. DISTRO ?= "deby"
  19. PACKAGE_CLASSES ?= "package_deb"
  20. EXTRA_IMAGE_FEATURES = "debug-tweaks"
  21. USER_CLASSES ?= "buildstats image-mklibs image-prelink"
  22. PATCHRESOLVE = "noop"
  23. BB_DISKMON_DIRS = "\
  24. STOPTASKS,${TMPDIR},1G,100K \
  25. STOPTASKS,${DL_DIR},1G,100K \
  26. STOPTASKS,${SSTATE_DIR},1G,100K \
  27. ABORT,${TMPDIR},100M,1K \
  28. ABORT,${DL_DIR},100M,1K \
  29. ABORT,${SSTATE_DIR},100M,1K"
  30. CONF_VERSION = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement