diff options
Diffstat (limited to 'templates/feature')
4 files changed, 9 insertions, 1 deletions
diff --git a/templates/feature/agl-demo-soundmanager/50_bblayers.conf.inc b/templates/feature/agl-demo-soundmanager/50_bblayers.conf.inc new file mode 100644 index 000000000..7e85c574e --- /dev/null +++ b/templates/feature/agl-demo-soundmanager/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-soundmanager/50_local.conf.inc b/templates/feature/agl-demo-soundmanager/50_local.conf.inc new file mode 100644 index 000000000..76626243c --- /dev/null +++ b/templates/feature/agl-demo-soundmanager/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-soundmanager/included.dep b/templates/feature/agl-demo-soundmanager/included.dep new file mode 100644 index 000000000..b0b942853 --- /dev/null +++ b/templates/feature/agl-demo-soundmanager/included.dep @@ -0,0 +1 @@ +agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 agl-audio-soundmanager-framework diff --git a/templates/feature/agl-demo/included.dep b/templates/feature/agl-demo/included.dep index d8774985c..a5d532410 100644 --- a/templates/feature/agl-demo/included.dep +++ b/templates/feature/agl-demo/included.dep @@ -1 +1 @@ -agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 +agl-appfw-smack agl-hmi-framework agl-profile-graphical-qt5 agl-audio-4a-framework |