Advertisement
Guest User

linux-yocto-tmru-ct_3.18.bb

a guest
Sep 9th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. inherit kernel
  2. require recipes-kernel/linux/linux-yocto.inc
  3.  
  4. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  5.  
  6. SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;nocheckout=1;name=tmru-ct;branch=linux-3.18.y"
  7. SRC_URI += "file://defconfig"
  8. SRC_URI += "file://patch-3.18.11-rt7.patch"
  9.  
  10. LINUX_VERSION ?= "3.18"
  11. LINUX_VERSION_EXTENSION ?= "-custom"
  12.  
  13. SRCREV="f154a14e3efa547025d014d0a3f29396f03b1f74"
  14. SRCREV_tmru-ct="f154a14e3efa547025d014d0a3f29396f03b1f74"
  15.  
  16. PR = "r1"
  17. PV = "${LINUX_VERSION}+git${SRCPV}"
  18.  
  19. COMPATIBLE_MACHINE_tmru-ct = "tmru-ct"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement