aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-03-11 14:36:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-03-11 14:36:18 +0200
commita801d3c4068f3697850f0573baa759d2beca1d5e (patch)
tree3c4dcf7148727abcabf9386c611d0ddbe58c8f34 /meta-aarch64
parent2b9a1e1e14c31b84454e356410dad47767f1a327 (diff)
Rename PACKAGE_GROUP variable to FEATURE_PACKAGES
Fix "PACKAGE_GROUP is deprecated, please use FEATURE_PACKAGES instead" warning Change-Id: If68f332678ea51d9c8766d49433076243aef0bd8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-aarch64')
-rw-r--r--meta-aarch64/conf/machine/genericarmv8.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aarch64/conf/machine/genericarmv8.conf b/meta-aarch64/conf/machine/genericarmv8.conf
index e0bde1af..1d05238d 100644
--- a/meta-aarch64/conf/machine/genericarmv8.conf
+++ b/meta-aarch64/conf/machine/genericarmv8.conf
@@ -30,7 +30,7 @@ KERNEL_IMAGETYPE = "Image"
# but as we don't have an easy way to append a class, defining
# it here
EXTRA_IMAGE_FEATURES += "autoserial"
-PACKAGE_GROUP_autoserial = "auto-serial-console"
+FEATURE_PACKAGES_autoserial = "auto-serial-console"
# we do not want to have getty running on tty1 as we run
# auto-serial-console there