Guest User

custom-kernel_4.9.73.bb

a guest
Jan 29th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. ESCRIPTION = "Linux Kernel from Tarball"
  2. SECTION = "kernel"
  3. LICENSE = "GPLv2"
  4.  
  5. inherit kernel
  6.  
  7. LINUX_VERSION ?= "${PV}"
  8. SRC_URI = "file://linux-${LINUX_VERSION}.tar.xz"
  9. SRC_URI += "file://defconfig"
  10. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
  11. S = "${WORKDIR}/linux-${LINUX_VERSION}"
  12. COMPATIBLE_MACHINE = "beaglebone"
Add Comment
Please, Sign In to add comment