Lines Matching full:packages
3 # By default, only the packagegroup package itself is in PACKAGES.
6 # packages have to modify PACKAGES after inheriting packagegroup.bbclass.
7 PACKAGES = "${PN}"
9 # By default, packagegroup packages do not depend on a certain architecture.
10 # Only if dependencies are modified by MACHINE_FEATURES, packages
21 # This automatically adds -dbg and -dev flavours of all PACKAGES
24 # Also mark all packages as ALLOW_EMPTY
26 packages = d.getVar('PACKAGES').split()
31 packages = [pkg + suffix for pkg in packages
33 d.setVar('PACKAGES', ' '.join(packages))
34 for pkg in packages:
39 # dbg packages