mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
classes/packagegroup: Use package group nomenclature
(From OE-Core rev: aafd94acaa6517e3322855123c43a7b5cd5916ee) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ca8f7ecca7
commit
14bf9637be
@@ -1,16 +1,18 @@
|
||||
# Task packages are only used to pull in other packages
|
||||
# Class for packagegroup (package group) recipes
|
||||
|
||||
# packagegroup packages are only used to pull in other packages
|
||||
# via their dependencies. They are empty.
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
# By default, only the task package itself is in PACKAGES.
|
||||
# By default, only the packagegroup package itself is in PACKAGES.
|
||||
# -dbg and -dev flavours are handled by the anonfunc below.
|
||||
# This means that task recipes used to build multiple task
|
||||
# packages have to modify PACKAGES after inheriting task.bbclass.
|
||||
# This means that packagegroup recipes used to build multiple packagegroup
|
||||
# packages have to modify PACKAGES after inheriting packagegroup.bbclass.
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
# By default, task packages do not depend on a certain architecture.
|
||||
# By default, packagegroup packages do not depend on a certain architecture.
|
||||
# Only if dependencies are modified by MACHINE_FEATURES, packages
|
||||
# need to be set to MACHINE_ARCH after inheriting task.bbclass
|
||||
# need to be set to MACHINE_ARCH after inheriting packagegroup.bbclass
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
# This automatically adds -dbg and -dev flavours of all PACKAGES
|
||||
|
||||
Reference in New Issue
Block a user