diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-iotivity/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-iotivity/50_local.conf.inc | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 7f04f69e4..07c20d3aa 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -7,7 +7,6 @@ BBLAYERS =+ " \ # These are the dependencies of the AGL DEMO Layer #------------------------------------------------- BBLAYERS =+ " \ - ${METADIR}/meta-oic \ ${METADIR}/meta-qt5 \ " diff --git a/templates/feature/agl-iotivity/50_bblayers.conf.inc b/templates/feature/agl-iotivity/50_bblayers.conf.inc new file mode 100644 index 000000000..bcb7d1060 --- /dev/null +++ b/templates/feature/agl-iotivity/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ " ${METADIR}/meta-oic" diff --git a/templates/feature/agl-iotivity/50_local.conf.inc b/templates/feature/agl-iotivity/50_local.conf.inc new file mode 100644 index 000000000..63d9eaab3 --- /dev/null +++ b/templates/feature/agl-iotivity/50_local.conf.inc @@ -0,0 +1,2 @@ +IMAGE_INSTALL_append = " packagegroup-iotivity" +IMAGE_INSTALL_append = " screen" |