From 683ea6d09860fcfabed1030389fb577795b0fdfa Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 11 Apr 2017 22:42:05 -0400 Subject: Add gpio-keys kernel feature Add a gpio-keys feature to be used with KERNEL_FEATURES. Change-Id: I0f96b842a55b38eb573ad894f79ef4621b97e839 Signed-off-by: Brad Bishop --- meta-phosphor/conf/distro/openbmc-phosphor.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/conf/distro') diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf index fa488e59d..abea01e4c 100644 --- a/meta-phosphor/conf/distro/openbmc-phosphor.conf +++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf @@ -56,3 +56,6 @@ include conf/distro/include/openbmc-phosphor/${MACHINE}.inc # the version in RHEL6.4. INHERIT_remove = " uninative" OLDEST_KERNEL = "2.6.32" + +KERNEL_FEATURES_append = " phosphor-gpio-keys" +KERNEL_FEATURES_remove_qemuall = " phosphor-gpio-keys" -- cgit v1.2.1