Advertisement
Guest User

Untitled

a guest
Sep 28th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. DESCRIPTION = "Mainline Linux Kernel for <Product> devices"
  2. SECTION = "kernel"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM ?= "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
  5.  
  6. inherit kernel kernel-yocto
  7.  
  8. SRCBRANCH = "linux-5.8.y-product"
  9. SRCREV = "b2317dafc354a7f0136f40064b36bba89360263e"
  10.  
  11. SRC_URI = "git://git@gitlab.com/Product/product-embedded-linux-components/linux-product.git;branch=${SRCBRANCH};protocol=ssh \
  12. file://0001-Don-t-consider-subnodes-not-matching-binding.patch"
  13.  
  14. S = "${WORKDIR}/git/"
  15.  
  16. KBUILD_DEFCONFIG_imx6ul-product-mainline = "product_defconfig"
  17.  
  18. COMPATIBLE_MACHINE = "imx6ul-product-mainline"
  19.  
  20. KERNEL_VERSION_SANITY_SKIP="1"
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement