Advertisement
Guest User

Untitled

a guest
Oct 1st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. SUMMARY = "Kernel driver backports"
  2. AUTHOR = "Some guys"
  3. HOMEPAGE = "http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/"
  4. SECTION = "core"
  5. LICENSE = "GPL-2.0+"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
  7.  
  8. SRC_URI = "http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.10.4/backports-${PV}.tar.bz2 \
  9. file://dotconfig \
  10. "
  11. SRC_URI[md5sum] = "0fc5ec6ad1037b8defe95aead6f132a4"
  12. SRC_URI[sha256sum] = "e58fd36822a27c2da5ad40537f2a941667ec97f11e677e5e0d9f75a468ba9269"
  13.  
  14. S = "${WORKDIR}/backports-${PV}"
  15.  
  16. do_configure() {
  17. oe_runmake clean
  18. mv ${WORKDIR}/dotconfig ${S}/.config
  19. }
  20.  
  21. do_compile() {
  22. DESTDIR=${D} make oldconfig
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement