Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  2.  
  3. # Tizen defconfig
  4. SRC_URI += "${DEFCONFIG}"
  5.  
  6. # TMP fix for error: "implicit declaration of function 'sk_run_filter'"
  7. SRC_URI += "file://0001-net-ptp-use-sk_unattached_filter_create-for-BPF.patch"
  8. SRC_URI += "file://0001-net-ptp-do-not-reimplement-PTP-BPF-classifier.patch"
  9. SRC_URI += "file://0001-net-ptp-move-PTP-classifier-in-its-own-file.patch"
  10.  
  11. # Tizen patches
  12. SRC_URI += "file://0001-Smack-Cgroup-filesystem-access.patch"
  13. SRC_URI += "file://0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch"
  14. SRC_URI += "file://0003-Revert-x86-efi-Correct-EFI-boot-stub-use-of-code32_s.patch"
  15. SRC_URI += "file://0004-KEYS-Move-the-flags-representing-required-permission.patch"
  16. SRC_URI += "file://0005-smack-fix-key-permission-verification.patch"
  17. SRC_URI += "file://0006-Minor-improvement-of-smack_sb_kern_mount.patch"
  18. SRC_URI += "file://0007-Smack-fix-the-subject-object-order-in-smack_ptrace_t.patch"
  19. SRC_URI += "file://0008-Smack-unify-all-ptrace-accesses-in-the-smack.patch"
  20. SRC_URI += "file://0009-Smack-adds-smackfs-ptrace-interface.patch"
  21. SRC_URI += "file://0010-bugfix-patch-for-SMACK.patch"
  22. SRC_URI += "file://0011-Smack-Correctly-remove-SMACK64TRANSMUTE-attribute.patch"
  23. SRC_URI += "file://0012-Smack-bidirectional-UDS-connect-check.patch"
  24. SRC_URI += "file://0013-Smack-Verify-read-access-on-file-open-v3.patch"
  25. SRC_URI += "file://0014-Warning-in-scanf-string-typing.patch"
  26. SRC_URI += "file://0015-Smack-fix-behavior-of-smack_inode_listsecurity.patch"
  27. SRC_URI += "file://0016-Smack-handle-zero-length-security-labels-without-pan.patch"
  28. SRC_URI += "file://0017-Smack-remove-unneeded-NULL-termination-from-securtit.patch"
  29. SRC_URI += "file://0018-Smack-Fix-setting-label-on-successful-file-open.patch"
  30. SRC_URI += "file://0019-perf-tools-define-_DEFAULT_SOURCE-for-glibc_2.20.patch"
  31. SRC_URI += "file://0020-SMACK-Fix-wrong-copy-size.patch"
  32.  
  33. # Per architecture defconfig files.
  34. DEFCONFIG_i586 = "file://defconfig"
  35. DEFCONFIG_x86-64 = "file://defconfig"
  36. DEFCONFIG_arm= "file://defconfig"
  37.  
  38. # Setting the KCONFIG_MODE variable prevents it to being set to
  39. # "--allnoconfig" which disable all kernel options.
  40. KCONFIG_MODE = "--reconfig"
  41.  
  42. COMPATIBLE_MACHINE_genericx86 = "genericx86"
  43. COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement