aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-distro/conf/distro/poky-amd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-distro/conf/distro/poky-amd.conf')
-rw-r--r--meta-amd-distro/conf/distro/poky-amd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-amd-distro/conf/distro/poky-amd.conf b/meta-amd-distro/conf/distro/poky-amd.conf
index 72f68cb1..3ef971e4 100644
--- a/meta-amd-distro/conf/distro/poky-amd.conf
+++ b/meta-amd-distro/conf/distro/poky-amd.conf
@@ -5,11 +5,11 @@ DISTRO_NAME = "Poky for AMD"
DISTROOVERRIDES = "${DISTRO}"
TARGET_VENDOR = "-amd"
SDK_VENDOR = "-amdsdk"
-MAINTAINER = "Wade Farnsworth <wade_farnsworth@mentor.com>"
+MAINTAINER = "Rahul Kumar <rahul.kumar1@amd.com>"
INIT_MANAGER = "systemd"
-EXTRA_IMAGE_FEATURES_append = " package-management ssh-server-openssh"
+EXTRA_IMAGE_FEATURES:append = " package-management ssh-server-openssh"
PACKAGE_CLASSES = "package_deb"
DISTRO_EXTRA_RDEPENDS += "connman udev-extraconf"
@@ -53,4 +53,4 @@ PACKAGE_EXCLUDE_COMPLEMENTARY = "dpkg|autoconf|automake|packagegroup-core-builde
# asks for user input and oe gets out of there and our complementary
# pkgs don't get installed, but they are required for development and
# debugging purposes using the SDK.
-TOOLCHAIN_TARGET_TASK_remove = " apt"
+TOOLCHAIN_TARGET_TASK:remove = " apt"