Advertisement
Guest User

Untitled

a guest
Jun 30th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Name: kernel-adaptation-pov_protab2_xxl
  2. # The text following "kernel-adaptation-" is put into the
  3. # %{kernel_target_hw} macro by the .spec file. Typically
  4. # you make an OBS package called kernel-adaptation-<devicecodename>
  5.  
  6. Summary: Kernel Adaptation for the %{kernel_target_hw}
  7. Description: Kernel for the %{kernel_target_hw}.
  8.  
  9. # The Version: is used in paths and must match the version
  10. # used in the src "make install" - it's also used for the
  11. # tarball name
  12. Version: 3.0.76
  13. Release: 1
  14. Group: Kernel/Linux Kernel
  15. License: GPLv2
  16. Configure: none
  17. Builder: none
  18. URL: https://github.com/linux-sunxi/linux-sunxi
  19.  
  20. Macros:
  21. # Set these values based on the features in your own adaptation.
  22. - #builds_vmlinuz;1
  23. - #builds_uImage;1
  24. - #builds_firmware;1
  25.  
  26. #URL: not required but useful to identify where the source can be found.
  27.  
  28. RequiresPost:
  29. # We are running depmod in the post thus this requirement
  30. - kmod >= 9
  31.  
  32. PkgConfigBR:
  33.  
  34. # When available the kernel-check-mer package will be used to validate
  35. #the .config
  36. PkgBR:
  37. # depmod is used when building the kernel by toplevel Makefile
  38. # that calls scripts/depmod.sh
  39. - kmod >= 9
  40. # Perl is used to modify EXTRAVERSION in kernel config
  41. - perl
  42. - u-boot-tools
  43.  
  44. Sources:
  45. - linux-sunxi-%{version}.tar.xz
  46. - "%{name}.config"
  47.  
  48. # Insert any Patches: section here
  49.  
  50. Provides:
  51. - "kernel = %{kernel_version}"
  52.  
  53. RunFdupes:
  54. - "/%{_prefix}/src/kernels/%{kernel_version_build}/"
  55.  
  56. Files:
  57. - "/lib/modules/%{kernel_version_build}/*"
  58. - "/boot/System.map-%{kernel_version_build}"
  59. - "/boot/config-%{kernel_version_build}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement