Update agl-gstrecorder feature 69/18569/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 4 Dec 2018 22:13:31 +0000 (17:13 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 4 Dec 2018 22:13:31 +0000 (17:13 -0500)
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>
meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc [new file with mode: 0644]
templates/feature/agl-gstrecorder/50_local.conf.inc

diff --git a/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc b/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc
new file mode 100644 (file)
index 0000000..bd289b1
--- /dev/null
@@ -0,0 +1 @@
+DISTRO_FEATURES_append = " gst-record"
index a5dc17b..aabfd35 100644 (file)
@@ -1,2 +1,2 @@
 #see meta-agl-devel/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc
-#require conf/include/agl_gstrecorder.inc
+require conf/include/agl_gstrecorder.inc