Advertisement
Guest User

Untitled

a guest
Oct 28th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ipq6018-32.conf:
  2.  
  3. include conf/machine/include/ipq-base.inc
  4.  
  5. PREFERRED_PROVIDER_virtual/kernel ?= "linux-ipq"
  6.  
  7. UBOOT_ARCH = "arm"
  8. UBOOT_MACHINE = "ipq6018_defconfig"
  9. PREFERRED_PROVIDER_u-boot ?= "u-boot-ipq"
  10. INITRAMFS_IMAGE_BUNDLE="1"
  11. KERNEL_IMAGETYPE = "Image"
  12.  
  13. KERNEL_LOADADDR="0x41080000"
  14. KERNEL_DEVICETREE = "qcom-ipq6018-cp02-c1.dtb"
  15.  
  16. SERIAL_CONSOLE = "115200 ttyMSM0"
  17.  
  18. ipq-base.inc:
  19.  
  20. SOC_FAMILY = "IPQ"
  21.  
  22. include conf/machine/include/soc-family.inc
  23. include conf/machine/include/tune-cortexa7.inc
  24.  
  25. IMAGE_FSTYPES = "squashfs squashfs-xz ubi ext4"
  26. MKUBIFS_ARGS = "-m 2048 -e 124KiB -c 4096 -U -F"
  27. UBINIZE_ARGS = "-m 2048 -p 128KiB"
  28.  
  29. SYSVINIT_ENABLED_GETTYS = ""
  30.  
  31. KARCH = "arm"
  32. KERNEL_IMAGETYPE ?= "Image"
  33. TARGET_FPU="softfp"
  34.  
  35. MACHINE_FEATURES += "apm usbhost keyboard squashfs vfat ext2 screen touchscreen bluetooth wifi sdio"
  36.  
  37. MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
  38.  
  39. RDEPENDS_kernel-base = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement