diff options
author | Scott Murray <scott.murray@konsulko.com> | 2018-12-04 17:13:31 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 20:03:03 +0000 |
commit | b24a34baedc51bb18f5474d0ec87458cdd366af3 (patch) | |
tree | 3ed33fe7f0b896973c0317f4f2756f9724904ad8 | |
parent | 6a5cd2c74a9487fe34a613947eb065c5ac199440 (diff) |
Update agl-gstrecorder feature
The agl-gstrecorder feature was not setting a DISTRO_FEATURE, add an
include file that does so and a reference to it in the feature's
local.conf.inc file. The "gst-record" DISTRO_FEATURE is already
referred to meta-agl/meta-agl-bsp, so this fixes that usage.
Change-Id: I2140d75a44f128226ea901ed9edfd1bce5526c53
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc | 2 | ||||
-rw-r--r-- | templates/feature/agl-gstrecorder/50_local.conf.inc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc b/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc index b2814c7d..bd289b10 100644 --- a/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc +++ b/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc @@ -1 +1 @@ -DISTRO_FEATURES_append = " gst-record virt-display" +DISTRO_FEATURES_append = " gst-record" diff --git a/templates/feature/agl-gstrecorder/50_local.conf.inc b/templates/feature/agl-gstrecorder/50_local.conf.inc index 44338ee1..54fedd6c 100644 --- a/templates/feature/agl-gstrecorder/50_local.conf.inc +++ b/templates/feature/agl-gstrecorder/50_local.conf.inc @@ -1,4 +1,3 @@ #see meta-agl-devel/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc require conf/include/agl_gstrecorder.inc - |