diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-10-02 20:14:44 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-10-02 20:54:00 +0000 |
commit | fc32c5eed79acf4f4662c57825c763a58ff3da73 (patch) | |
tree | 55e12d33008900f3d929a5abfd20496e75ccf23f /templates | |
parent | ffe695ee46c822502231e62da7796010c908a5bf (diff) |
Add agl-demo-nopulseaudio to build demo image without pulseaudio
agl-demo-pulseaudio is a duplicate of agl-demo, except that agl-pulseaudio
has been removed from the dependencies
This has been discussed at Dev Meeting on 2018-10-02.
Bug-AGL: SPEC-1601
Change-Id: I7cef03084ce715eaaa9253bdf1191e887810979b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates')
3 files changed, 8 insertions, 0 deletions
diff --git a/templates/feature/agl-demo-nopulseaudio/50_bblayers.conf.inc b/templates/feature/agl-demo-nopulseaudio/50_bblayers.conf.inc new file mode 100644 index 000000000..7e85c574e --- /dev/null +++ b/templates/feature/agl-demo-nopulseaudio/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +# This layer contains the WIP feature/demo code only +#--------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/meta-agl-demo \ +" diff --git a/templates/feature/agl-demo-nopulseaudio/50_local.conf.inc b/templates/feature/agl-demo-nopulseaudio/50_local.conf.inc new file mode 100644 index 000000000..76626243c --- /dev/null +++ b/templates/feature/agl-demo-nopulseaudio/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-demo/conf/include/agl-demo.inc +require conf/include/agl-demo.inc diff --git a/templates/feature/agl-demo-nopulseaudio/included.dep b/templates/feature/agl-demo-nopulseaudio/included.dep new file mode 100644 index 000000000..a5d532410 --- /dev/null +++ b/templates/feature/agl-demo-nopulseaudio/included.dep @@ -0,0 +1 @@ +agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 agl-audio-4a-framework |