packagegroup-core-full-cmdline.bb 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #
  2. # Copyright (C) 2010 Intel Corporation
  3. #
  4. SUMMARY = "Standard full-featured Linux system"
  5. DESCRIPTION = "Package group bringing in packages needed for a more traditional full-featured Linux system"
  6. inherit packagegroup
  7. PACKAGES = "\
  8. packagegroup-core-full-cmdline \
  9. packagegroup-core-full-cmdline-utils \
  10. packagegroup-core-full-cmdline-extended \
  11. packagegroup-core-full-cmdline-dev-utils \
  12. packagegroup-core-full-cmdline-multiuser \
  13. packagegroup-core-full-cmdline-initscripts \
  14. packagegroup-core-full-cmdline-sys-services \
  15. "
  16. RDEPENDS:packagegroup-core-full-cmdline = "\
  17. packagegroup-core-full-cmdline-utils \
  18. packagegroup-core-full-cmdline-extended \
  19. packagegroup-core-full-cmdline-dev-utils \
  20. packagegroup-core-full-cmdline-multiuser \
  21. packagegroup-core-full-cmdline-initscripts \
  22. packagegroup-core-full-cmdline-sys-services \
  23. "
  24. RDEPENDS:packagegroup-core-full-cmdline-utils = "\
  25. bash \
  26. acl \
  27. attr \
  28. bc \
  29. coreutils \
  30. cpio \
  31. e2fsprogs \
  32. ed \
  33. file \
  34. findutils \
  35. gawk \
  36. grep \
  37. less \
  38. makedevs \
  39. mc \
  40. mc-fish \
  41. mc-helpers \
  42. mc-helpers-perl \
  43. ncurses \
  44. net-tools \
  45. procps \
  46. psmisc \
  47. sed \
  48. tar \
  49. time \
  50. util-linux \
  51. "
  52. RDEPENDS:packagegroup-core-full-cmdline-extended = "\
  53. iproute2 \
  54. iputils \
  55. iptables \
  56. module-init-tools \
  57. openssl \
  58. "
  59. RDEPENDS:packagegroup-core-full-cmdline-dev-utils = "\
  60. diffutils \
  61. m4 \
  62. make \
  63. patch \
  64. "
  65. VIRTUAL-RUNTIME_syslog ?= "sysklogd"
  66. RDEPENDS:packagegroup-core-full-cmdline-initscripts = "\
  67. ${VIRTUAL-RUNTIME_initscripts} \
  68. ${VIRTUAL-RUNTIME_init_manager} \
  69. ethtool \
  70. ${VIRTUAL-RUNTIME_login_manager} \
  71. ${VIRTUAL-RUNTIME_syslog} \
  72. "
  73. RDEPENDS:packagegroup-core-full-cmdline-multiuser = "\
  74. bzip2 \
  75. cracklib \
  76. gzip \
  77. shadow \
  78. sudo \
  79. "
  80. RDEPENDS:packagegroup-core-full-cmdline-sys-services = "\
  81. at \
  82. cronie \
  83. logrotate \
  84. ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'nfs-utils rpcbind', '', d)} \
  85. "